# Send LYGO-MINT Operator Suite (v2) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lygo-mint-operator-suite",
    "name": "LYGO-MINT Operator Suite (v2)",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/DeepSeekOracle/lygo-mint-operator-suite",
    "canonicalUrl": "https://clawhub.ai/DeepSeekOracle/lygo-mint-operator-suite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lygo-mint-operator-suite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lygo-mint-operator-suite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "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"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lygo-mint-operator-suite",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:34:15.226Z",
      "expiresAt": "2026-05-07T10:34:15.226Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lygo-mint-operator-suite",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lygo-mint-operator-suite",
        "contentDisposition": "attachment; filename=\"lygo-mint-operator-suite-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "lygo-mint-operator-suite"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lygo-mint-operator-suite"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lygo-mint-operator-suite",
    "downloadUrl": "https://openagent3.xyz/downloads/lygo-mint-operator-suite",
    "agentUrl": "https://openagent3.xyz/skills/lygo-mint-operator-suite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lygo-mint-operator-suite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lygo-mint-operator-suite/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DeepSeekOracle
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T10:34:15.226Z
- Expires at: 2026-05-07T10:34:15.226Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lygo-mint-operator-suite)
- [Send to Agent page](https://openagent3.xyz/skills/lygo-mint-operator-suite/agent)
- [JSON manifest](https://openagent3.xyz/skills/lygo-mint-operator-suite/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lygo-mint-operator-suite/agent.md)
- [Download page](https://openagent3.xyz/downloads/lygo-mint-operator-suite)