Jump to related tools in the same category or review the original source on GitHub.

Productivity & Tasks @davidsmorais Updated 6/28/2026 2,135 downloads 1 stars Security: Pass

🧠 Capacities OpenClaw Plugin & Skill | ClawHub

Looking to integrate Capacities into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate productivity & tasks tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage Capacities notes, daily entries, and weblinks.

Install

ClawHub CLI
openclaw skills install @davidsmorais/capacities
Node.js (npx)
npx clawhub@latest install capacities

Full SKILL.md

Open original
Metadata table.
namedescription
capacitiesManage Capacities notes, daily entries, and weblinks.

SKILL.md content below is scrollable.

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"

ClawHub Registry URL: https://clawhub.ai/davidsmorais/skills/capacities

Related skills

If this matches your use case, these are close alternatives in the same category.