clickup

Installation
SKILL.md

clickup

Purpose

This skill allows the AI to interact with ClickUp's API for managing project tasks, spaces, lists, documents, goals, dashboards, automation, time tracking, and integrations. Use it to automate workflows by fetching or updating ClickUp data programmatically.

When to Use

Use this skill when handling productivity tasks in code, such as syncing tasks with other apps, generating reports from ClickUp data, automating task creation based on events, or integrating with CI/CD pipelines. Apply it in scripts for project management automation or when real-time updates are needed, like in chatbots or monitoring tools.

Key Capabilities

  • Manage tasks via API endpoints like POST /api/v2/list/{list_id}/task to create tasks.
  • Handle spaces and lists with GET /api/v2/team/{team_id}/space to retrieve spaces.
  • Access documents and goals using GET /api/v2/folder/{folder_id}/doc for docs.
  • Track time with endpoints like POST /api/v2/task/{task_id}/time_entry.
  • Automate workflows via ClickUp's automation rules, queried through GET /api/v2/space/{space_id}/automation.
  • Use dashboards with GET /api/v2/team/{team_id}/dashboard.
  • All operations require authentication via Bearer token in the Authorization header.
  • Supports pagination for large datasets, e.g., via query params like ?page=1&limit=50.
Related skills
Installs
24
GitHub Stars
5
First Seen
Mar 7, 2026