cup banner
krodak krodak

cup

AI community intermediate

Description

Paste this into any AI agent (Claude Code, Codex, Cursor, OpenCode, etc.):

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

npm install -g @krodak/clickup-cli && cup init

For AI Agents

Paste this into any AI agent (Claude Code, Codex, Cursor, OpenCode, etc.):

Install and configure the ClickUp CLI for me. Fetch the setup guide from:
https://raw.githubusercontent.com/krodak/clickup-cli/main/skills/clickup-cli/SKILL.md

Then walk me through installing the CLI, getting a ClickUp API token,
and running cup init. Finally, install the skill with `cup skill` so
you have persistent access to the full command reference.

The fetched SKILL.md contains everything the agent needs: install commands, where to get a ClickUp API token, non-interactive setup with `cup init --token --team`, and the complete command reference. After setup, the agent can run any `cup` command to manage your tasks, sprints, comments, time tracking, and more.

**Already have the CLI installed?** Just run `cup skill` to install the agent skill to all detected locations (see [Set up your agent](#set-up-your-agent) below).

Talk to your agent

Install the CLI, add the skill file to your agent, and it works with ClickUp. No API knowledge needed.

**"Read task abc123, do the work, then mark it in review and leave a comment with the commit hash."**

**"What's my standup? What did I finish, what's in progress, what's overdue?"**

**"Create a subtask under the initiative for the edge case we found."**

**"Check my sprint and tell me what's behind schedule."**

**"Update the description with your findings and flag blockers in a comment."**

The agent reads the skill file, picks the right `cup` commands, and handles everything. You don't need to learn the CLI - the agent does.

Agent mode

...