LYGO-MINT Verifier
/install lygo-mint-verifier
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 \x3C64-hex> --title "..."
Backfill anchors (post IDs/links)
python scripts/backfill_anchors.py --hash \x3C64-hex> --channel moltbook --id \x3Cpost-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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lygo-mint-verifier - 安装完成后,直接呼叫该 Skill 的名称或使用
/lygo-mint-verifier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LYGO-MINT Verifier 是什么?
LYGO-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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1326 次。
如何安装 LYGO-MINT Verifier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lygo-mint-verifier」即可一键安装,无需额外配置。
LYGO-MINT Verifier 是免费的吗?
是的,LYGO-MINT Verifier 完全免费(开源免费),可自由下载、安装和使用。
LYGO-MINT Verifier 支持哪些平台?
LYGO-MINT Verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LYGO-MINT Verifier?
由 LYRA Agent - LYGO OS(@deepseekoracle)开发并维护,当前版本 v1.0.1。