← Back to Skills Marketplace
deepseekoracle

LYGO-MINT Verifier

cross-platform ⚠ suspicious
1326
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lygo-mint-verifier
Description
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.
README (SKILL.md)

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)

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
Usage Guidance
This skill appears coherent and implements the advertised mint/verify workflow locally, but take these precautions before installing or running it: 1) Inspect the missing workspace tools (tools/lygo_mint/mint_pack.py and canonicalize_ledger.py) before running mint_pack_local.py — they are executed via subprocess and could perform arbitrary actions. 2) Only run it on non-secret packs (the documentation explicitly says so); ledger entries will persist in state/lygo_mint_ledger.jsonl and may contain any printed/raw output. 3) Run in a restricted or disposable workspace or with least-privilege file permissions if you have concerns. 4) If you plan to automate posting anchors, verify the backfill/posting process separately and require explicit operator approval for any network/transaction steps. If you can inspect the referenced tools and confirm they only perform canonicalization/hashing/ledger updates, the skill is reasonable to use.
Capability Analysis
Type: OpenClaw Skill Name: lygo-mint-verifier Version: 1.0.1 The skill is suspicious because its core functionality relies on and executes external Python scripts (`tools/lygo_mint/mint_pack.py` and `tools/lygo_mint/canonicalize_ledger.py`) that are not included in this bundle. The `SKILL.md` explicitly warns users to review these missing files in their own workspace before using them on sensitive data, indicating a critical security blind spot. While the provided scripts (`scripts/*.py`) do not exhibit direct malicious behavior (e.g., exfiltration, persistence) and use `subprocess.run` safely, the unprovided dependencies represent an unknown and unvetted attack surface, making a full security assessment impossible.
Capability Assessment
Purpose & Capability
Name/description (canonicalize, SHA-256, ledger, anchor snippet) align with the provided scripts. No unrelated env vars, binaries, or install steps are requested. The code writes append-only ledger files and prints anchor snippets as described.
Instruction Scope
SKILL.md and included scripts confine actions to local workspace files (reading pack files, appending state/lygo_mint_ledger.jsonl, updating canonical JSON, printing snippets). However, mint_pack_local.py invokes external workspace tools (tools/lygo_mint/mint_pack.py and canonicalize_ledger.py) via subprocess; those tools are not included here and could perform arbitrary actions. The documentation warns to review those tools before using sensitive data.
Install Mechanism
No install script or network downloads are present; this is an instruction-only skill with shipped helper scripts. Nothing is downloaded or extracted during install.
Credentials
The skill requires no environment variables, credentials, or config paths. The scripts do not read secrets or environment variables in the provided code.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. It writes ledger files to the workspace (state/...), which is expected for its purpose and is limited to the workspace scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lygo-mint-verifier
  3. After installation, invoke the skill by name or use /lygo-mint-verifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Clarify security model: document that scripts wrap local tools in tools/lygo_mint, recommend reviewing those helpers and using non-secret prompt packs / controlled environments for minting. Remove overstrong 'never print secrets' claim.
v1.0.0
Initial release: deterministic pack hash + append-only and canonical ledgers + portable anchor snippet + anchor backfill.
Metadata
Slug lygo-mint-verifier
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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

How do I install LYGO-MINT Verifier?

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

Is LYGO-MINT Verifier free?

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

Which platforms does LYGO-MINT Verifier support?

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

Who created LYGO-MINT Verifier?

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

💬 Comments