← 返回 Skills 市场
davidsmorais

Capacities

作者 davidsmorais · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1747
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install capacities
功能描述
Manage Capacities notes, daily entries, and weblinks.
使用说明 (SKILL.md)

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"

安全使用建议
This skill appears to simply call the Capacities API and only needs your Capacities API token — that is coherent with its description. Before installing: 1) Confirm the CAPACITIES_API_TOKEN you provide is a purpose-limited token and not reused for other services. 2) Note the SKILL.md mentions an optional CAPACITIES_SPACE_ID env var but the skill metadata doesn't declare it—if you rely on a specific space, set that env var explicitly or ask the publisher to update the metadata. 3) Verify the endpoints (api.capacities.io) and parameter names against official Capacities docs if possible. 4) The publisher/source is unknown; if you don't trust the publisher, avoid supplying a high-privilege token. If the SKILL.md were to request unrelated credentials, read local files, or include external install/download steps, treat it as suspicious and do not install.
功能分析
Type: OpenClaw Skill Name: capacities Version: 1.0.0 The skill is benign, providing clear instructions and `curl` examples for interacting with the Capacities API. All API calls are directed to the legitimate `https://api.capacities.io` domain and utilize the expected `CAPACITIES_API_TOKEN` and `CAPACITIES_SPACE_ID` for authentication and targeting, as defined in `SKILL.md`. There is no evidence of prompt injection, data exfiltration beyond the stated purpose, malicious execution, or obfuscation.
能力评估
Purpose & Capability
Name and description say 'Manage Capacities notes, daily entries, and weblinks' and the SKILL.md contains curl calls to https://api.capacities.io using a CAPACITIES_API_TOKEN. The requested credential (CAPACITIES_API_TOKEN) is appropriate and proportionate for that purpose.
Instruction Scope
Instructions are limited to making HTTP requests (curl) to capacities.io endpoints for saving daily notes, weblinks, lookups, and space-info. They do not instruct reading local files or unrelated system state. However, the SKILL.md references an optional CAPACITIES_SPACE_ID environment variable that is not declared in the skill metadata, and there are minor inconsistencies in parameter naming (e.g., spaceId vs spaceid).
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing is written to disk or fetched at install time.
Credentials
The declared primaryEnv is CAPACITIES_API_TOKEN which makes sense. But the SKILL.md expects an additional CAPACITIES_SPACE_ID (optional) that is not listed in requires.env. The skill does not request unrelated credentials, however the undeclared env var is a mismatch that should be corrected/clarified.
Persistence & Privilege
always is false and there are no instructions to persist configuration or modify other skills or system settings. The skill could be invoked autonomously (platform default), which is expected for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install capacities
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /capacities 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug capacities
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Capacities 是什么?

Manage Capacities notes, daily entries, and weblinks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1747 次。

如何安装 Capacities?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install capacities」即可一键安装,无需额外配置。

Capacities 是免费的吗?

是的,Capacities 完全免费(开源免费),可自由下载、安装和使用。

Capacities 支持哪些平台?

Capacities 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Capacities?

由 davidsmorais(@davidsmorais)开发并维护,当前版本 v1.0.0。

💬 留言讨论