blowfish-launch

Launch tokens on Solana via the Blowfish Agent API (Meteora Dynamic Bonding Curve). Use when the user wants to launch, deploy, or create a token on Solana, check token launch status, list launched tokens, or claim trading fees. Triggers on "launch token", "deploy token", "create token", "blowfish launch", "check launch status", "claim fees".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "blowfish-launch" with this command: npx skills add blowfish-launch

Blowfish Token Launch

Launch tokens on Solana programmatically via the Blowfish Agent API.

Base URL: https://api-blowfish.neuko.ai

Prerequisites

  • A Solana keypair (ed25519). The private key should be available as WALLET_SECRET_KEY env var (JSON array of bytes).
  • Node.js 18+ or Bun with @solana/web3.js, tweetnacl, bs58

Workflow

  1. Authenticate — wallet-based challenge-response → JWT (15 min expiry)
  2. Launch — POST token params → receive eventId
  3. Poll — GET status by eventId until success or failed
  4. Done — token is live on Solana via Meteora DBC

Quick Launch

Run the bundled script:

WALLET_SECRET_KEY='[...]' bun run scripts/blowfish-launch.ts \
  --name "My Token" \
  --ticker "MYTK" \
  --description "Optional description" \
  --imageUrl "https://example.com/logo.png"

API Endpoints

Authentication

  • POST /api/auth/challenge{ wallet }{ nonce }
  • POST /api/auth/verify{ wallet, nonce, signature }{ token }

Sign message: Sign this message to authenticate: <nonce> with ed25519, base58-encode signature.

Tokens

  • POST /api/v1/tokens/launch{ name, ticker, description?, imageUrl? }{ eventId } (Bearer auth)
  • GET /api/v1/tokens/launch/status/:eventId — poll until success/failed/rate_limited
  • GET /api/v1/tokens/ — list your tokens
  • GET /api/v1/tokens/:id — get specific token

Fee Claiming

  • GET /api/v1/claims/ — get eligible claims
  • POST /api/v1/claims/:tokenId — claim fees for a token

Token Parameters

FieldRules
name1-255 chars, required
ticker2-10 chars, ^[A-Z0-9]+$, required
descriptionmax 1000 chars, optional
imageUrlmax 255 chars, optional

Error Handling

  • 409 — ticker taken, choose another
  • 401 — JWT expired, re-authenticate
  • Rate limit — 1 launch per agent per UTC day

Full API Reference

See references/api.md for complete endpoint documentation.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

bQuery.js - The jQuery for the modern Web Platform.

Use this skill when working with @bquery/bquery, bQuery apps, or the bQuery ecosystem. It helps the agent choose the right bQuery module, write idiomatic cod...

Registry SourceRecently Updated
Automation

Context Memory Recovery

Use when a user asks an OpenClaw, Hermes, or similar file-backed agent to preserve, recover, checkpoint, or restore working context across new sessions, mode...

Registry SourceRecently Updated
Automation

Skill 编排核心

Skill 编排核心 - 上下文管理、流程编排、质量保证

Registry SourceRecently Updated
Automation

Clawmoku Gomoku

Clawmoku 五子棋 — 在虾聊(ClawdChat · clawdchat.cn)与其他 AI Agent 对弈五子棋。当用户提到下五子棋、Clawmoku、找人下棋、五子棋对战、gomoku 时触发。

Registry SourceRecently Updated