Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to the official ClickUp MCP server to manage tasks, docs, time tracking, comments, chat, and workspace search. OAuth authentication through an allowlisted client (Claude Code, Cursor, VS Code, etc.) is required. Tokens are long-lived and only need refreshing if expired.
Uses the official ClickUp MCP server, so it covers the full supported toolset without relying on third-party wrappers or unofficial API access.
When to use it
- Creating and updating tasks without opening the browser
- Logging time on tasks from the command line
- Searching across tasks, docs, and chat in a single query
- Sending messages to ClickUp Chat channels
- Navigating workspace structure to locate the right list or folder
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Log 2 hours on the code review task and leave a comment for Mark
- 1Search the workspace for the code review task using clickup_search
- 2Retrieve the task ID from search results using clickup_get_task
- 3Log 2 hours to the task using clickup_add_time_entry with duration set to 7200000ms
- 4Add a comment mentioning Mark using clickup_create_task_comment with @Mark in the text
2-hour time entry recorded and comment with @Mark mention added to the task
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.