clickup-manager

Automate ClickUp project management with a hybrid v3/v2 API wrapper.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill clickup-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup-manager
Source: https://github.com/arendon1/agent-skills/tree/main/clickup-manager
Command: npx skills add https://github.com/arendon1/agent-skills --skill clickup-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, tqdm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates management of ClickUp projects via a hybrid API wrapper (v3 with v2 fallback) to reduce manual tasks and token overhead. This approach helps teams coordinate work across workspaces, spaces, folders, and lists while keeping API usage efficient and resilient to API changes.

Core Features & Use Cases

  • Hybrid API layer (v3 by default with transparent v2 fallback) for broader compatibility.
  • Deterministic scripting in scripts/ to perform routine tasks (list, create, update) with audit-friendly outputs.
  • Local caching and rate-limiting to manage quotas and improve responsiveness across teams.

Quick Start

Authenticate with a ClickUp Personal Access Token and run a simple task query to confirm setup.

Frequently Asked Questions about clickup-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ClickUp task management across multiple workspaces?

You can automate ClickUp task management across multiple workspaces by using a hybrid API wrapper that lists spaces, folders, and lists, then creates and updates tasks via deterministic scripts with environment-based authentication.

What is the best way to handle ClickUp API rate-limiting in automated scripts?

Handling ClickUp API rate-limiting in automated scripts is achieved through built-in rate-limiting and local caching mechanisms, which manage API quotas and improve responsiveness when executing bulk task operations.

Does this ClickUp automation tool support both v3 and v2 API endpoints?

Yes, this ClickUp automation tool supports both v3 and v2 API endpoints by utilizing a hybrid API layer that defaults to v3 and provides transparent v2 fallback for broader compatibility and resilience.

How do I script ClickUp custom fields, tags, and task dependencies?

Scripting ClickUp custom fields, tags, and task dependencies is done through deterministic scripts that apply hybrid API calls to create, update, and manage these task attributes across your workspaces.

Do I need a Personal Access Token to authenticate ClickUp CLI automation?

Yes, you need a ClickUp Personal Access Token to authenticate CLI automation, which uses environment-based authentication to securely run queries and manage your projects without manual login overhead.