Capacities
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears purpose-aligned for Capacities, but it uses your Capacities API token and can add persistent notes or weblinks to your account.
Before installing, make sure you are comfortable giving the agent a Capacities API token. Set CAPACITIES_SPACE_ID if you have more than one space, and review note or weblink content before asking the agent to save it.
Findings (2)
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.
Anyone or any agent using this token could act against the user's Capacities account within the token's permissions.
The skill requires a Capacities API token, giving the agent delegated access to the user's Capacities account. This is expected for the stated integration.
`CAPACITIES_API_TOKEN`: Obtain from Settings > Capacities API in the desktop app.
Use a token intended for this integration, avoid sharing it, and revoke or rotate it if you stop using the skill.
If invoked with the wrong text or space, the agent may add unwanted notes or weblinks to Capacities.
The skill documents direct API write operations that can add content to daily notes. This matches the stated purpose but can persist changes in the user's account.
curl -X POST https://api.capacities.io/save-to-daily-note ... -d '{"spaceId": "$CAPACITIES_SPACE_ID", "mdText": "Your note here"}'Review the content and target space before saving, and set CAPACITIES_SPACE_ID explicitly if you use multiple spaces.
