ClickUp

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: clickup-api Version: 1.0.5 The skill provides a standard integration for the ClickUp API using a managed OAuth proxy service (maton.ai). The provided Python snippets in SKILL.md are transparent, using standard libraries to perform authenticated API requests, and the documentation explicitly includes security best practices such as requiring user approval for write operations.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone or any agent with this key may be able to access the connected ClickUp account through the Maton proxy.

Why it was flagged

The skill requires a sensitive Maton API key that represents delegated access to a connected ClickUp account.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Use the key only in trusted environments, keep it out of logs and shared chats, and revoke or rotate it if exposed.

What this means

If approved, the agent could create, update, delete, or configure ClickUp resources that affect team workflows.

Why it was flagged

The skill exposes broad ClickUp API actions, including write-capable and webhook-management operations, but it also instructs the agent to get approval before mutations.

Skill content
Access tasks, lists, folders, spaces, workspaces, users, and manage webhooks ... All write operations require explicit user approval.
Recommendation

Before approving any write action, confirm the exact workspace, resource ID/name, and intended effect; be especially careful with deletes and webhook changes.

What this means

ClickUp request and response data may pass through Maton as part of the integration.

Why it was flagged

ClickUp API traffic and OAuth mediation go through the Maton gateway, which is expected for this skill but is still a third-party data path.

Skill content
Maton proxies requests to `api.clickup.com` and automatically injects your OAuth token.
Recommendation

Install only if you trust Maton with the connected ClickUp data, and use the `Maton-Connection` header when multiple accounts exist to avoid sending requests to the wrong account.