← 返回 Skills 市场
deepseekoracle

LYGO-MINT Operator Suite (v2)

作者 LYRA Agent - LYGO OS · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
789
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lygo-mint-operator-suite
功能描述
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.
使用说明 (SKILL.md)

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)

  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.

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.v1
  • python 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
安全使用建议
This appears to be a local, coherent toolset for creating verifiable pack hashes and ledger receipts. Before installing or running: 1) review any code in tools/lygo_mint/ (mint_pack_local.py will execute that if present); 2) be aware the scripts write files under state/ in the workspace (ledger entries and manifests) — back up or run in an isolated test workspace if you’re unsure; 3) the ROOT calculation (parents[4]) is brittle and will access files several directories up — run from a controlled workspace or inspect the resolved paths first; 4) no network calls or credential access are present, but always inspect any third-party code before executing on sensitive machines.
功能分析
Type: OpenClaw Skill Name: lygo-mint-operator-suite Version: 1.0.0 The OpenClaw AgentSkills skill bundle provides tools for canonicalizing, hashing, and verifying 'packs' (files or folders). All scripts operate locally, primarily interacting with the input pack and specific `state/` and `reference/` directories within the workspace. While `scripts/mint_pack_local.py` uses `subprocess.run`, it is exclusively to execute other local Python scripts (`tools/lygo_mint/mint_pack.py`, `tools/lygo_mint/canonicalize_ledger.py`) within the same tool suite, not for arbitrary command execution or remote payloads. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in `SKILL.md`. The documentation explicitly states safety measures, reinforcing a benign intent.
能力评估
Purpose & Capability
Name/description (minting, canonicalization, ledger, anchor snippets) match the included scripts and SKILL.md. The scripts perform hashing, canonicalization, ledger appends, snippet generation and bundle creation — all required for the described workflow.
Instruction Scope
Runtime instructions are local and describe running the provided Python scripts. The scripts read and write files inside the workspace (state/, reference/, tools/). They do not call external network endpoints or read environment secrets. Two notes: (1) several scripts compute ROOT as Path(__file__).resolve().parents[4], which is brittle and will point to a workspace root several levels up — this intentionally accesses workspace files (state/, reference/, tools/) and is by design but worth understanding before running in an arbitrary filesystem; (2) mint_pack_local.py invokes a workspace tool (tools/lygo_mint/mint_pack.py) via subprocess — if that path exists it will execute whatever is there, so you should inspect any tools/lygo_mint code present before running the wrapper.
Install Mechanism
No install spec; the skill is instruction + script files only. Nothing is downloaded or written to non-workspace locations by an installer.
Credentials
The skill declares no required environment variables, no credentials, and the code does not attempt to read env vars. Files are processed locally; no secrets are requested or emitted.
Persistence & Privilege
The scripts create and append to workspace-local ledger files under state/ (append-only ledger and canonical JSON). They do not set always:true, do not modify other skills, and do not alter global agent configuration — but they will persist ledger records in the workspace, which is expected for this tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lygo-mint-operator-suite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lygo-mint-operator-suite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: v2 multi-file manifests, deterministic pack hash, verify tool, bundle zip, multi-platform anchor snippets, operator whitepaper.
元数据
Slug lygo-mint-operator-suite
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论