blowfish-launch-token

Automate Solana token creation and management via the Blowfish Agent API.

9|3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/NeukoAI/agent-skills --skill blowfish-launch-token
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blowfish-launch-token
Source: https://github.com/NeukoAI/agent-skills/tree/main/blowfish-launch-token
Command: npx skills add https://github.com/NeukoAI/agent-skills --skill blowfish-launch-token

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Blowfish enables autonomous creation and management of Solana tokens via a secure API, reducing manual steps and backend development for token deployment.

Core Features & Use Cases

  • Authenticate wallet and obtain a JWT
  • Launch new tokens with name, ticker, and image
  • Poll deployment status, list tokens, view and claim fees
  • Manage fee claims and token lifecycle across DBC and LP phases

Quick Start

Authenticate with your wallet, obtain a JWT, then launch a new token by supplying its name, ticker, and description to the Blowfish API.

Frequently Asked Questions about blowfish-launch-token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch Solana tokens automatically via an API?

You launch Solana tokens by authenticating your wallet via a challenge-response mechanism to obtain a JWT, then calling the Blowfish API endpoints with your token name, ticker, and image to initiate deployment.

How does wallet authentication work for Solana token deployment?

Wallet authentication uses a challenge-response process that issues a JWT with a 15-minute expiry. You must sign the challenge with your wallet to receive this token for authorizing subsequent API calls.

What do I need to manage Solana token lifecycle across DBC and LP phases?

Managing Solana token lifecycles requires JWT authentication to poll deployment status, list deployed tokens, view fees, and execute claim workflows across DBC and LP phases through dedicated API endpoints.

Can I sign and submit unsigned transactions for Solana token launches?

Yes, the API provides endpoints for signing and submitting unsigned transactions. This allows agents to handle transaction execution securely after initiating the token launch and fee claim workflows.

Why does my JWT expire during Solana token management operations?

The JWT expires because it has a strict 15-minute expiry window for security. If your token polling or fee claiming operations exceed this duration, you must re-authenticate your wallet to receive a new JWT.