A Codex skill that connects conversations to the Ensue memory network so prior knowledge can inform new work.
- Set your API key (don't worry, free during our alpha) in the shell where you run Codex:
export ENSUE_API_KEY=... # get one from https://www.ensue-network.ai/dashboard- In Codex chat, install from this repo:
$skill-installer mutable-state-inc/ensue-codex-skill/skills/ensue-memory
-
Restart Codex.
-
Use it in chat, e.g. "remember my preferred stack is React + Postgres".
Set your API key:
export ENSUE_API_KEY=... # get one from https://www.ensue-network.ai/dashboardExamples:
- "remember my preferred stack is React + Postgres"
- "what do I know about caching strategies?"
- "check my research/distributed-systems/ notes"