AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Clickup

skill-maroffo-claude-forge-clickup · by maroffo

ClickUp task management via MCP. Use for task updates, comments, time tracking, workspace navigation. Always interact in English.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-maroffo-claude-forge-clickup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-maroffo-claude-forge-clickup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Clickup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ABOUTME: ClickUp MCP integration for task management and workflow automation

ABOUTME: Task CRUD, comments, time tracking, workspace hierarchy, search

ClickUp MCP Integration

Critical Rules

  1. ALL content in English - task names, descriptions, comments
  2. Never guess IDs - always search or ask
  3. Read before update - understand current state
  4. Check comments - automation adds branch names, CI links

Quick Reference

# Search → Get → Update flow
clickup_search → keywords: "task name"
clickup_get_task → task_id: "abc123"
clickup_update_task → task_id, status: "in progress"
clickup_get_task_comments → task_id (check for branch name)
clickup_create_task_comment → task_id, comment_text: "..."

All tools available via MCP: clickup_* prefix. See tool schemas for parameters.

Key: Always search before creating. Never guess IDs. create_task requires list_id - ask user.


Workflow: Starting a Task

  1. Search: clickup_search → keywords
  2. Get details: clickup_get_task → task_id
  3. Check comments: clickup_get_task_comments → find branch name
  4. Update status: clickup_update_task → status: "in progress"
  5. Create branch using name from comment

Workflow: Completing a Task

  1. Add comment: clickup_create_task_comment → "Completed. MR: https://..."
  2. Update status: clickup_update_task → status: "ready for review"

Git Integration

Branch format from automation: /_CU-

Example: feature/user-auth_CU-abc123

  1. Task created → automation adds branch comment
  2. Read comment → get branch name
  3. Work & commit → reference task ID
  4. Create MR → link to task
  5. Update status → "ready for review" → "complete"

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.