capacitiesManage Capacities notes, daily entries, and weblinks.
Install via ClawdBot CLI:
clawdbot install davidsmorais/capacitiesUse this skill to interact with your Capacities "Second Brain".
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.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"}'
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"}'
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"}'
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"
Generated Mar 1, 2026
A consultant uses the Capacities skill to capture daily insights, save relevant articles, and organize notes by client or project. This helps maintain a searchable second brain for quick reference during client meetings and report writing, enhancing productivity and knowledge retention.
A writer or journalist employs the skill to save web links for sources, jot down daily ideas, and search for past notes. This streamlines research by centralizing information, allowing for efficient content development and fact-checking without switching between apps.
A student integrates the skill to manage daily study notes, save academic papers as web links, and look up concepts across their space. This supports organized learning, making it easier to review materials and prepare for exams or papers.
A small team uses the skill to share daily updates, save project-related URLs, and search for task details. While basic, it facilitates asynchronous communication and centralizes project knowledge, aiding in coordination and documentation.
An individual tracks daily health notes, saves articles on wellness topics, and searches for past entries to monitor progress. This provides a private, structured way to document habits and insights for personal improvement.
Offer a free tier with basic note and link-saving features, then charge for advanced integrations, analytics, or team collaboration tools. This attracts individual users and upsells to professionals or small businesses seeking enhanced functionality.
Monetize by providing paid API access with higher rate limits, custom endpoints, or SDKs for developers. This targets tech-savvy users and companies building custom integrations, generating revenue through tiered API pricing.
Sell enterprise packages with enhanced security, admin controls, and dedicated support for large organizations. This model focuses on businesses needing robust data management and compliance, driving higher-value contracts.
💬 Integration Tip
Ensure the CAPACITIES_API_TOKEN is securely stored as an environment variable and test API calls with curl commands first to verify connectivity before integrating into automated workflows.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.