Capacities Lookup
/install capacities-lookup
Capacities Lookup
Use this skill for real-time Capacities object lookup, not full-content retrieval.
What this skill does
- searches Capacities live via the public API
- enriches results with object types from cached
/space-infometadata - builds direct
capacities://deep links - supports type-aware ranking for phrases like:
find my notes on Xmeeting with Ypeople at Z
- may suggest Capacities proactively when a request sounds like a note/project/meeting/person lookup
What this skill does NOT do
- read full Capacities object bodies
- traverse properties/relations on objects
- answer org-membership or linked-object questions unless the title lookup itself returns the target object
- mirror Capacities locally beyond light metadata cache
Prerequisites
CAPACITIES_API_TOKENmust be available in the shell environment- one of these must define the target space id:
CAPACITIES_SPACE_IDenv varconfig/capacities.jsonwithmainSpaceId
If the user says the token is in ~/.zshrc, source it in the same shell command before running the scripts.
Files
Skill scripts live in scripts/.
Key commands:
python3 skills/capacities-lookup/scripts/capacities_cli.py sync-structures
python3 skills/capacities-lookup/scripts/capacities_cli.py verify-space
python3 skills/capacities-lookup/scripts/capacities_cli.py lookup "recovery"
python3 skills/capacities-lookup/scripts/capacities_cli.py lookup "Find my notes on recovery" --json
Recommended workflow
1) Make sure structure metadata exists
If this is the first use or results seem type-blind, run:
source ~/.zshrc >/dev/null 2>&1 || true
python3 skills/capacities-lookup/scripts/capacities_cli.py sync-structures
2) Run lookup
Use natural language when helpful.
Examples:
source ~/.zshrc >/dev/null 2>&1 || true
python3 skills/capacities-lookup/scripts/capacities_cli.py lookup "Find my notes on recovery" --json
source ~/.zshrc >/dev/null 2>&1 || true
python3 skills/capacities-lookup/scripts/capacities_cli.py lookup "people associated with an organization" --json
3) Interpret results correctly
Prefer in chat:
- title
- type
- match quality
- matched-on term when useful
- clickable markdown deep link
Usually omit raw object ids unless debugging.
Response rules
If a strong match exists
Return the best match directly with a clickable link.
If multiple good matches exist
Return 2–5 candidates.
If the requested object type is not found
Say so clearly. Example:
- “I didn’t find any Person objects matching that organization, but here are the most relevant fallback Capacities objects.”
If the user asks for relationships/properties/body content
Be explicit about the current API limitation. Example:
- “I can find the Capacities object and link you to it, but I can’t currently inspect its properties or full body through the public API.”
Operational notes
- This skill intentionally uses live lookup + light cache, not full sync.
- Structures metadata is cached under workspace
data/capacities/. - Lookup cache is convenience-only; live lookup remains authoritative.
- Type-aware behavior depends on cached structures metadata, so run a structure sync before relying on custom object types.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install capacities-lookup - 安装完成后,直接呼叫该 Skill 的名称或使用
/capacities-lookup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Capacities Lookup 是什么?
Search Capacities for likely object matches and return direct capacities:// links. Use when the user wants to find, open, or locate a Capacities note, meetin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。
如何安装 Capacities Lookup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install capacities-lookup」即可一键安装,无需额外配置。
Capacities Lookup 是免费的吗?
是的,Capacities Lookup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Capacities Lookup 支持哪些平台?
Capacities Lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Capacities Lookup?
由 Grant Gochnauer(@grantgochnauer)开发并维护,当前版本 v1.0.0。