clickup-cli

Manage ClickUp tasks, time, docs, and comments from the terminal.

Updated Dec 19, 2024
One-click install
npx skills add https://github.com/heyramzi/clickup-utils --skill clickup-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup-cli
Source: https://github.com/heyramzi/clickup-utils/tree/main/.claude/skills/clickup-cli
Command: npx skills add https://github.com/heyramzi/clickup-utils --skill clickup-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The ClickUp CLI provides a unified, terminal-based interface to interact with ClickUp data, enabling developers to manage tasks, time tracking, docs, and comments without leaving the command line.

Core Features & Use Cases

  • Full command set for hierarchy navigation, task CRUD, time tracking, docs, and comments.
  • Automations and scripting-friendly outputs for scripting and CI, with JSON output support for piping.
  • Use Case example: quickly bootstrap a workflow to bulk-create tasks from a CSV, or extract task lists for project reporting.

Quick Start

Install the ClickUp CLI globally and run clickup init to configure your API token and workspace.

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 from the terminal?

Yes, you can bulk-create tasks from a CSV or extract task lists for project reporting by leveraging the CLI's JSON output support. This allows you to pipe data directly into scripts for automation and CI workflows.

Can I log time tracking entries in ClickUp via a command line interface?

To configure the CLI, you run the init command to set up your API token and specify your target workspace. This establishes the connection needed to execute commands and retrieve data from your ClickUp environment.

Does the ClickUp CLI support reading and managing docs?

The CLI is designed for developers and operators who need repeatable task management and automation. It is best suited for CI pipelines, scripting workflows, and users comfortable with terminal-based interfaces and API interactions.

What is the best way to automate ClickUp task management in CI pipelines?

The best way to automate ClickUp task management in CI pipelines is using this CLI, which offers scripting-friendly JSON output. You can pipe command outputs between tools to bootstrap workflows and integrate task data seamlessly.