clickup-cli

Manage ClickUp tasks, sprints, comments, and Docs via command line.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill clickup-cli-ulises-jeremias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup-cli
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/clickup-cli
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill clickup-cli-ulises-jeremias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clickup, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The ClickUp CLI skill addresses the need for a streamlined and efficient way to manage tasks, sprints, comments, statuses, and Docs within the ClickUp platform, reducing the complexity of manual interactions and providing a more integrated development experience.

Core Features & Use Cases

  • Task Management: Create, edit, view, and search ClickUp tasks.
  • Sprint and Status Tracking: Check sprint status and manage task statuses.
  • Documentation and Comments: Add comments, link PRs, and manage Docs and pages.
  • Use Case: Streamline your project management workflow by automating task creation, updating statuses, and reviewing comments directly through the command line.

Quick Start

Start managing your ClickUp tasks with the clickup task create --current --name "[Bug] Authentication Flaw" --priority 2 command.

Frequently Asked Questions about clickup-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage ClickUp tasks directly from the command line?

You manage ClickUp tasks by using a CLI to create, edit, view, and search tasks directly. This automates common workflows and reduces manual interactions within the project management platform.

Can I link Git pull requests to ClickUp tasks using a CLI?

Yes, you can link Git pull requests to ClickUp tasks. The CLI integrates with Git to automate PR linking, which streamlines your development and project tracking workflow.

Do I need ClickUp API access to manage sprints and comments via CLI?

Yes, ClickUp API access is required. The CLI relies on this access to check sprint statuses, manage task statuses, and add comments or documentation pages programmatically.

What is the best way to automate task creation in ClickUp for development workflows?

Automating task creation is best handled through a CLI that executes commands like `clickup task create` with specified names and priorities. This directly integrates task management into your development environment.

Does the ClickUp CLI support managing Docs and pages alongside tasks?

Yes, the CLI supports managing Docs and pages. You can add comments, link PRs, and handle documentation alongside task and sprint tracking without leaving the terminal.