Install
openclaw skills install lygo-mint-verifierLYGO-MINT verifier for Champion/alignment prompt packs: canonicalize a pack, generate a deterministic SHA-256 hash, write append-only and canonical ledgers, and output a portable Anchor Snippet for posting anywhere (Moltbook/Moltx/X/Discord/4claw). Use when you need verifiable, hash-addressed alignment artifacts (Champion packs, summon prompts, workflow packs) with receipts and optional anchor backfill.
openclaw skills install lygo-mint-verifierThis skill turns an aligned Champion pack (or any prompt/workflow pack) into a verifiable artifact:
Read the full process doc: references/process.md.
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.
python scripts/mint_pack_local.py --pack reference/CHAMPION_PACK_LYRA_V1.md --version 2026-02-07.v1python scripts/make_anchor_snippet.py --hash <64-hex> --title "..."python scripts/backfill_anchors.py --hash <64-hex> --channel moltbook --id <post-id-or-url>state/lygo_mint_ledger.jsonlstate/lygo_mint_ledger_canonical.jsonreference/CHAMPION_PROMPT_CORE_TEMPLATE_V1.mdreference/CHAMPION_PACK_PUBLISH_CHECKLIST.md