ClickUp Ticket Manager
Fetch, filter, and create ClickUp tickets from Claude Code or Codex. Multi-org workspaces, subtasks, and intelligent caching.
Overview
Fetch, filter, and create ClickUp tickets from Claude Code or Codex. Multi-org workspaces, subtasks, and intelligent caching.
Bundles 1 skill with 12 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.
Skills
Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.
Fetch, filter, and create ClickUp tickets directly from Claude Code or Codex. Read tickets by ID, filter by status/assignee/tags/dates, view your assigned tickets, create tickets interactively, and manage multi-org workspaces with intelligent caching.
Slash Commands
Claude Code wrapper files live under plugins/clickup-ticket/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: clickup-ticket).
/clickup-ticket:get-ticket/clickup-ticket:create-ticket/clickup-ticket:my-tickets/clickup-ticket:quick-ticket/clickup-ticket:list-tickets/clickup-ticket:configure/clickup-ticket:add-org/clickup-ticket:switch-org/clickup-ticket:refresh-cache/clickup-ticket:create-subtask/clickup-ticket:list-spaces/clickup-ticket:add-to-backlog Installation
Install the plugin for Claude Code, or install one or more skill paths for Codex.
Claude Code
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install clickup-ticket@diversiotech Codex
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/clickup-ticket/skills/clickup-ticket
Claude Code: invoke as /clickup-ticket:get-ticket.
Codex: invoke as name: clickup-ticket.