One-click install
npx skills add https://github.com/triptechtravel/clickup-cli --skill clickup-cli-triptechtravel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup-cli
Source: https://github.com/triptechtravel/clickup-cli/tree/main/skills/clickup-cli
Command: npx skills add https://github.com/triptechtravel/clickup-cli --skill clickup-cli-triptechtravel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of switching between your terminal and the ClickUp web UI, or writing custom API calls, to manage project tasks, sprints, comments, and documentation, letting developers stay in their workflow without context switching.

Core Features & Use Cases

  • Task & Sprint Management: Create, edit, search, and bulk-update ClickUp tasks, view active sprint dashboards, and manage task hierarchies with fuzzy status matching for faster, error-free updates.
  • Git & GitHub Integration: Auto-detect ClickUp task IDs from git branch names, link PRs, branches, and commits to tasks, and sync task details to PR descriptions automatically.
  • Docs, Time Tracking & Comments: Manage ClickUp Docs and pages, log time entries to tasks, view workspace-wide timesheets, and add/respond to comments with @mentions, all via simple CLI commands. For example, a developer working on a feature branch can automatically link their open PR to the associated ClickUp task, update the task status, and log time spent without leaving their terminal.

Quick Start

Use the clickup-cli skill to view your current active sprint's tasks, update your assigned task status to in progress, and link your open GitHub PR to that task directly from your terminal.

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 and sprints without leaving the terminal?

You can manage ClickUp tasks and sprints from the terminal by using a CLI skill that creates, edits, and bulk-updates tasks. It provides active sprint dashboards and fuzzy status matching to eliminate manual web UI navigation and context switching.

Can I automatically link git branches and GitHub PRs to ClickUp tasks?

Yes, you can link GitHub PRs and git branches to ClickUp tasks automatically. The CLI auto-detects ClickUp task IDs from git branch names and syncs task details directly into PR descriptions, keeping your development workflow connected.

Does the ClickUp CLI support logging time entries and viewing timesheets?

Yes, the ClickUp CLI supports time tracking by allowing you to log time entries to specific tasks and view workspace-wide timesheets. You can manage time tracking directly alongside task updates without switching applications.

What is the best way to integrate ClickUp task management into an AI agent workflow?

The best way to integrate ClickUp task management into an AI agent workflow is using a CLI that provides JSON output. This allows AI agents to parse task data, sprint tracking, and time entries programmatically for automated project management.

Do I need to configure workspace defaults for each project directory when using a ClickUp CLI?

No, you do not need to manually configure workspace defaults for every project. The CLI supports per-directory workspace configuration defaults, automatically applying the correct ClickUp workspace settings based on your current folder context.