← All skills
Tencent SkillHub · Communication & Collaboration

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/process.md, scripts/backfill_anchors.py, scripts/make_anchor_snippet.py, scripts/mint_pack_local.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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 <64-hex> --title "..."

Backfill anchors (post IDs/links)

python scripts/backfill_anchors.py --hash <64-hex> --channel moltbook --id <post-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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs
  • SKILL.md Primary doc
  • references/process.md Docs
  • scripts/backfill_anchors.py Scripts
  • scripts/make_anchor_snippet.py Scripts
  • scripts/mint_pack_local.py Scripts