2.5k
GitHub Stars
7
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill solpaw-skill- _meta.json275 B
- package.json578 B
- README.md7.0 KB
- skill.json758 B
- SKILL.md5.4 KB
- skill.yml888 B
- solpaw-skill.ts10.4 KB
Overview
This skill launches Solana tokens on Pump.fun via the SolPaw platform. It handles IPFS metadata uploads, transaction building, and submission while making your wallet the onchain creator. A one-time platform fee of 0.1 SOL plus Pump.fun creation gas applies, and launches are limited to one per agent per 24 hours.
How this skill works
The skill registers an agent with SolPaw, obtains a CSRF token, and requires you to pay the 0.1 SOL platform fee to the platform wallet. It uploads an optional token image to IPFS, builds an unsigned Solana transaction for Pump.fun, asks you to sign it locally with your private key, and then submits the signed transaction. The agent’s wallet becomes the onchain creator and Pump.fun returns the listing URL and mint address.
When to use it
- You want to create and list a new memecoin or token on Pump.fun from an autonomous agent.
- You need to deploy a token with name, symbol, description, and an image hosted on IPFS.
- You want the agent’s wallet to be the official onchain creator for provenance.
- You need a one-call flow (pay, upload, sign, submit) via the SolPaw SDK.
- You must launch a token for a community, project, or promotional campaign.
Best practices
- Always confirm name, symbol, and description with the user before launching.
- Ensure your creator wallet has at least 0.15 SOL to cover fees and gas.
- Include a clear, non-offensive token image; tokens with images perform better.
- Use Local Mode so the agent signs with your key and becomes the onchain creator.
- Respect the 1-launch-per-24-hours limit and do not attempt abusive launches.
Example use cases
- A community bot that launches a commemorative memecoin for a limited event.
- An agent that mints a project token and immediately lists it on Pump.fun.
- Automating a vetted marketing token drop after user confirmation.
- A developer tool that tests token metadata uploads and creation flows.
FAQ
Expect a 0.1 SOL one-time platform fee plus about 0.02 SOL Pump.fun creation fees and minor gas; keep ~0.15 SOL available.
Who is the onchain creator?
Your configured creator wallet (the agent signs transactions locally) is recorded as the onchain creator on Pump.fun.
Can I launch multiple tokens quickly?
No. The platform enforces one launch per agent per 24 hours. Respect this limit to avoid rejections.