clickup-cli

Solid

ClickUp CLI for managing tasks, sprints, comments, statuses, and Docs. Use when the user needs to interact with ClickUp — creating/editing tasks, checking sprint status, adding comments, linking PRs, managing Docs and pages, or searching tasks. Prefer this CLI over raw API calls.

AI & Automation 14 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ClickUp CLI (`clickup`) Use the `clickup` CLI instead of raw ClickUp API calls. Handles authentication, git integration, fuzzy status matching, and custom fields automatically. ## When to use - Create, edit, view, or search ClickUp tasks - Check sprint status or recent tasks - Add comments, link PRs/branches, or manage statuses - Task IDs: `CU-abc123` or `86abc123` ## Out of scope - Does NOT replace project management decisions — confirm scope with user first - Does NOT push code or create PRs — delegate to **`github-cli-workflow`** ## Authentication ```bash clickup auth login # store API token clickup auth status # verify ``` Config: `~/.config/clickup/config.yml`. Supports per-directory defaults. ## Key rules 1. **Always `--current`** for sprint lists — IDs change every sprint, never hardcode them 2. **Fill ALL fields** when creating tasks (name, description, status, priority, assignee, tags, due-date) 3. **Check `clickup tag list`** before using tags — reuse existing ones 4. **Naming:** `[Work Type] Context — Action (Platform/Scope)` — see `references/task-management.md` 5. **Bulk ops:** pass multiple IDs as positional args; for subtasks view parent with `--json` first ## Quick commands ```bash clickup task view # auto-detects from git branch clickup task search "query" clickup task recent --sprint clickup task create --current --name "[Bug] Auth — Fix X (API)" --priority 2 clickup task edit CU-abc123 --status "in progress" clickup st...

Details

Author
ulises-jeremias
Repository
ulises-jeremias/agent-toolkit
Created
3 weeks ago
Last Updated
today
Language
V
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

clickup

Use when managing ClickUp tasks, sprints, or comments via the `cup` CLI tool. Triggers: task queries, status updates, sprint tracking, creating subtasks, posting comments, threaded replies, standup summaries, searching tasks, checking overdue items, assigning tasks, listing spaces and lists, opening tasks in browser, checking auth or config, setting custom fields, deleting tasks, managing tags, managing checklists, editing comments, task links, time tracking, attachments, file uploads, listing members, listing fields, duplicating tasks, bulk operations, goals, key results, saved filters, favorites.

112 Updated 6 days ago
krodak
AI & Automation Solid

plugin-clickup

Read and manage the user's ClickUp tasks, lists and docs.

30 Updated today
PersonalJarvis
Data & Documents Listed

clickup

ClickUp ticket creation, modification, and workspace management with enforced quality standards. Creates consistent tickets using Connextra user stories, evidence-only descriptions, fuzzy list aliases, first-name teammate resolution, bug-keyword type inference, priority-keyword inference, duplicate detection, idempotent create, and preview-and-edit confirmation. Includes a two-step onboarding wizard, persistent user config + memory files, and a stale-config reminder. Use when the user types /clickup, /clickup --auto, /clickup --onboard, /clickup --memory, /clickup --status, /clickup --workspace, or says "create a ticket", "add to backlog", "put in ClickUp", "make a task", "file a bug in ClickUp", "create a ClickUp task", or references a ClickUp list, task, or workflow.

0 Updated 2 days ago
SashaMarchuk