OpenClaw · Skill
AOI
A plugin-free memory system for AI agents using three layers: a MEMORY.md log, dated daily notes, and structured decision notes in a context/ folder. Search is handled by ripgrep across the workspace. No external databases or sync services involved.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install edmonddantesj/aoi-triple-memory-liteClawHub installer
npx clawhub@latest install edmonddantesj/aoi-triple-memory-liteOpenClaw CLI
openclaw skills install edmonddantesj/aoi-triple-memory-liteDirect OpenClaw install
openclaw install edmonddantesj/aoi-triple-memory-liteWhat this skill does
A plugin-free memory system for AI agents using three layers: a MEMORY.md log, dated daily notes, and structured decision notes in a context/ folder. Search is handled by ripgrep across the workspace. No external databases or sync services involved.
Why it matters
Because it requires no embeddings database or external service, it works in any environment where ripgrep is available and leaves no sensitive data outside the local workspace.
Typical use cases
- Searching past project decisions by keyword
- Logging daily work context without a plugin
- Creating tagged decision notes for architecture choices
- Reviewing what was decided about a feature last month
- Keeping a lightweight agent memory in a public or shared repo
Source instructions
AOI Triple Memory (Lite)
S-DNA: AOI-2026-0215-SDNA-MEM01
What this is
A public-safe, plugin-free memory stack:
Provenance / originality
- AOI implementation is original code (no third-party code copied).
- Conceptually inspired by common “multi-layer memory” ideas (file notes + search + structured decisions).
- File-based memory:
MEMORY.md+memory/YYYY-MM-DD.md - Decision notes: structured
context/notes with tags - Fast search: ripgrep-based search across workspace
What this is NOT
- No external embeddings DB
- No automatic capture plugins
- No syncing to other machines
Commands
Search workspace
aoi-memory search --q "Tempo Hackathon" --n 20
Create a decision note (template)
aoi-memory new-note --title "Royalty rail decision" --tag royalty,base,usdc
Governance snippet (public)
We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).
Support
- Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues
- Please include the skill slug:
aoi-triple-memory-lite
License
MIT