LaunchKit · 2026
Back to Skills

clickup-manager

Interact with ClickUp API for task management.

0
0 downloads
by @savelieve

Setup & Installation

openclaw skills install @savelieve/clickup-manager

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clickup-manager

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.

INPUT

User asks: Create a task to review the Q1 report and assign it to me

AGENT
  1. 1Identifies the target list ID from the workspace
  2. 2Sends POST request to /list/{list_id}/task with name and description
  3. 3Sets assignee to the human user email
  4. 4Returns the created task ID and a confirmation
OUTPUT

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.

CLICKUP_API_TOKEN environment variableCLICKUP_WORKSPACE_ID environment variableClickUp account