Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsnpx agentmods add skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-upWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-up)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-up"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-up/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-up"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/mcp-click-up.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 261 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 301 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 387 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.06109 |
| Opus 5 | $0.00017 | $0.03054 |
| Sonnet 5 | $0.00007 | $0.01222 |
| Haiku 4.5 | $0.00003 | $0.00611 |
Grade A, and why
mcp-click-up scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 493 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mcp-click-up Skill
ClickUp task management via cupt CLI (primary) and official ClickUp MCP (secondary). Operation-based routing: cupt handles daily task ops, MCP handles documents, goals, and bulk operations.
MARKDOWN FORMATTING CONTRACT — READ BEFORE ANY CLICKUP WRITE
ClickUp stores the plain description field literally. Markdown submitted there shows up in the ClickUp UI as raw ### Heading, **bold**, and - [ ] text. Whenever the content contains ANY markdown syntax, use the markdown-aware parameter for the operation:
| Operation | Required parameter |
|---|---|
| Task create | markdown_description |
| Task update (raw v2 API / Code Mode server) | markdown_content (markdown_description also accepted) |
| Task update (claude.ai ClickUp connector) | markdown_description |
| Document or page create | content plus content_format: "markdown" (connector pages: "text/md") |
| Task read-back | include_markdown_description=true |
This contract applies identically on every surface: Code Mode (clickup_official.clickup_official_*), the claude.ai ClickUp connector (clickup_create_task and friends), and the raw ClickUp v2 REST API. Live-verified 2026-07-15 (scratch-task round trips plus a full Product Owner task export, all rendering headings, bold, dividers, and checkboxes correctly).
Push shape for a markdown artifact: the document's H1 becomes the task name (drop it from the body); strip internal HTML comments and processing metadata; everything else travels verbatim.
Failure symptom: literal ### or ** visible in a ClickUp task means someone used the plain description field. That is the defect, not a rendering bug.
Worked examples: references/mcp-tools.md (Markdown Transport Contract + invocation patterns).
1. WHEN TO USE
Activation Triggers (explicit user phrases)
- "clickup", "cupt", "mcp-click-up", "click up"
- "manage tasks", "list tasks", "mark task done", "complete task"
- "log time", "track time", "start timer", "stop timer"
- "add note to task", "tag task", "show task details"
- "process work queue", "process task queue"
- "clickup documents", "clickup goals", "bulk create tasks"
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- changelog/v1.0.0.0.md 3.7 KB
- changelog/v1.0.1.0.md 1.9 KB
- changelog/v1.1.0.0.md 2.0 KB
- examples/README.md 9.8 KB
- examples/task-queue-workflow.sh 8.0 KB runs code
- examples/time-tracking-workflow.sh 4.9 KB runs code
- feature-catalog/cupt-attachments/download-file.md 1.4 KB
- feature-catalog/cupt-attachments/list-attachments.md 1.3 KB
- feature-catalog/cupt-attachments/upload-file.md 1.4 KB
- feature-catalog/cupt-authentication/auth-status.md 1.4 KB
- feature-catalog/cupt-authentication/clear-cache.md 1.4 KB
- feature-catalog/cupt-authentication/direct-token.md 1.4 KB
- feature-catalog/cupt-authentication/interactive-auth.md 1.4 KB
- feature-catalog/cupt-authentication/list-default.md 1.3 KB
- feature-catalog/cupt-authentication/logout.md 1.1 KB
- feature-catalog/cupt-authentication/show-config.md 1.4 KB
- feature-catalog/cupt-authentication/workspace-default.md 1.3 KB
- feature-catalog/cupt-global-flags/debug-flag.md 1.4 KB
- feature-catalog/cupt-global-flags/json-flag.md 1.6 KB
- feature-catalog/cupt-global-flags/offline-flag.md 1.4 KB
- feature-catalog/cupt-global-flags/version-flag.md 1.2 KB
- feature-catalog/cupt-notes-comments/add-comment.md 1.2 KB
- feature-catalog/cupt-notes-comments/list-comments.md 1.3 KB
- feature-catalog/cupt-tag-management/add-tag.md 1.2 KB
- feature-catalog/cupt-tag-management/remove-tag.md 1.2 KB
- feature-catalog/cupt-task-completion/auto-note.md 1.6 KB
- feature-catalog/cupt-task-completion/complete-with-note.md 1.4 KB
- feature-catalog/cupt-task-completion/dry-run.md 1.5 KB
- feature-catalog/cupt-task-completion/mark-complete.md 1.3 KB
- feature-catalog/cupt-task-details/show-notes.md 1.3 KB
- feature-catalog/cupt-task-details/show-offline.md 1.3 KB
- feature-catalog/cupt-task-details/show-task.md 1.3 KB
- feature-catalog/cupt-task-details/status-by-list.md 1.4 KB
- feature-catalog/cupt-task-details/status-schema.md 1.5 KB
- feature-catalog/cupt-task-details/task-context.md 1.4 KB
- feature-catalog/cupt-task-listing/all-tasks.md 1.4 KB
- feature-catalog/cupt-task-listing/cap-results.md 1.3 KB
- feature-catalog/cupt-task-listing/exclude-tag.md 1.3 KB
- feature-catalog/cupt-task-listing/filter-overdue.md 1.3 KB
- feature-catalog/cupt-task-listing/filter-tag.md 1.5 KB
- feature-catalog/cupt-task-listing/filter-team.md 1.6 KB
- feature-catalog/cupt-task-listing/filter-today.md 1.3 KB
- feature-catalog/cupt-task-listing/filter-week.md 1.3 KB
- feature-catalog/cupt-task-listing/json-output.md 1.3 KB
- feature-catalog/cupt-task-listing/list-assigned.md 1.2 KB
- feature-catalog/cupt-task-listing/mine-only.md 1.5 KB
- feature-catalog/cupt-task-listing/offline.md 1.3 KB
- feature-catalog/cupt-task-listing/stacked-filters.md 1.4 KB
- feature-catalog/cupt-task-listing/verbose.md 1.3 KB
- feature-catalog/cupt-time-tracking/log-manual.md 1.4 KB
- feature-catalog/cupt-time-tracking/start-timer.md 1.3 KB
- feature-catalog/cupt-time-tracking/stop-timer.md 1.3 KB
- feature-catalog/cupt-time-tracking/timer-status.md 1.3 KB
- feature-catalog/cupt-workspace/list-teams.md 1.2 KB
- feature-catalog/cupt-workspace/prefetch.md 1.4 KB
- feature-catalog/cupt-workspace/task-summary.md 1.4 KB
- feature-catalog/FEATURE-CATALOG.md 25 KB
- feature-catalog/mcp-high-priority/create-bulk-tasks.md 2.1 KB
- feature-catalog/mcp-high-priority/create-task.md 2.9 KB
- feature-catalog/mcp-high-priority/delete-task.md 1.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed 9f682a3e3d24
- 6d ago Changed 70fdd22e2c90
- 8d ago First seen · 493 lines · 34 tokens per session scan A ede35b29af06
mcp-click-up is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 6,109 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
magpie-security-issue-import-from-md
Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.
remove
Remove a deployed framework or addon from the current workspace.