What problem does it solve?
Managing Solana accounts, SPL tokens, swaps, and token launches is error-prone and requires signing transactions, handling RPC endpoints, and coordinating third-party APIs; this Skill centralizes those operations into reproducible CLI scripts so agents can automate common blockchain tasks reliably.
Core Features & Use Cases
- Wallet management: generate keypairs, store private keys to a local .env, and display wallet addresses.
- Balance & transfers: check SOL and SPL token balances, send SOL, and transfer SPL tokens with automatic ATA handling.
- Swaps & token launches: query and execute Jupiter swaps and launch tokens on Pump.fun including IPFS metadata upload and optional dev buys.
- Use Case: a developer can create a wallet, fund it on devnet, test an automated 0.1 SOL swap to USDC, and then launch a token with metadata uploaded to IPFS.
Quick Start
Use the solana skill to create a new wallet, save the private key to the environment, check the balance, and swap 0.1 SOL to USDC.