Use
Get ctx running in seconds.
Install it, set your key, create a context.
Install
Install `ctx` and set your OpenAI key.
brew tap satoricorp/tap && brew install satoricorp/tap/ctx
export OPENAI_API_KEY=your_key_hereInitialize
Create a context and add the ctx Skill.
ctx init
npx skills add satoricorp/ctxRemember
Save a fact with the CLI or the ctx Skill, then ask about it.
ctx remember "Openclaw uses ctx for shared local context."
ctx query "what does Openclaw use ctx for?"
Ask your agent: use the ctx Skill to remember that Openclaw uses ctx for shared local context.