clickup-automation

Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas.

Author

Install

Hot:9

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-clickup-automation&locale=en&source=copy

ClickUp Automation - Project Management Automation Skill

Skill Overview

ClickUp Automation implements end-to-end ClickUp project management automation through Rube MCP (Composio). It can bulk create tasks, manage workspace hierarchies, add comments, and query team member information without configuring API keys.

Applicable Scenarios

1. Bulk Task Creation and Management


When you need to create multiple ClickUp tasks at once, bulk update task statuses, or assign people in bulk, this skill can automatically traverse the workspace, space, and folder structure, accurately locate target lists, and perform bulk operations, greatly improving project management efficiency.

2. Workspace Automatic Navigation


ClickUp uses a multi-level structure (Workspace > Space > Folder > List > Task), and manually locating a specific list or task is time-consuming. This skill provides a complete hierarchical navigation toolchain to quickly locate resources at any level and perform actions.

3. Team Collaboration Automation


Suitable for scenarios that require automatically adding task comments, querying seat usage, or automatically assigning tasks to team members based on rules, helping reduce repetitive manual work.

Core Features

Task Lifecycle Management


Supports creating, updating, querying, and deleting ClickUp tasks, including setting priority, assigning assignees, adding due dates, creating subtasks, and filtering task lists by status, tags, dates, and other dimensions.

Workspace Hierarchy Traversal


Provides full workspace, space, folder, and list navigation capabilities, can retrieve detailed information at any level, and supports actions such as creating new folders and querying folderless lists.

Task Comments and Team Management


Can add comments to tasks, retrieve comment history, update comment status, and supports team management features like querying workspace seat usage, user groups, and custom roles.

Frequently Asked Questions

What prerequisites does ClickUp Automation require?


You need to add the Rube MCP server (https://rube.app/mcp) to the client configuration and enable the ClickUp toolkit connection via RUBE_MANAGE_CONNECTIONS. The first time you use it you must complete ClickUp OAuth authorization; afterward you can call all automation functions directly without managing API keys separately.

What issues might be encountered when bulk creating tasks?


ClickUp has rate limits on API calls, and bulk operations may trigger 429 responses. It is recommended to set notify_all=false to reduce notification load and follow the Retry-After header for retries. Additionally, task statuses must exactly match the statuses configured in the list (case-sensitive), and dates must use millisecond Unix timestamps.

How do I obtain the correct list_id and task_id?


ClickUp uses a hierarchical ID structure that must be resolved in order: first get the workspace ID via CLICKUP_GET_AUTHORIZED_TEAMS_WORKSPACES, then get the space ID with CLICKUP_GET_SPACES, and so on until you obtain the target list ID. Task IDs are obtained by searching for task names in the specified list with CLICKUP_GET_TASKS. Note that task IDs are alphanumeric strings, while workspace, space, and list IDs are integers.