clickup

Use for ClickUp tasks and docs. Trigger on ClickUp URLs, task IDs, list IDs, doc IDs, page IDs, assignees, statuses, due dates, comments, checklists, and document workflows. Use the global `clickup` CLI.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clickup" with this command: npx skills add discountry/clickup-cli/discountry-clickup-cli-clickup

ClickUp

Use the global clickup CLI. See README.md for installation, configuration, and command reference.

Rules

  • Do not read .env or secrets.
  • Read shell environment variables.
  • Use --json for structured output.
  • Read current state before writes unless the requested change is already exact.

Checks

  1. Run clickup --help.
  2. On missing CLI, auth, or workspace errors, point to README.md.

Commands

IntentCommand
Read taskclickup get <url-or-id>
Read commentsclickup comments <url-or-id>
Add commentclickup comment <url-or-id> "message"
Read or update statusclickup status <url-or-id> [status]
List tasks in listclickup tasks <list_id>
Show current userclickup me
Create taskclickup create [list_id] "title"
List my tasksclickup my-tasks
Search tasksclickup search "query"
Assign taskclickup assign <task> <user>
Set due dateclickup due <task> "date"
Set priorityclickup priority <task> <level>
Create subtaskclickup subtask <task> "title"
Move taskclickup move <task> <list_id>
Add linkclickup link <task> <url> ["description"]
Add checklist itemclickup checklist <task> "item"
Delete commentclickup delete-comment <comment_id>
Notify watcherclickup watch <task> <user>
Add tagclickup tag <task> "tag_name"
Update descriptionclickup description <task> "text"
List docsclickup docs ["query"]
Read docclickup doc <doc_id>
Create docclickup create-doc "title" [--content "..."]
Read pageclickup page <doc_id> <page_id> [--content-format text/plain]
Create pageclickup create-page <doc_id> "title" [--content "..."] [--sub-title "..."]
Update pageclickup edit-page <doc_id> <page_id> [--name "..."] [--sub-title "..."] [--content "..."]

Execution

  1. Normalize the target.
  2. Read with the narrowest command.
  3. Apply the smallest write.
  4. Re-read only when the user needs confirmation.

Notes

  • clickup status <task> lists valid statuses.
  • Status updates allow partial matching.
  • assign and watch resolve username, email, or user ID.
  • clickup due <task> clear and clickup due <task> none clear due dates.
  • clickup docs ["query"] also supports --id, --creator, --deleted, --archived, --parent-id, --parent-type, --limit.
  • clickup doc <doc_id> supports --max-page-depth.
  • clickup create-page <doc_id> "title" supports --parent-page-id, --sub-title, --content-format.
  • clickup edit-page <doc_id> <page_id> requires --name, --sub-title, or --content. It also supports --content-edit-mode and --content-format.
  • watch posts an @mention comment.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clickup

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clickup

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clickup

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clickup

No summary provided by upstream source.

Repository SourceNeeds Review