clickup-automation
自動化 ClickUp 任務和工作流程
透過自然語言管理 ClickUp 專案。建立任務、導航工作區、新增評論,並自動化團隊工作流程,無需手動輸入資料。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "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.
أفضل الممارسات
- 始終先呼叫 RUBE_SEARCH_TOOLS 以取得目前的 API 結構描述,再使用任何 ClickUp 工具
- 使用 CLICKUP_GET_LIST 檢查可用的狀態名稱後再建立任務 - 狀態值區分大小寫且為清單特定
- 大量建立任務時,設定 notify_all=false 以避免向團隊成員發送大量通知
- 處理日期時,請記住 ClickUp 使用毫秒為單位的 Unix 時間戳記(將秒數乘以 1000)
- 按順序導航工作區階層:工作區 -> 空間 -> 資料夾 -> 清單,以取得正確的 ID
تجنب
- 不要假設狀態名稱如「To Do」存在 - 始終先從特定清單取得可用的狀態
- 不要快速連續建立超過 20-30 個任務而不檢查速率限制,以避免 429 錯誤
- 不要使用「team_id」來指使用者群組 - 在 ClickUp API 中,「team_id」指的是工作區 ID
- 不要傳遞空字串來清除任務描述 - 請改用單一空格「 」
- 不要嘗試以另一個子任務作為父任務來建立子任務 - 子任務的父任務必須是頂層任務