Clickup Operational
Skill by aiwithabidi
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/clickup-operationalClickUp Operational Master Skill - Design Spec
Core Philosophy
Deterministic Operations Only — Every command either succeeds with clear confirmation or fails with explicit error. No ambiguous states. No silent failures. Full validation at every step.
Embedded Knowledge Base
This skill contains the complete ClickUp API documentation internally:
- All 50+ API endpoints
- Request/response schemas
- Rate limits (100 req/min)
- Error codes and handling
- Webhook patterns
- Best practices from official docs
MCP Context — Included as documented fallback for edge cases only (complex workspace templates, bulk operations exceeding rate limits, cross-workspace moves).
Operational Capabilities
1. Natural Language Parsing → Structured Commands
Input: "Create a project for Acme Corp with onboarding, web design, and monthly retainer phases"
Parse:
- workspace: Delivery
- client: Acme Corp
- structure: folder → 3 lists (onboarding, web-design, retainer)
- assignees: find by email/name
- due dates: infer from phases
- custom fields: budget, priority, status
Execute: deterministic sequence with rollback on failure
Verify: each list created, each task present, assignments correct
Confirm: "Project Acme Corp created with 3 phases, 12 tasks, assigned to George & Matthew, due 2026-03-15"
2. Progress Diagnosis & Timeline Estimation
Input: "What's blocking the Scent of a Milien project?"
Flow:
- Scan all tasks in folder
- Identify status: blocked, overdue, no-assignee
- Check dependencies: waiting on other tasks
- Estimate completion: based on task complexity, assignee velocity
- Report: "3 tasks blocked (waiting on George's video edits). ETA: +5 days. Suggest: reassign or parallelize"
3. Assignment Orchestration
Input: "Get Sharyar and Matthew on the Kortex onboarding task"
Flow:
- Find Sharyar (check existing members or invite)
- Find Matthew (check existing or invite)
- Locate Kortex onboarding task
- Add both as assignees
- Comment: "@Sharyar @Matthew — Kortex onboarding ready for your review. See attached Loom."
- Set due date: +3 days
- Set priority: high
- Set status: "in progress"
- Confirm: "Sharyar and Matthew assigned to Kortex onboarding, due 2026-02-21"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-clickup-operational": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.