← All plugins
teamwork-com
v1.0.3Connect to sync Teamwork projects and tasks for use in Codex.
Codex
by OpenAIMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/teamwork-com/ inside the repository.
Layout
plugins/teamwork-com/
└── .codex-plugin/plugin.json
Manifests1
plugins/teamwork-com/.codex-plugin/plugin.json
{
"name": "teamwork-com",
"version": "1.0.3",
"description": "Connect to sync Teamwork projects and tasks for use in Codex.",
"author": {
"name": "OpenAI",
"url": "https://www.teamwork.com/"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Teamwork.com",
"shortDescription": "Connect to sync Teamwork projects and tasks for use in Codex.",
"longDescription": "Connect to sync Teamwork projects and tasks for use in Codex.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Summarize the current Teamwork.com project status"
],
"screenshots": [],
"websiteURL": "https://www.teamwork.com/",
"privacyPolicyURL": "https://www.teamwork.com/privacy/",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.teamwork.com/"
}