Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage ClickUp tasks by listing, creating, updating statuses, and retrieving details via ClickUp API using provided workspace and API token.
Manage ClickUp tasks by listing, creating, updating statuses, and retrieving details via ClickUp API using provided workspace and API token.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Note: Configure your credentials in TOOLS.md or set environment variables: CLICKUP_API_TOKEN - Your ClickUp API token CLICKUP_WORKSPACE_ID - Your ClickUp workspace ID
When assigning tasks, use the correct email based on who should do the work: EmailWhoUse Whenyour-email@example.comHumanTasks for you to do manuallyai-assistant@example.comAI AssistantTasks for AI to executeBoth emailsBoth Human + AICollaborative tasks where AI does research/writing, human reviews/decides
AI-only task: "Research trend detection tools" โ Assign to AI email Human-only task: "Record video for YouTube" โ Assign to your email Collaborative: "Create content strategy" โ Assign to both
GET https://api.clickup.com/api/v2/list/{list_id}/task Authorization: {your_api_token}
GET https://api.clickup.com/api/v2/team/{workspace_id}/task Authorization: {your_api_token}
POST https://api.clickup.com/api/v2/list/{list_id}/task Authorization: {your_api_token} Content-Type: application/json { "name": "Task name", "description": "Task description", "status": "active" }
PUT https://api.clickup.com/api/v2/task/{task_id} Authorization: {your_api_token} Content-Type: application/json { "status": "done" }
GET https://api.clickup.com/api/v2/task/{task_id} Authorization: {your_api_token}
Authorization: {your_api_token} Content-Type: application/json
Common statuses: active, pending, review, completed, done
401: Check API token 404: Verify list_id or task_id exists 429: Rate limited - wait before retrying
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.