clickup

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name CLICKUP_TOKEN or zero doctor check-connector --url https://api.clickup.com/api/v2/user --method GET

How to Use

All examples below assume you have CLICKUP_TOKEN set.

Base URL: https://api.clickup.com/api/v2

ClickUp uses numeric IDs for all resources. The hierarchy is: Workspace (team) > Space > Folder > List > Task.

User & Workspaces

Get Authorized User

curl -s "https://api.clickup.com/api/v2/user" --header "Authorization: Bearer $CLICKUP_TOKEN" | jq '.user | {id, username, email}'
Related skills
Installs
22
GitHub Stars
59
First Seen
Mar 12, 2026