Capacities
/install capacities
Capacities Skill
Use this skill to interact with your Capacities "Second Brain".
Requirements
CAPACITIES_API_TOKEN: Obtain from Settings > Capacities API in the desktop app.CAPACITIES_SPACE_ID: (Optional) If not provided, the first available space will be used.
Usage
Daily Notes
To add a thought, task, or note to today's daily note:
curl -X POST https://api.capacities.io/save-to-daily-note -H "Authorization: Bearer $CAPACITIES_API_TOKEN" -H "Content-Type: application/json" -d '{"spaceId": "$CAPACITIES_SPACE_ID", "mdText": "Your note here"}'
Web Links
To save a URL to your space:
curl -X POST https://api.capacities.io/save-weblink -H "Authorization: Bearer $CAPACITIES_API_TOKEN" -H "Content-Type: application/json" -d '{"spaceId": "$CAPACITIES_SPACE_ID", "url": "https://example.com"}'
Search / Lookup
To find an object's ID:
curl -X POST https://api.capacities.io/lookup -H "Authorization: Bearer $CAPACITIES_API_TOKEN" -H "Content-Type: application/json" -d '{"spaceId": "$CAPACITIES_SPACE_ID", "searchTerm": "My Note"}'
Space Info
To get all object types and structures:
curl -X GET "https://api.capacities.io/space-info?spaceid=$CAPACITIES_SPACE_ID" -H "Authorization: Bearer $CAPACITIES_API_TOKEN"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install capacities - After installation, invoke the skill by name or use
/capacities - Provide required inputs per the skill's parameter spec and get structured output
What is Capacities?
Manage Capacities notes, daily entries, and weblinks. It is an AI Agent Skill for Claude Code / OpenClaw, with 1747 downloads so far.
How do I install Capacities?
Run "/install capacities" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Capacities free?
Yes, Capacities is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Capacities support?
Capacities is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Capacities?
It is built and maintained by davidsmorais (@davidsmorais); the current version is v1.0.0.