ctx

ctx

§Spec / 0.2

Shared local context for agents.

One editable, queryable source of context for agents and humans.

editable markdownshared local contextmcp + skills + cli
brew tap satoricorp/tap && brew install satoricorp/tap/ctx

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_here

Initialize

Create a context and add the ctx Skill.

ctx init
npx skills add satoricorp/ctx

Remember

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.

Try ctx now

Install ctx.

Run the install command in your terminal.

brew tap satoricorp/tap && brew install satoricorp/tap/ctx