lygo-mint-verifier

Review·Scanned 2/17/2026

The skill converts aligned prompt/workflow packs into verifiable artifacts: canonical form, deterministic SHA-256 hash, ledger receipts, and a portable Anchor Snippet. It executes local Python tools via subprocess.run (tools/lygo_mint/mint_pack.py) and writes to state/lygo_mint_ledger.jsonl and state/lygo_mint_ledger_canonical.json.

from clawhub.ai·vf492d10·9.9 KB·0 installs
Scanned from 1.0.0 at f492d10 · Transparency log ↗
$ vett add clawhub.ai/deepseekoracle/lygo-mint-verifierReview findings below

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)

  1. Create/align the pack (e.g. Champion alignment system).
  2. Run verifier:
    • canonicalize
    • hash (SHA-256)
    • write ledgers
    • emit Anchor Snippet
  3. Post Anchor Snippet anywhere.
  4. Backfill anchor IDs into the ledger.

Read the full process doc: references/process.md.

Commands (scripts)

All scripts are local and never print secrets.

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 <post-id-or-url>

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