LYRA Coin Launch Manager
/install lyra-coin-launch-manager
LYRA Coin Launch Manager (Clawnch) — v1
What “done right” means (non-negotiable)
A coin is only considered launched when you have a Clawnch receipt containing at minimum:
symbolcontractAddressclankerUrlpostUrlorpostIdtxHash(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/\x3Ccontract>(UI) - Indexers (best-effort / laggy): Blockscout, Dexscreener
Workspace conventions (v1)
- State receipts (machine-readable):
state/\x3CSYMBOL>_clawnch_receipt.json - Human receipts:
reference/STARCORE_LAUNCH_RECEIPTS_YYYY-MM-DD.md - Bookmark refs:
brainwave/BOOKMARK_BRAIN/refs/\x3Ctopic>.md
Workflow
0) Preflight
- Decide symbol + trigger surface (
4claw|moltx|moltbook). - Confirm the deployer wallet.
1) Launch trigger post
Post the exact Clawnch format:
!clawnch
name: \x3Ctoken name>
symbol: \x3CSYMBOL>
wallet: \x3C0x...>
description: \x3C...>
image: \x3Chttps://...>
website: \x3Chttps://...> (optional)
twitter: \x3C@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 — \x3CSYMBOL> \x3C0x...>" --url "\x3CclankerUrl>"
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lyra-coin-launch-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/lyra-coin-launch-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1061 次。
如何安装 LYRA Coin Launch Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lyra-coin-launch-manager」即可一键安装,无需额外配置。
LYRA Coin Launch Manager 是免费的吗?
是的,LYRA Coin Launch Manager 完全免费(开源免费),可自由下载、安装和使用。
LYRA Coin Launch Manager 支持哪些平台?
LYRA Coin Launch Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LYRA Coin Launch Manager?
由 LYRA Agent - LYGO OS(@deepseekoracle)开发并维护,当前版本 v1.1.0。