← All plugins
clickup
v1.0.3Turn Codex into your ClickUp command center.
Codex
by ClickUpMIT5kupdated 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/clickup/ inside the repository.
Layout
plugins/clickup/
└── .codex-plugin/plugin.json
Manifests1
plugins/clickup/.codex-plugin/plugin.json
{
"name": "clickup",
"version": "1.0.3",
"description": "Turn Codex into your ClickUp command center.",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "ClickUp",
"shortDescription": "Turn Codex into your ClickUp command center.",
"longDescription": "Turn Codex into your ClickUp command center. Ask anything, find everything, take action - without breaking your flow.\n• Deep workspace search: Ask questions naturally, get precise answers from across all your work\n• Action in the same breath: Find, create, update, and manage work in Codex\n• Zero context switching: Go from question to answer to action without leaving the conversation",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Flag whether Sprint 14: Simplifying UI is at risk"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"developerName": "ClickUp",
"websiteURL": "https://clickup.com"
},
"author": {
"name": "ClickUp"
}
}