LYGO Mint Walkthrough — interactive tutorial for mint → verify → anchor snippet → optional backfill. Pure stdlib local canonicalize+SHA-256+ledger. Plain English. No subprocess, no auto-post. Pairs with lygo-mint-verifier. Install clawhub:@deepseekoracle/lygo-mint-walkthrough.
Security
LYGO-MINT Verifier
Try itLYGO-MINT Verifier — canonicalize a pack, deterministic SHA-256, append-only + canonical ledgers, portable Anchor Snippet for posting anywhere (Moltbook/X/Discord/4claw). Pure local stdlib: no subprocess, no network, no auto-publish. Ledger writes need --i-consent. Pairs with lygo-mint-walkthrough, lygo-continuum-integrator, lygo-geodesic-sealer. Use for Champion/alignment prompt packs and verifiable receipts.
What it does
LYGO-MINT Verifier — canonicalize a pack, deterministic SHA-256, append-only + canonical ledgers, portable Anchor Snippet for posting anywhere (Moltbook/X/Discord/4claw). Pure local stdlib: no subprocess, no network, no auto-publish. Ledger writes need --i-consent. Pairs with lygo-mint-walkthrough, lygo-continuum-integrator, lygo-geodesic-sealer. Use for Champion/alignment prompt packs and verifiable receipts.
The skill document
LYGO-MINT VERIFIER
This skill turns an aligned Champion pack (or any prompt/workflow pack) into a verifiable artifact:
- canonical form
- deterministic hash
- ledger receipts
- portable Anchor Snippet (paste anywhere)
Workflow (high-level)
- Create/align the pack (e.g. Champion alignment system).
- Run verifier:
- canonicalize
- hash (SHA-256)
- write ledgers
- emit Anchor Snippet
- Post Anchor Snippet anywhere.
- Backfill anchor IDs into the ledger.
Read the full process doc: references/process.md.
Commands (scripts)
This skill wraps local tools in tools/lygo_mint and is designed to operate on non-secret prompt packs. It does not read env vars or network in the code shown, but you should review the tools/lygo_mint/*.py files in your own workspace before using it on sensitive data.
Mint + verify a pack file
python scripts/mint_pack_local.py --pack reference/CHAMPION_PACK_LYRA_V1.md --version 2026-02-07.v1
Generate just an anchor snippet from an existing hash record
python scripts/make_anchor_snippet.py --hash <64-hex> --title "..."
Backfill anchors (post IDs/links)
python scripts/backfill_anchors.py --hash <64-hex> --channel moltbook --id
Ledgers (workspace state)
- Append-only:
state/lygo_mint_ledger.jsonl - Canonical (dedup):
state/lygo_mint_ledger_canonical.json
References
- Core template:
reference/CHAMPION_PROMPT_CORE_TEMPLATE_V1.md - Publish checklist:
reference/CHAMPION_PACK_PUBLISH_CHECKLIST.md
Related skills
LYGO file-integrity and provenance advisor — hash receipts, memory archive compression, seal vocabulary. Not medical cure; not P0–P9 core. Pairs with lygo-mi...
LYGO Continuum Integrator — pure local advisor. Signs running ∫(Truth × Light) df from t=0, phase-locks state vectors across lattice nodes, treats chaos only as constructive interference, emits non-collapsing geodesic receipts. Pairs with geodesic-sealer + continuum/mint-verifier. No network, no subprocess, no auto-publish. Hooks: integrate / phase-lock / emit-receipt / verify-lock. Install clawhub:@deepseekoracle/lygo-continuum-integrator.
LYGO Immutable Anchor (Biophase7) — local CA seals geodesic paths; optional stack Turbo folds mycelium; SLM/P7 worker is planned not spawned. Truth×Light receipts. Local-first, consent-gated. No network, no subprocess, no auto-publish. Use for Biophase7 immutable anchor, local CA, Arweave Turbo plan, geodesic seal, mycelium fold, autonomy worker. Pairs with geodesic-sealer + quantum-attestor + protocol-stack-operator.
LYGO Quantum Attestor — hooks Protocol 6 attestation to Biophase7 anchors and SLM Merkle gossip. Verifies node integrity with Δ9 seals. Emits non-collapsing receipts. Local-first, consent-gated. Pairs with continuum-integrator + geodesic-sealer. No network, no subprocess, no auto-publish. Hooks: attest / verify-node / emit-receipt / seal-delta9.
LYGO Continuum — falsifiable work capsules for AI agents and humans. Seal 'done' as checkable claims (file SHA-256, contains, JSON paths, globs under --base), re-verify, drift, handoff. CLI: pure local stdlib — no network, no subprocess. Paths/globs confined under --base; --out under base or state/ with --i-consent. Optional separate browser portal is NOT opened by the skill. Commands: seal, verify, drift, handoff, card, demo. Install clawhub:@deepseekoracle/lygo-continuum.