clickup
ClickUp API integration with managed OAuth. Access tasks, lists, folders, spaces, workspaces, users, and manage webhooks. Use this skill when users want to manage work items, track projects, or integrate with ClickUp workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/clickup-apiWhat This Skill Does
The ClickUp skill for OpenClaw provides a secure, streamlined interface to the ClickUp REST API using managed OAuth. By utilizing the Maton.ai gateway, this skill handles the complexities of token management, allowing users to programmatically interact with their entire ClickUp workspace structure, including tasks, lists, folders, and custom webhooks. It abstracts the need to manually manage ClickUp OAuth flows, making it ideal for automation agents that require persistent access to project management data.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/clickup-api
Ensure that you have set your MATON_API_KEY as an environment variable before attempting to make requests. You can obtain your API key by registering at maton.ai and navigating to the settings dashboard. If you need to establish a new connection to a specific ClickUp account, use the provided connection management endpoints to initialize the OAuth flow.
Use Cases
- Project Automation: Automatically create tasks in ClickUp when an AI agent detects a new project requirement in a conversation or external log.
- Status Syncing: Query your ClickUp workspace to provide stakeholders with automated progress reports or summaries of pending tasks.
- Workflow Orchestration: Utilize webhooks to trigger downstream actions in other systems whenever a task status changes to 'Complete'.
- Administrative Management: Efficiently manage user access, space configurations, and team assignments across large organizations.
Example Prompts
- "Check my pending tasks in the 'Development' list and summarize the top three priorities for today."
- "Create a new task in the 'Q1 Roadmap' folder titled 'Draft API Documentation' with a due date of next Friday."
- "List all active workspaces connected to my account and provide the status of each connection."
Tips & Limitations
- Gateway Efficiency: Always route requests through
https://gateway.maton.ai/clickup/to benefit from automatic authentication injection. - Connection State: If you encounter authentication errors, verify that your connection status is 'ACTIVE' by querying the
ctrl.maton.aiendpoint. - Rate Limiting: Remember that all requests are governed by ClickUp's native API rate limits; consider implementing back-off logic in scripts that perform bulk updates.
- Security: Never hardcode your
MATON_API_KEYin scripts; always reference it viaos.environor a secure secret manager.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-clickup-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.