clickup-cli
Manage ClickUp tasks, sprints, and comments from the terminal
All Skills in This Repository (3)
Pure Emerald Level Indicatorstesting-clickup-cli
Automate unit and end-to-end tests for the ClickUp CLI project.
releasing-clickup-cli
Automate npm publish, Homebrew tap updates, and agent skill sync for clickup-cli releases.
clickup
Automate ClickUp task, sprint, and comment management via the cup CLI.
Frequently Asked Questions
FAQPage SchemaHow to install clickup-cli?โผ
Run `npx skills add krodak/clickup-cli --all -g -y` in your terminal to install all skills in this suite globally.
How to manage ClickUp tasks from the terminal?โผ
Install the CLI, run `cup init` with your ClickUp API token, then use commands like `cup tasks`, `cup sprint`, and `cup task <id>` to read and update work items.
Does clickup-cli work with Claude Code and other agents?โผ
Yes. Run `cup skill` to auto-install the skill file for Claude Code, Codex, and OpenCode, so your agent can run any `cup` command from plain-English requests.
Can I get a standup summary from ClickUp automatically?โผ
Yes. Run `cup summary` to see completed, in-progress, and overdue tasks, or `cup overdue` to list everything past its due date.
Do I need coding experience to use clickup-cli?โผ
No. Once installed, your AI agent picks the right commands from your plain-English requests, and the interactive terminal picker guides human users.