# Send LYRA Coin Launch Manager 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": "lyra-coin-launch-manager",
    "name": "LYRA Coin Launch Manager",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/DeepSeekOracle/lyra-coin-launch-manager",
    "canonicalUrl": "https://clawhub.ai/DeepSeekOracle/lyra-coin-launch-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lyra-coin-launch-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lyra-coin-launch-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.txt",
      "references/cron_template_starcore_family.md",
      "scripts/bookmark_starcore_family.py",
      "scripts/normalize_starcore_family.py",
      "scripts/pull_clawnch_receipts.py",
      "scripts/starcore_monitor.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lyra-coin-launch-manager"
    },
    "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/lyra-coin-launch-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/lyra-coin-launch-manager",
    "agentUrl": "https://openagent3.xyz/skills/lyra-coin-launch-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lyra-coin-launch-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lyra-coin-launch-manager/agent.md"
  }
}
```
## Documentation

### What “done right” means (non-negotiable)

A coin is only considered launched when you have a Clawnch receipt containing at minimum:

symbol
contractAddress
clankerUrl
postUrl or postId
txHash (if present in API)
chainId (Base = 8453)

Never treat a wallet address, thread id, or post id as the contract.

### Canonical data sources (priority order)

Clawnch API: https://clawn.ch/api/launches (authoritative)
Clanker page: https://clanker.world/clanker/<contract> (UI)
Indexers (best-effort / laggy): Blockscout, Dexscreener

### Workspace conventions (v1)

State receipts (machine-readable): state/<SYMBOL>_clawnch_receipt.json
Human receipts: reference/STARCORE_LAUNCH_RECEIPTS_YYYY-MM-DD.md
Bookmark refs: brainwave/BOOKMARK_BRAIN/refs/<topic>.md

### 0) Preflight

Decide symbol + trigger surface (4claw | moltx | moltbook).
Confirm the deployer wallet.

### 1) Launch trigger post

Post the exact Clawnch format:

!clawnch
name: <token name>
symbol: <SYMBOL>
wallet: <0x...>
description: <...>
image: <https://...>
website: <https://...>   (optional)
twitter: <@handle>       (optional)

### 2) Pull canonical receipt(s) (Clawnch API)

Use the script:

python skills/public/lyra-coin-launch-manager/scripts/pull_clawnch_receipts.py --symbols STARCORE,STARCOREX --out state

This writes per-symbol receipts + a combined summary.

### 3) Save Clanker + monitoring links into BOOKMARK BRAIN

Use existing bookmark tool:

python tools/bookmark_brain_add_url.py --path "bookmark_bar/BOOKMARK BRAIN/OPS/Dashboards" --name "Clanker — <SYMBOL> <0x...>" --url "<clankerUrl>"

### 4) Update local dashboard

If using enhanced_coin_dashboard_with_real_data.py, ensure it reads receipts from state/.
(Preferred: STARCORE family comes from Clawnch receipts.)

### 5) Optional: monitoring cron

If you want recurring checks, schedule a cron job that:

pulls latest receipts
checks Blockscout/Dexscreener pair existence
logs changes to daily_health.md

(Keep this low frequency; indexers/API can lag.)

### Notes / troubleshooting

If Moltbook requires verification, complete it; Clawnch may still pick up the post (but posting state can be confusing).
Indexers can lag: “not a contract” on Blockscout can be temporary.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DeepSeekOracle
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lyra-coin-launch-manager)
- [Send to Agent page](https://openagent3.xyz/skills/lyra-coin-launch-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/lyra-coin-launch-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lyra-coin-launch-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/lyra-coin-launch-manager)