Automate the deployment of Solana tokens through the Blowfish Agent API with integrated Meteora Dynamic Bonding Curve support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install blowfish-launch
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install blowfish-launch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Blowfish Token Launch skill provides a robust interface for developers and agents to programmatically create and manage tokens on the Solana blockchain. By leveraging the Blowfish Agent API and Meteora Dynamic Bonding Curve (DBC), this Openclaw Skills integration simplifies the complex process of tokenomics initialization and liquidity deployment. It allows for secure, wallet-based authentication and provides comprehensive lifecycle management for new assets.
This tool is designed for high-frequency environments where programmatic control over Solana assets is required. By wrapping the Blowfish API, this skill enables seamless integration into broader automated workflows, ensuring that token launches are consistent, repeatable, and verifiable.
To use this within the Openclaw Skills ecosystem, ensure you have a Solana keypair available. The private key must be exported as an environment variable named WALLET_SECRET_KEY in a JSON array format.
# Install dependencies
bun install @solana/web3.js tweetnacl bs58
# Run the launch script
WALLET_SECRET_KEY='[your_json_key]' bun run scripts/blowfish-launch.ts \
--name "My Token" \
--ticker "MYTK" \
--description "A custom token" \
--imageUrl "https://example.com/logo.png"
The skill manages token metadata and launch status using the following schema:
| Field | Type | Rules |
|---|---|---|
| name | String | 1-255 characters, required |
| ticker | String | 2-10 characters, Alphanumeric, required |
| description | String | Max 1000 characters, optional |
| imageUrl | String | Max 255 characters, optional |
Response data includes an eventId for polling and a status indicator (success, failed, or rate_limited).
Loading
A comprehensive integration allowing AI agents to programmatically fetch marketing performance data from over 100 platforms through a unified API.

A high-performance search skill for AI agents that returns structured, LLM-ready web data including summaries and metadata.

A comprehensive guide and skill set for generating professional-grade PDFs from HTML and CSS by mastering flow-based layouts and print-specific CSS rules.

A cognitive framework for AI agents that synthesizes the creative methods of history's greatest polymaths, visionaries, and architects into actionable workflows.

A comprehensive secrets management workflow integrating mise, fnox, and infisical to ensure secure environment variable injection and credential hygiene.

A comprehensive tool for managing, monitoring, and controlling terminal sessions through the VibeTunnel REST API.








































