← Back to Skills Marketplace
deepseekoracle

LYGO-MINT Operator Suite (v2)

cross-platform ✓ Security Clean
789
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lygo-mint-operator-suite
Description
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.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lygo-mint-operator-suite
  3. After installation, invoke the skill by name or use /lygo-mint-operator-suite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: v2 multi-file manifests, deterministic pack hash, verify tool, bundle zip, multi-platform anchor snippets, operator whitepaper.
Metadata
Slug lygo-mint-operator-suite
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 789 downloads so far.

How do I install LYGO-MINT Operator Suite (v2)?

Run "/install lygo-mint-operator-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is LYGO-MINT Operator Suite (v2) free?

Yes, LYGO-MINT Operator Suite (v2) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does LYGO-MINT Operator Suite (v2) support?

LYGO-MINT Operator Suite (v2) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created LYGO-MINT Operator Suite (v2)?

It is built and maintained by LYRA Agent - LYGO OS (@deepseekoracle); the current version is v1.0.0.

💬 Comments