LaunchKit · 2026
Back to Skills

capacities

Manage Capacities notes, daily entries, and weblinks.

1
1.5k downloads
by @davidsmorais

Setup & Installation

openclaw skills install @davidsmorais/capacities

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install capacities

What This Skill Does

Connects to Capacities, a personal knowledge management app, via its API. Lets you add notes to daily entries, save web links, search for objects, and retrieve space structure.

Lets you write to Capacities from any terminal or automated workflow without switching to the desktop app.

When to use it

  • Logging a quick thought to today's daily note
  • Saving an interesting article URL to your Capacities space
  • Finding a note's ID before linking or updating it
  • Checking what object types exist in your space
  • Capturing a meeting takeaway without opening the app

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: save this article https://example.com/article to my Capacities space

AGENT
  1. 1Read CAPACITIES_API_TOKEN and CAPACITIES_SPACE_ID from environment
  2. 2POST to https://api.capacities.io/save-weblink with the URL and space ID
  3. 3Return the API response confirming the weblink was saved
OUTPUT

Web link saved to Capacities space

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Capacities account (capacities.io)CAPACITIES_API_TOKEN — generated in Settings > Capacities API in the desktop appCAPACITIES_SPACE_ID (optional) — found via the space-info endpoint or Capacities app