Voltar a Skills

ClickUp

ClickUp API integration with managed OAuth via the Maton gateway. Access tasks, lists, folders, spaces, workspaces, users, and webhooks to manage projects and track work from your Clawdbot.

por byungkyu
Productivity & TasksProductivityAPI

# ClickUp ClickUp API integration with managed OAuth via the Maton gateway. Access tasks, lists, folders, spaces, workspaces, users, and webhooks to manage projects and track work from your Clawdbot. This skill connects your Clawdbot to the ClickUp API through a managed OAuth gateway. It lets you manage the full ClickUp hierarchy — workspaces, spaces, folders, lists, and tasks — along with users and webhooks, all without manually handling OAuth tokens. ## How It Works All API requests are routed through the Maton gateway at https://gateway.maton.ai/clickup/{native-api-path} , which proxies requests to api.clickup.com and automatically injects your OAuth token. You authenticate with a single Maton API key, and the gateway manages ClickUp OAuth connections on your behalf. Multiple connections are supported via the Maton-Connection header. ## Key Features - **Task Management**: Create, read, update, and delete tasks. Set priority, status, assignees, due dates, tags, and custom fields. Filter tasks by status, assignee, list, space, or folder. - **Workspace Hierarchy**: Navigate the full ClickUp hierarchy: Workspace (team) → Space → Folder → List → Task. List and manage resources at every level. - **Spaces and Folders**: Create, update, and delete spaces with configurable features (due dates, time tracking). Organize work into folders with full CRUD operations. - **Lists**: Manage lists within folders or as folderless lists in spaces. Create, update, and delete lists. - **User Information**: Retrieve the current authorized user's profile including username, email, timezone, and preferences. - **Webhooks**: Create, update, and delete webhooks for real-time event notifications including task, list, folder, space, goal, and comment events. - **Managed OAuth**: Authentication is handled through the Maton gateway. Provide your Maton API key and the gateway manages ClickUp OAuth tokens automatically. - **Pagination**: Page-based pagination with up to 100 tasks per page. ## Requirements - **Maton API Key**: Sign up at maton.ai and copy your API key from settings. - **ClickUp OAuth Connection**: Create and authorize a connection at ctrl.maton.ai . - **Network Access**: Outbound HTTP access to gateway.maton.ai and ctrl.maton.ai . ## Use Cases - **Automated Task Creation**: Have your Clawdbot create ClickUp tasks from incoming requests, support tickets, or other triggers with proper priority and assignees. - **Project Status Reports**: Query tasks across workspaces and filter by status, assignee, or due date to generate project health summaries. - **Cross-Tool Workflows**: Combine with other skills to sync data between ClickUp and platforms like GitHub, Slack, or calendars. - **Webhook-Driven Automation**: Set up webhooks to trigger actions when tasks are created, completed, reassigned, or commented on. ## Installation Install via: `npx clawhub@latest install clickup-api`

Instalação

1

Execute no seu terminal

npx clawhub@latest install clickup-api
2

Clique no botão Instalar no topo desta página para configuração com um clique