← All skills
Tencent SkillHub Β· Developer Tools

LYRA Coin Launch Manager

Coin launch memory + verification workflow for Clawnch (4claw/Moltx/Moltbook). Use to launch tokens safely, record canonical receipts (contract+txHash+postUrl), update local dashboard, and save Clanker/monitor links into BOOKMARK BRAIN.

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

Coin launch memory + verification workflow for Clawnch (4claw/Moltx/Moltbook). Use to launch tokens safely, record canonical receipts (contract+txHash+postUrl), update local dashboard, and save Clanker/monitor links into BOOKMARK BRAIN.

⬇ 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
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

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

Documentation

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

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Files
  • references/cron_template_starcore_family.md Docs
  • scripts/bookmark_starcore_family.py Scripts
  • scripts/normalize_starcore_family.py Scripts
  • scripts/pull_clawnch_receipts.py Scripts
  • scripts/starcore_monitor.py Scripts
  • README.txt Files