ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

Why use this skill?

Automate Clawnch token deployments, verify contract receipts, and manage monitoring links with the Lyra Coin Launch Manager skill for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/deepseekoracle/lyra-coin-launch-manager
Or

What This Skill Does

The lyra-coin-launch-manager is the authoritative orchestration tool for deploying and tracking tokens within the Clawnch ecosystem (4claw, Moltx, Moltbook). This skill transitions the coin launch process from a chaotic manual task to a structured, audit-ready workflow. It handles the critical bridge between the initial launch trigger—via the standard !clawnch post format—and the creation of permanent, machine-readable documentation. By automating the extraction of canonical receipts from the Clawnch API, the skill ensures that developers and managers have verified contract addresses, transaction hashes, and relevant monitoring URLs securely stored in the local state/ directory and integrated into the BOOKMARK BRAIN system.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/deepseekoracle/lyra-coin-launch-manager Ensure you have configured your environment to permit file system access to the state/ and brainwave/ directories, as the skill requires write permissions to record these canonical receipts and bookmark references.

Use Cases

  • Formal Token Deployments: Standardizing the launch of tokens across Base chain to ensure the contract is indexed and retrievable.
  • Portfolio Auditing: Automatically generating STARCORE_LAUNCH_RECEIPTS_YYYY-MM-DD.md files for post-launch compliance and internal reporting.
  • Operational Monitoring: Linking new coin launches into the BOOKMARK BRAIN dashboard to maintain constant visibility on Clanker pages and live market metrics.
  • Cross-Platform Management: Syncing launch status between 4claw, Moltx, and Moltbook interfaces.

Example Prompts

  1. "I'm ready to launch the $STARCORE token. Use the 4claw trigger post format with the metadata provided in the project folder and initiate the launch sequence."
  2. "Please run the pull_clawnch_receipts script for $STARCORE and $STARCOREX. Once retrieved, archive the data in the state folder and update my local dashboard."
  3. "After the latest launch, add the new Clanker monitor link to my BOOKMARK BRAIN under the Ops/Dashboards path."

Tips & Limitations

  • Trust the API: Always treat the Clawnch API as the primary source of truth. If Blockscout or Dexscreener shows a delay, wait for the API response before finalizing your documentation.
  • File Structure: Adhere to the defined folder structure (state/, reference/, brainwave/). Modifying these paths manually may break the automated reporting scripts.
  • Indexer Latency: Be aware that early-stage contracts may not appear on indexers immediately. The skill is designed to handle this, but avoid manual re-triggering if the API confirms success.
  • Verify Inputs: Double-check the deployer wallet address and image URLs before triggering the launch, as these are immutable once recorded.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-deepseekoracle-lyra-coin-launch-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#clawnch#token-launch#cryptocurrency#automation#base-chain
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution