solana-trader

Review·Scanned 2/17/2026

This skill manages Solana wallets and token swaps via Jupiter using CLI commands and RPC providers. It executes shell commands (solana, spl-token, node, curl), accesses wallet files ($SOLANA_KEYPAIR_PATH, ~/.config/solana/*.json) and calls remote endpoints like https://api.jup.ag and https://api.mainnet-beta.solana.com.

from clawhub.ai·v8b71777·16.8 KB·0 installs
Scanned from 1.1.0 at 8b71777 · Transparency log ↗
$ vett add clawhub.ai/0xterrybit/solana-traderReview findings below

Solana Trader 🚀

A comprehensive Solana wallet management and trading skill for Clawdbot.

Features

  • 💰 Balance Checking - View SOL and all SPL token balances
  • 📜 Transaction History - Browse recent transactions
  • 🔄 Token Swaps - Swap tokens via Jupiter DEX aggregator
  • 💸 Send Tokens - Transfer SOL and SPL tokens
  • 📊 Price Checking - Get real-time token prices

Installation

clawdhub install solana-trader

Or manually copy to your skills directory:

cp -r solana-trader ~/.clawdbot/skills/

Configuration

Set the following environment variables:

# Required: Path to your Solana keypair
export SOLANA_KEYPAIR_PATH="~/.config/solana/id.json"

# Optional: Custom RPC endpoint
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com"

# Optional: Jupiter API key for better rates
export JUPITER_API_KEY="your-api-key"

Requirements

  • Solana CLI installed
  • curl and jq available in PATH
  • A funded Solana wallet

Usage Examples

Check Balance

"What's my SOL balance?"
"Show me all my tokens"
"How much USDC do I have?"

Swap Tokens

"Swap 1 SOL for USDC"
"Trade 100 USDC for JUP"
"Exchange 0.5 SOL to BONK"

Send Tokens

"Send 0.1 SOL to ABC123..."
"Transfer 50 USDC to XYZ789..."

Price Check

"What's the price of SOL?"
"How much is JUP worth?"

Security

⚠️ Important Security Notes:

  1. Your private key stays on your local machine
  2. All transactions require explicit confirmation
  3. Never share your keypair file
  4. Always verify transaction details before confirming

License

MIT

Author

Built for the Clawdbot community 🦞