OpenClaw · Skill
Lygo Universal Living Memory Library
A universal upgrade skill for LYGO systems that defines a minimal, durable memory library:
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install deepseekoracle/lygo-universal-living-memory-libraryClawHub installer
npx clawhub@latest install deepseekoracle/lygo-universal-living-memory-libraryOpenClaw CLI
openclaw skills install deepseekoracle/lygo-universal-living-memory-libraryDirect OpenClaw install
openclaw install deepseekoracle/lygo-universal-living-memory-libraryWhat this skill does
A universal upgrade skill for LYGO systems that defines a minimal, durable memory library:
Why it matters
Keeps agent context lean and verifiable by enforcing a hard file cap and hash-based provenance, which ad-hoc memory schemes lack.
Typical use cases
- Auditing a LYGO memory index for drift or stale files
- Flagging sensitive memory files for manual review with FRAGILE tags
- Compressing a large log archive into a clean Master Archive
- Minting a verified snapshot of living memory with LYGO-MINT
- Checking index integrity before a major agent session
Source instructions
LYGO Universal Living Memory Library (v1.1)
What this is
A universal upgrade skill for LYGO systems that defines a minimal, durable memory library:
- Max 20 files in the active index (small context footprint)
- {FRAGILE} tagging for manual review
- An audit workflow (integrity + drift checks)
- A compression workflow (pure signal)
- Provenance via LYGO‑MINT hashes + anchors
This skill is pure advisor: it does nothing unless invoked.
When to use
Use when you want to:
- define what files are “the living core”
- run an audit on those files
- compress a large archive into a clean Master Archive
- mint+anchor a living memory snapshot
How to invoke (copy/paste)
- “Run Living Memory Audit (max20 index) and report drift/fragile flags.”
- “Compress these logs into Master Archive using Living Memory rules.”
- “Mint the Master Archive with LYGO‑MINT and output an Anchor Snippet.”
Core verifier (install)
References
references/library_spec.md(rules + file roles)references/core_files_index.json(the Max20 index)references/audit_protocol.mdreferences/compression_protocol.mdreferences/seal_220cupdate_excerpt.md
Scripts
scripts/audit_library.py(runs the audit against the index)scripts/self_check.py(pack sanity)