clickup-connect

仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

把 Claude Code 接到一个 ClickUp 工作区,自动发现并把 workspace、spaces、folders、list 和 assignee 的 ID 以及遇到的 API 习性写成可复用的引用文件。适合在把任务追踪器接入团队或不想每次手动查 ID 时用。优点是下次会话能直接读写任务,不用重复探索工作区细节。

▸ 展开 SKILL.md 英文原文

Connects Claude Code to a ClickUp workspace and writes its own reference notes — workspace, spaces, folders, list IDs, assignee IDs, and the API quirks it hits — so future sessions can read and update tasks without rediscovering the workspace every time. Use when wiring a task tracker into a workspace or when task IDs keep getting looked up by hand. Trigger: "connect clickup", "set up the task board", "read my tasks", "sync tasks", "what's assigned to me".

0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/clickup-connect/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/clickup-connect/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ClickUp Connect — Discover Once, Write It Down

An agent that can read your task board closes the loop: work items, code, servers, and
review all become visible from one session. But an agent rediscovering list IDs on every
invocation spends its context on lookups.

So do it once, and have it **write its own reference file**. That file — not the chat — is
what the next session reads.

The shape here transfers to Jira, Linear, Asana, or GitHub Projects unchanged: token →
verify → discover the hierarchy → write notes → record the quirks → document the refresh.
Only the endpoints differ.

---

## STEP 1: TOKEN — gitignore first, then write it

Order matters. Ignore the file *before* it contai
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有