Load a chain to restore context from previous work. Use anytime when working on related topics - proactively search and suggest relevant chains.
Load chain links to restore context. Can be used anytime, not just at session start.
/chain-load [chain-name]
/chain-load [search-query]
When working on a task, proactively check for relevant context:
tinymem_chain_search to find chains matching current work topictinymem_search to find individual memory segmentsSegments vs Chains:
tinymem_search + tinymem_gettinymem_chain_loadFind Chain:
tinymem_chain_loadtinymem_chain_search for fuzzy matchingtinymem_chain_list to show allLoad Chain Links - Call tinymem_chain_load:
chain_name: the chain to loadlimit: 5 (default, most recent links)Parse and Present Context - Extract from XML:
## Chain: [name] ([count] links)
### Latest: [slug] - [date]
<summary and next-steps from most recent link>
### Context
<key decisions and history from older links>
### Suggested Action
[Next step based on chain state]
User: /chain-load auth-feature
→ Loads auth-feature chain
User: /chain-load auth
→ Searches chains matching "auth"
User working on auth code (proactive): → Agent: "Found chain 'auth-feature' with 3 links. Load context?"
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer