TickTick

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent TickTick integration, but it relies on a Maton API key/OAuth connection and can change or delete TickTick data when approved.

Before installing, confirm that you trust Maton with your TickTick OAuth connection, keep MATON_API_KEY private, and carefully approve any create, update, complete, or delete operation. If you have multiple TickTick connections, make sure the intended Maton-Connection is used.

Findings (4)

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

If approved, the agent can change or remove tasks and projects in the connected TickTick account.

Why it was flagged

The skill can create, update, and delete TickTick resources, but it discloses this and instructs the agent to confirm write operations with the user.

Skill content
Manage tasks and projects with full CRUD operations... All write operations require explicit user approval.
Recommendation

Review every proposed create, update, complete, or delete action, especially project deletions, and confirm the target account/resource before proceeding.

What this means

Anyone with the Maton API key or active OAuth connection may be able to access or manage the connected TickTick data through the integration.

Why it was flagged

The skill requires a sensitive Maton API key and delegated OAuth access to the user's TickTick account, which is expected for this integration but security-relevant.

Skill content
All requests require the Maton API key... Authorization: Bearer $MATON_API_KEY... Maton proxies requests to api.ticktick.com and automatically injects your OAuth token.
Recommendation

Store MATON_API_KEY securely, do not paste it into shared chats or logs, and revoke the Maton key or TickTick connection if it is no longer needed.

What this means

Task and project details may pass through Maton while using the skill.

Why it was flagged

TickTick API requests and responses flow through the Maton gateway rather than directly to TickTick, so the gateway is part of the data and trust boundary.

Skill content
https://api.maton.ai/ticktick/{native-api-path}... Maton proxies requests to api.ticktick.com
Recommendation

Use this skill only if you trust Maton to handle your TickTick API traffic and OAuth connection appropriately.

What this means

It may be harder to independently verify the publisher, support channel, or service documentation before granting access.

Why it was flagged

The registry metadata does not provide a source repository or homepage, which is a provenance gap even though the skill is instruction-only and has no bundled code.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the Maton service and the TickTick OAuth flow through trusted channels before supplying an API key or authorizing an account.