TickTick Tasks
Analysis
This is a coherent TickTick task-management skill, but users should verify the external TickTick CLI before authorizing it because it can change or delete tasks.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
ticktick complete <project_id> <task_id> ticktick delete <project_id> <task_id>
The documented commands can complete or delete tasks in the user's TickTick account. This is purpose-aligned, but it is still a mutating action.
No install spec — this is an instruction-only skill.
The skill tells users to run `ticktick-setup` and `ticktick` commands, but the artifacts do not provide the command implementation, package source, or pinned installation path.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
ticktick-setup <client_id> <client_secret>
The setup flow asks the user to provide OAuth app credentials and authorize access to TickTick, which is expected for this integration but grants account-level access to the task service.
