Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.
Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud.
engram search "<current task or context>" --limit 10 Always recall before working. Accessed memories get salience-boosted.
engram add "Client uses React with TypeScript" --type fact --tags react,client engram add "We decided to pause ads" --type decision --tags ads echo "Raw conversation text" | engram ingest Types: fact, decision, preference, event, relationship
engram search "what tech stack" engram search "pricing decisions" --type decision engram search "client status" --agent client-agent
engram relate <src> <tgt> --type supports engram auto-relate <id> engram relations <id> Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references
Decay: Unused memories lose salience daily. Recalled ones get boosted. Types: Filter by fact, decision, preference, event, relationship. Scoping: global, agent, private, shared. Dedup: >92% similarity auto-merges.
engram stats engram recall --limit 10 engram export > backup.json engram import backup.json
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.