Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to the ClickUp API to manage tasks and workspaces. Supports listing, creating, and updating tasks, with assignment options for human users, AI agents, or both.
The built-in assignment guide distinguishes tasks meant for AI execution from those for human action, making it practical for hybrid human-AI workflows.
When to use it
- Creating a task when a bug is reported during code review
- Updating task status to done after finishing a pull request
- Listing all pending tasks in a project list each morning
- Assigning research tasks to an AI agent automatically
- Checking task details before starting work on a ticket
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a task to review the Q1 report and assign it to me
- 1Identifies the target list ID from the workspace
- 2Sends POST request to /list/{list_id}/task with name and description
- 3Sets assignee to the human user email
- 4Returns the created task ID and a confirmation
Task 'Review the Q1 report' created and assigned to the human user in ClickUp
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.