Install
openclaw skills install lyra-coin-launch-managerCoin 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.
openclaw skills install lyra-coin-launch-managerA coin is only considered launched when you have a Clawnch receipt containing at minimum:
symbolcontractAddressclankerUrlpostUrl or postIdtxHash (if present in API)chainId (Base = 8453)Never treat a wallet address, thread id, or post id as the contract.
https://clawn.ch/api/launches (authoritative)https://clanker.world/clanker/<contract> (UI)state/<SYMBOL>_clawnch_receipt.jsonreference/STARCORE_LAUNCH_RECEIPTS_YYYY-MM-DD.mdbrainwave/BOOKMARK_BRAIN/refs/<topic>.md4claw | moltx | moltbook).Post the exact Clawnch format:
!clawnch
name: <token name>
symbol: <SYMBOL>
wallet: <0x...>
description: <...>
image: <https://...>
website: <https://...> (optional)
twitter: <@handle> (optional)
Use the script:
python skills/public/lyra-coin-launch-manager/scripts/pull_clawnch_receipts.py --symbols STARCORE,STARCOREX --out stateThis writes per-symbol receipts + a combined summary.
Use existing bookmark tool:
python tools/bookmark_brain_add_url.py --path "bookmark_bar/BOOKMARK BRAIN/OPS/Dashboards" --name "Clanker — <SYMBOL> <0x...>" --url "<clankerUrl>"If using enhanced_coin_dashboard_with_real_data.py, ensure it reads receipts from state/.
(Preferred: STARCORE family comes from Clawnch receipts.)
If you want recurring checks, schedule a cron job that:
daily_health.md(Keep this low frequency; indexers/API can lag.)