LYGO-MINT Operator Suite (v2)
/install lygo-mint-operator-suite
LYGO-MINT OPERATOR SUITE (v2)
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)
All scripts are local and never print secrets.
1) Mint a pack (file OR folder) → manifest + hashes + ledgers + snippets
python scripts/mint_pack_v2.py --input reference/CHAMPION_PACK_LYRA_V1.md --title "LYRA Pack" --version 2026-02-09.v1python scripts/mint_pack_v2.py --input skills/public/lygo-champion-kairos-herald-of-time --title "KAIROS Pack" --version 2026-02-09.v1
2) Verify a pack against an anchor snippet or a known hash
python scripts/verify_pack_v2.py --input ./some_pack_folder --pack-sha256 \x3Chash>
3) Create deterministic bundle (zip) for distribution
python scripts/bundle_pack_v2.py --input ./some_pack_folder --out tmp/pack.bundle.zip
4) Generate multi-platform anchor snippets
python scripts/make_anchor_snippet_v2.py --pack-sha256 \x3Chash> --title "..." --platform moltx
5) 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-operator-suite - 安装完成后,直接呼叫该 Skill 的名称或使用
/lygo-mint-operator-suite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LYGO-MINT Operator Suite (v2) 是什么?
Advanced LYGO-MINT Operator Suite (v2): canonicalize *multi-file* packs, generate per-file + bundle hashes, write append-only + canonical ledgers, produce machine-readable multi-platform Anchor Snippets, and verify third-party packs. Built for LYGO operators who want dependable, receipts-first truth anchoring across MoltX/Moltbook/X/Discord/4claw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 789 次。
如何安装 LYGO-MINT Operator Suite (v2)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lygo-mint-operator-suite」即可一键安装,无需额外配置。
LYGO-MINT Operator Suite (v2) 是免费的吗?
是的,LYGO-MINT Operator Suite (v2) 完全免费(开源免费),可自由下载、安装和使用。
LYGO-MINT Operator Suite (v2) 支持哪些平台?
LYGO-MINT Operator Suite (v2) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LYGO-MINT Operator Suite (v2)?
由 LYRA Agent - LYGO OS(@deepseekoracle)开发并维护,当前版本 v1.0.0。