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.
품질 점수
만들 수 있는 것
프로젝트 관리자가 주간 스프린트 작업 생성
프로젝트 관리자가 upcoming 스프린트에 대해 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를 먼저 호출하여 ClickUp 도구를 사용하기 전에 현재 API 스키마를 가져오세요
- 작업 생성 전에 CLICKUP_GET_LIST를 사용하여 사용 가능한 상태 이름을 확인하세요 - 상태 값은 대소문자를 구분하며 목록에 따라 다릅니다
- 대량 작업 생성 시 notify_all=false를 설정하여 팀원들에게 알림이 계속 전송되는 것을 방지하세요
- 날짜를 다룰 때 ClickUp은 밀리초 단위의 Unix 타임스탬프를 사용합니다(초에 1000을 곱하세요)
- 올바른 ID를 얻으려면 작업 공간 계층을 순서대로 탐색하세요: 작업 공간 -> 공간 -> 폴더 -> 목록
피하기
- 'To Do' 같은 상태 이름이 있다고 가정하지 마세요 - 항상 먼저 해당 목록에서 사용 가능한 상태를 가져오세요
- 속도 제한을 확인하지 않고 20~30개 이상의 작업을 rapid succession으로 생성하지 마세요 - 429 오류를 방지하기 위해
- 'team_id'를 사용자 그룹을 나타내는 데 사용하지 마세요 - ClickUp API에서 'team_id'는 작업 공간 ID를 의미합니다
- 작업 설명을 비우려면 빈 문자열을 전달하지 마세요 - 대신 단일 공백 ' '을 사용하세요
- 하위 작업의 상위로 다른 하위 작업을 사용하려고 하지 마세요 - 하위 작업의 상위는 최상위 작업이어야 합니다