gpt-workflows
v0.3.7Registre reuniões e visitas comerciais, complete os campos obrigatórios e gere um relatório estruturado.
By João Eduardo Ferreira BertacchiLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gpt-workflows for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gpt-workflows@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/joaobertacchi/gpt-workflowsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json└── skills/relatorio-reuniao/SKILL.md
Included Skills1
Use when the user selects @Documentar Reunião, invokes relatorio-reuniao, or asks to documentar, registrar or gerar relatório de reunião or visita comercial from text or voice notes.
Plugin manifests2
{
"name": "gpt-workflows",
"version": "0.3.7",
"description": "Registre reuniões e visitas comerciais, complete os campos obrigatórios e gere um relatório estruturado.",
"author": {
"name": "João Eduardo Ferreira Bertacchi",
"url": "https://github.com/joaobertacchi"
},
"skills": "./skills/",
"interface": {
"displayName": "Documentar Reunião",
"shortDescription": "Documente reuniões comerciais",
"longDescription": "Cole ou dite as anotações de uma reunião comercial. O workflow coleta os campos obrigatórios, confirma datas inferidas, pergunta somente o que faltar e gera um relatório estruturado.",
"developerName": "João Eduardo Ferreira Bertacchi",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://github.com/joaobertacchi/gpt-workflows",
"privacyPolicyURL": "https://github.com/joaobertacchi/gpt-workflows/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/joaobertacchi/gpt-workflows/blob/main/TERMS.md",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Começar a documentar uma reunião.",
"Documentar estas anotações e perguntar apenas pelos campos obrigatórios ausentes.",
"Gerar mesmo com pendências."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "gpt-workflows",
"version": "0.3.7",
"description": "Registre reuniões e visitas comerciais, complete os campos obrigatórios e gere um relatório estruturado.",
"author": {
"name": "João Eduardo Ferreira Bertacchi",
"url": "https://github.com/joaobertacchi"
},
"homepage": "https://github.com/joaobertacchi/gpt-workflows",
"repository": "https://github.com/joaobertacchi/gpt-workflows",
"license": "MIT",
"keywords": [
"workflows",
"skills",
"templates",
"meetings",
"sales",
"commercial",
"meeting reports"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Documentar Reunião",
"shortDescription": "Documente reuniões comerciais",
"longDescription": "Cole ou dite as anotações de uma reunião comercial. O workflow coleta os campos obrigatórios, confirma datas inferidas, pergunta somente o que faltar e gera um relatório estruturado.",
"developerName": "João Eduardo Ferreira Bertacchi",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://github.com/joaobertacchi/gpt-workflows",
"privacyPolicyURL": "https://github.com/joaobertacchi/gpt-workflows/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/joaobertacchi/gpt-workflows/blob/main/TERMS.md",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Começar a documentar uma reunião.",
"Documentar estas anotações e perguntar apenas pelos campos obrigatórios ausentes.",
"Gerar mesmo com pendências."
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gpt-workflows on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gpt-workflows)