coder-workspaces
OpenClaw skill for managing Coder workspaces and AI coding agent tasks - DevelopmentCats/coder-workspaces-skill
The world's first ONE CLICK deployment of a private, secure and instantly usable OpenClaw server. Run openclaw locally in a browser sandbox in less than 1 seceond.
Claw for All makes deploying and managing your OpenClaw instance easy online or via mobile app.
All versions of all skills that are on clawdhub.com archived - openclaw/skills
---
name: capacities
description: Manage Capacities notes, daily entries, and weblinks.
metadata:
{
"openclaw":
{
"emoji": "🧠",
"requires": { "env": ["CAPACITIES_API_TOKEN"] },
"primaryEnv": "CAPACITIES_API_TOKEN",
},
}
---
# 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"`
OpenClaw skill for managing Coder workspaces and AI coding agent tasks - DevelopmentCats/coder-workspaces-skill
Run openclaw locally in a browser sandbox in less than 1 second
The complete platform for AI agents on Abstract Chain. Mint a .claw domain, get an on-chain agent identity (ERC-8004), install skills, and earn ETH dividends. No servers. No monthly bills.