Install
openclaw skills install capacities-lookupSearch Capacities for likely object matches and return direct capacities:// links. Use when the user wants to find, open, or locate a Capacities note, meeting, project, person, reference, page, or other object by title/search term, or when a request sounds like it may refer to something stored in Capacities. Supports type-aware lookup using cached Capacities structures metadata, related-term expansion, and honest fallback messaging when a requested object type is not found.
openclaw skills install capacities-lookupUse this skill for real-time Capacities object lookup, not full-content retrieval.
/space-info metadatacapacities:// deep linksfind my notes on Xmeeting with Ypeople at ZCAPACITIES_API_TOKEN must be available in the shell environmentCAPACITIES_SPACE_ID env varconfig/capacities.json with mainSpaceIdIf the user says the token is in ~/.zshrc, source it in the same shell command before running the scripts.
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
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
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
Prefer in chat:
Usually omit raw object ids unless debugging.
Return the best match directly with a clickable link.
Return 2–5 candidates.
Say so clearly. Example:
Be explicit about the current API limitation. Example:
data/capacities/.