← All skills
Tencent SkillHub · Communication & Collaboration

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.

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

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.

⬇ 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, references/whitepaper_v2.md, scripts/backfill_anchors.py, scripts/bundle_pack_v2.py, scripts/make_anchor_snippet.py, scripts/make_anchor_snippet_v2.py

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.0

Documentation

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

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.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 <hash>

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 <hash> --title "..." --platform moltx

5) 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
4 Scripts2 Docs
  • references/process.md Docs
  • references/whitepaper_v2.md Docs
  • scripts/backfill_anchors.py Scripts
  • scripts/bundle_pack_v2.py Scripts
  • scripts/make_anchor_snippet_v2.py Scripts
  • scripts/make_anchor_snippet.py Scripts