triptechtraveltriptechtravelOfficialยท1 Agent Skills Included

clickup-cli

Manage ClickUp tasks, sprints, and docs from terminal

Manages ClickUp tasks, sprints, comments, docs, and time tracking directly from the command line. Eliminates constant browser switching by auto-detecting task IDs from git branches and linking pull requests automatically. Outputs clean JSON and supports bulk edits, fuzzy status matching, and a generic API passthrough for every endpoint. Helps developers and automation workflows update entire workspaces with single commands.
npx skills add triptechtravel/clickup-cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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.

Related Repositories in Product & Management

View All in Product & Managementโ†’