What problem does it solve? Developers working in Cursor or Claude Code must constantly switch to the ClickUp browser tab to read task requirements, check sprint status, or view attachments. This Skill provisions ClickUp credentials, links a ClickUp view to the current project, and gives the agent direct API access so task context arrives in the editor instead of the browser. ## Core Features & Use Cases - Credential provisioning and view linking: Validates a ClickUp Personal API Token, parses view or workspace URLs, and writes Team ID and View ID into the project's CLAUDE.md. - Direct API query helper: Fetches tasks (with status/assignee filters and 5-minute caching), full task details, comment threads, workspace-wide search, attachment downloads, and list statuses — all as JSON on stdout. - Sub-commands for lifecycle management: Change the linked view, reconfigure credentials, or remove the ClickUp association from a project without touching global credentials. - Use Case: You tell your agent "work on PROJ-123". The agent calls the query helper to fetch the task description, acceptance criteria, and comment thread, then starts coding with full context — no browser required. ## Quick Start Ask your agent to set up ClickUp by saying "set up clickup" and paste your Personal API Token and a ClickUp view URL when prompted.