返回顶部
c

capacities

Manage Capacities notes, daily entries, and weblinks.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,682
下载量
1
收藏
概述
安装方式
版本历史

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"`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 capacities-1776369447 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 capacities-1776369447 技能

通过命令行安装

skillhub install capacities-1776369447

下载 Zip 包

⬇ 下载 capacities v1.0.0

文件大小: 1.23 KB | 发布时间: 2026-4-17 16:00

v1.0.0 最新 2026-4-17 16:00
Initial release of the Capacities skill.

- Add and manage daily notes, tasks, and thoughts in Capacities.
- Save weblinks directly to a Capacities space.
- Search for object IDs within your Capacities workspace.
- Retrieve space information, including object types and structures.
- Requires CAPACITIES_API_TOKEN; optional CAPACITIES_SPACE_ID support.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部