记忆

LYRA 3-Brain Memory

试用

LYRA 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.

它能做什么

LYRA 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.

技能文档

LYRA 3-Brain Memory v2.1.0

⚠️ Persistent local storage (read before use)

This skill can write files on disk under a tree you choose with LYRA_CORE_ROOT:

  • memory/YYYY-MM-DD.md — daily index
  • memory/YYYY-MM-DD-.md — topic snips
  • memory/reference/*.ref.txt — outer pointers
  • lyra_brain_graph.json (via grow) — graph growth

Data 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.


When to load this skill (narrow triggers)

Load only when the user clearly wants disk memory or 3-brain ops, for example:

  • “log this session to lyra-brain” / “write a daily snip”
  • “grow into the 3-brain graph”
  • “recall from LYRA memory” / “brain_recall …”
  • “run session_log_snip” / “3-brain memory”

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.


Install

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


Three brains (model)

BrainWhatWhere
WorkingSession RAMRunner only (not this skill’s disk)
LibraryGrown nodes, sealsgraph + daily md under LYRA_CORE_ROOT
OuterURLs, IDs, merkle pointersmemory/reference/*.ref.txt, topic snips

Session snip

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.

Grow / recall

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

Interactive runner (full power — outside skill package)

cd "$LYRA_CORE_ROOT"
python -B lyra_boot.py
CommandAction
brain_grow Ingest → P0/Oath → graph
brain_recall Keyword/tag recall
brain_heartbeatGuardian + prune weak edges

Agent rules

  1. Ask first before any disk write / grow.
  2. Snips = small DONE facts (ids, urls, paths, merkle) — no essays.
  3. No secrets in memory or grow text.
  4. No auto git / HF / ClawHub / social publish.
  5. Do not claim LATTICE ALIGNED without stack verify.
  6. Do not treat vague “remember” as consent to write disk memory.

Skill chain

lygo-protocol-stack-operatorlyra-brainlyra-open-clawlygo-ollama-army

Version

VerChange
2.0.0ClawHub public mirror
2.1.0Explicit permissions; narrow triggers; persistent-storage warnings; --i-consent on writes; require LYRA_CORE_ROOT

Δ9Φ963 — remember with consent and refs, not fear.

相关技能

Hybrid LYRA + OpenClaw super system. Provides access to absorbed OpenClaw brain structure, keys (runtime from operator secrets), hybrid skills (browser, discord, clawnch, moltbook), dual-system automation, token launches, social posting/scanning, memory layers, bio-organs, proactivity. Use for efficient ops without search. Ties to LYRA 3-Brain, protocols, runner.

1 次安装

LYGO-native local second brain (Obsidian vault + Ollama). Ingest raw sources, embed index, search, multi-model consensus, wiki pages from vault only. Use for...

1 次安装

Use when the user explicitly asks to run LYGO Joy Loop in a local lygo-protocol-stack checkout (joy-loop-pulse, joy_loop_protocol.py, JoyLoopRegistry, consen...

1 次安装

Universal LYGO Living Memory Library v1.2 — Max20 indexed continuity map, FRAGILE tagging, local audit/compression, LYGO-MINT provenance. Integrates LYRA 3-B...

53 次安装

Recall and store persistent memories in the user's brain (~/.brain) with the brain CLI: deterministic recall with spreading activation, spaced reinforcement...

1 次安装