clickup-automation
自动化ClickUp任务和工作流
通过自然语言管理ClickUp项目。创建任务、导航工作区、添加评论并自动化团队工作流,无需手动数据录入。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“clickup-automation”。 Create a task 'Deploy to staging' with high priority in the DevOps list, assign to Mike, due tomorrow at 5pm
预期结果:
Task created successfully:
- Name: Deploy to staging
- List: DevOps
- Status: To Do
- Priority: High (2)
- Assignee: Mike
- Due Date: 2026-02-26 17:00:00
- Task ID: 9hzabc123
View task: https://clickup.com/t/9hzabc123
正在使用“clickup-automation”。 List all tasks in 'Sprint 24' with status 'In Progress' or 'Code Review'
预期结果:
Found 8 tasks:
1. Implement user authentication (In Progress) - Assigned to: Anna
2. Add password reset flow (Code Review) - Assigned to: Carlos
3. Build API rate limiter (In Progress) - Assigned to: David
4. Design database schema (Code Review) - Assigned to: Elena
All tasks are due within 3 days. 2 subtasks included.
正在使用“clickup-automation”。 Add comment 'Tested on Chrome, Firefox, Safari - all passing' to task 'Browser compatibility check'
预期结果:
Comment added to task 'Browser compatibility check' (9hzxyz789):
"Tested on Chrome, Firefox, Safari - all passing"
Assigned to: QA Lead
Notifications sent to task watchers.
安全审计
安全Static analysis detected 188 potential 'external command' patterns in SKILL.md, but all are false positives. The patterns are Markdown code formatting (backticks) used for ClickUp API tool names like CLICKUP_GET_AUTHORIZED_TEAMS_WORKSPACES and RUBE_SEARCH_TOOLS. These are documentation references, not executable code. The 'network' finding at line 22 is also a false positive - it is a URL reference in documentation. No actual code execution, network calls, or security risks exist in this skill file.
质量评分
你能构建什么
项目经理创建每周冲刺任务
项目经理需要为即将到来的冲刺创建20个任务,分配给不同的团队成员,设置优先级,并添加截止日期。他们用自然语言描述需求,技能会以正确的格式在ClickUp列表中创建所有任务。
开发人员在站会上更新任务状态
开发人员希望快速将分配给他们的任务从"进行中"移动到"审核中",并添加描述已完成内容的评论。技能会找到他们的任务并批量更新状态和评论。
团队负责人审查工作区容量
团队负责人需要检查当前席位使用情况,查看多个工作区中的活跃成员,并识别哪些列表分配了最多任务。技能会提供工作区指标和任务分布摘要。
试试这些提示
Create a task in ClickUp called 'Review documentation' with status 'To Do', priority 'High', and assign it to me
Create 5 tasks for the Q1 launch in the Marketing list: 'Design landing page' (urgent), 'Write copy' (high), 'Set up analytics' (normal), 'Test checkout flow' (high), 'Prepare social posts' (normal). Assign all to Sarah and set due dates for next Friday.
Show me all tasks in the 'Backend API' list that are assigned to John, have status 'In Progress', and are due within the next 7 days. Include subtasks.
Find the task 'Fix login bug' in the Engineering workspace, Backend folder, API list. Add a comment: 'Deployed hotfix to production, please verify.' and assign the comment to QA lead.
最佳实践
- 在使用任何ClickUp工具之前,始终先调用RUBE_SEARCH_TOOLS以获取当前的API模式
- 使用CLICKUP_GET_LIST检查可用的状态名称后再创建任务——状态值区分大小写且与列表相关
- 对于批量任务创建,设置notify_all=false以避免向团队成员发送大量通知
- 处理日期时,请记住ClickUp使用毫秒级的Unix时间戳(将秒数乘以1000)
- 按顺序导航工作区层次结构:工作区 -> 空间 -> 文件夹 -> 列表,以获取正确的ID
避免
- 不要假设"待办"等状态名称存在——始终先从特定列表获取可用状态
- 不要在未检查速率限制的情况下快速创建20-30个以上的任务,以避免429错误
- 不要使用'team_id'来指代用户组——在ClickUp API中,'team_id'指的是工作区ID
- 不要传递空字符串来清除任务描述——请改用单个空格' '
- 不要尝试使用另一个子任务作为父任务来创建子任务——子任务的父任务必须是顶级任务