Claude Code skills for the clickup-cli tool
npx claudepluginhub triptechtravel/clickup-cliClickUp CLI integration — manage tasks, sprints, comments, and statuses from Claude Code
Share bugs, ideas, or general feedback.
A command-line tool for working with ClickUp tasks, comments, and sprints -- designed for developers who live in the terminal and use GitHub.
# Homebrew
brew install triptechtravel/tap/clickup
# Go
go install github.com/triptechtravel/clickup-cli/cmd/clickup@latest
# Or download a binary from the releases page
clickup auth login # authenticate with your API token
clickup space select # choose a default space
clickup task view # view the task from your current git branch
clickup status set "done" # fuzzy-matched status update
clickup link pr # link the current GitHub PR to the task
See the getting started guide for a full walkthrough.
sprint current shows tasks grouped by status; task create --current creates tasks in the active sprint"review" matches "code review")--json output and explicit flags make it easy for AI agents to read and update tasks--with-token, exit codes, and JSON output for automation; includes GitHub Actions examplesFull command list with flags and examples: Command reference
| Area | Key commands |
|---|---|
| Tasks | task view, task create, task edit, task search, task recent |
| Time | task time log, task time list |
| Status | status set, status list, status add |
| Git | link pr, link sync, link branch, link commit |
| Sprints | sprint current, sprint list |
| Comments | comment add, comment list |
| Workspace | inbox, member list, space select, tag list, field list |
triptechtravel.github.io/clickup-cli
See CONTRIBUTING.md for development setup, project structure, and guidelines.
Created by Isaac Rowntree.