clickup-cli
Manage ClickUp tasks, sprints, and docs from terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install clickup-cli?โผ
Run `npx skills add triptechtravel/clickup-cli --all -g -y` in your terminal to install this skill globally.
How to manage ClickUp tasks from the terminal?โผ
Use commands like `clickup task view`, `task create`, and `task edit` to view, create, and update tasks without opening a browser. The CLI auto-detects task IDs from your current git branch.
Can clickup-cli link GitHub pull requests to tasks?โผ
Yes. Run `clickup link pr` to attach the current pull request to a ClickUp task, or `clickup link sync` to push task details into the PR description.
Does clickup-cli work with AI coding assistants?โผ
Yes. Its `--json` output, explicit flags, and generic `clickup api` passthrough make it easy for coding assistants in Claude Code, Cursor, and Copilot to read and update tasks reliably.
Can I track time and sprints with clickup-cli?โผ
Yes. Use `clickup task time log` to record work hours and `clickup sprint current` to see all tasks in the active sprint grouped by status.