Home Tutorials Categories Skills About
ZH EN JA KO
🟢

ClickUp

Project Notes & Task Management

Install Command

npx clawhub@latest install clickup

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install ClickUp to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm ClickUp appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Task Management List Views Time Tracking

Detailed Description

The ClickUp skill connects OpenClaw to the ClickUp project management platform, controlling projects and tasks with natural language.

Core Features

  • Task Management: Create, update, complete, and delete tasks
  • List Management: Manage the hierarchical structure of Spaces, Folders, and Lists
  • Time Tracking: Record and view task work hours
  • Priority Setting: Set task priorities and statuses
  • Comment Collaboration: Add comments and @mentions on tasks

Configuration

{
  skills: {
    clickup: {
      apiToken: "pk_xxx",
      defaultSpace: "xxx"
    }
  }
}

Use Cases

  • "Create a Bug task in the development list"
  • "What tasks are due today in ClickUp?"
  • "Log 2 hours of work time for this task"
  • "List all urgent tasks"