Install
openclaw skills install @deepseekoracle/lyra-brainLYRA 3-Brain local memory (working/library/outer). Explicit only: user must ask to log, grow, or recall on disk. Writes under LYRA_CORE_ROOT/memory after --i-consent. No secrets. No auto-publish. Not for casual chat. Read references/SECURITY.md first.
openclaw skills install @deepseekoracle/lyra-brainThis skill can write files on disk under a tree you choose with LYRA_CORE_ROOT:
memory/YYYY-MM-DD.md — daily indexmemory/YYYY-MM-DD-<slug>.md — topic snipsmemory/reference/*.ref.txt — outer pointerslyra_brain_graph.json (via grow) — graph growthData can outlive the chat session. Do not grow secrets, tokens, private keys, or personal data you would not store on that machine.
Disable / delete: stop calling write CLIs; delete or move files under $LYRA_CORE_ROOT/memory (and graph file) yourself — this skill never auto-wipes.
Consent: write CLIs require --i-consent. Agents must not log or grow unless the user explicitly asks to remember / log / grow / recall from disk.
Load only when the user clearly wants disk memory or 3-brain ops, for example:
Do not activate for casual “remember that…” in conversation-only context, or for “log” meaning application logging. Prefer in-chat notes unless the user asks for persistent memory.
npx clawhub@latest install deepseekoracle/lyra-brain
export LYRA_CORE_ROOT=/absolute/path/to/LYRA_CORE # must contain modules/lyra_brain.py
LYRA_CORE_ROOT is required. Scripts do not guess other users’ home trees without that env (or explicit flag).
Read: references/SECURITY.md · references/AGENT_CONTRACT.md · references/MEMORY_LAYOUT.md
| Brain | What | Where |
|---|---|---|
| Working | Session RAM | Runner only (not this skill’s disk) |
| Library | Grown nodes, seals | graph + daily md under LYRA_CORE_ROOT |
| Outer | URLs, IDs, merkle pointers | memory/reference/*.ref.txt, topic snips |
cd scripts
python session_log_snip.py --i-consent --slug moltx-hub --title "Moltx hub thread" \
--lines "root 6073bbc0" "how map 68ebf941" --grow --ref-to MOLTX_HOW
Without --i-consent the script refuses to write.
python brain_grow_cli.py --i-consent "2026-07-03 COMPLETE: lattice ALIGNED …"
python brain_recall_cli.py "Moltx how it works" --limit 5
# recall is read-only — no --i-consent required
cd "$LYRA_CORE_ROOT"
python -B lyra_boot.py
| Command | Action |
|---|---|
brain_grow <text> | Ingest → P0/Oath → graph |
brain_recall <q> | Keyword/tag recall |
brain_heartbeat | Guardian + prune weak edges |
lygo-protocol-stack-operator → lyra-brain ↔ lyra-open-claw → lygo-ollama-army
| Ver | Change |
|---|---|
| 2.0.0 | ClawHub public mirror |
| 2.1.0 | Explicit permissions; narrow triggers; persistent-storage warnings; --i-consent on writes; require LYRA_CORE_ROOT |
Δ9Φ963 — remember with consent and refs, not fear.