lygo-universal-living-memory-library

Coding Agents & IDEs
v1.1.0
Benign

Universal LYGO Living Memory Library upgrade.

784 downloads784 installsby @deepseekoracle

Setup & Installation

Install command

clawhub install deepseekoracle/lygo-universal-living-memory-library

If the CLI is not installed:

Install command

npx clawhub@latest install deepseekoracle/lygo-universal-living-memory-library

Or install with OpenClaw CLI:

Install command

openclaw skills install deepseekoracle/lygo-universal-living-memory-library

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-universal-living-memory-library

What This Skill Does

A memory management upgrade for LYGO systems that enforces a 20-file active index, fragile tagging, and structured audit and compression workflows. Provenance is tracked via LYGO-MINT hashes and anchors. Acts only when explicitly invoked.

Keeps agent context lean and verifiable by enforcing a hard file cap and hash-based provenance, which ad-hoc memory schemes lack.

When to Use It

  • 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
View original SKILL.md file
# 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)
- https://clawhub.ai/DeepSeekOracle/lygo-mint-verifier

## References
- `references/library_spec.md` (rules + file roles)
- `references/core_files_index.json` (the Max20 index)
- `references/audit_protocol.md`
- `references/compression_protocol.md`
- `references/seal_220cupdate_excerpt.md`

## Scripts
- `scripts/audit_library.py` (runs the audit against the index)
- `scripts/self_check.py` (pack sanity)

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Auditing a LYGO memory index for drift or stale files

AGENT
  1. 1Auditing a LYGO memory index for drift or stale files
  2. 2Flagging sensitive memory files for manual review with FRAGILE tags
  3. 3Compressing a large log archive into a clean Master Archive
  4. 4Minting a verified snapshot of living memory with LYGO-MINT
  5. 5Checking index integrity before a major agent session
OUTPUT
Universal LYGO Living Memory Library upgrade.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedMar 1, 2026