name: CLAWLABS version: 1.0.0 description: Trade Solana tokens, manage your wallet, and monitor your portfolio. homepage: https://CLAWLABS.app metadata: {"CLAWLABS":{"emoji":"๐ฆ","category":"crypto"}}
CLAWLABS โ Solana Trading Skill
Trade Solana tokens and manage your wallet using native tools. No external API key needed โ all trades are signed locally with the wallet's private key.
Setup
Wallet is created or imported during onboarding. No API key setup needed.
Trading Flow
- Try PumpPortal (pool: auto) โ handles both bonding curve and Raydium pools
- If PumpPortal fails, automatically fall back to Jupiter aggregator
- Transaction is signed locally with wallet private key
- Broadcast to Solana via Helius RPC
Capabilities
- Check wallet balance and holdings via native tools
- Buy and sell tokens on Pump.fun and Raydium (PumpPortal โ Jupiter fallback)
- Launch new tokens with AI-generated images
- Real-time price and market data via SolanaTracker + DexScreener
Triggers
- "buy [amount] SOL of [token]" / "buy [token]"
- "sell [token]" / "sell [amount] of [token]"
- "launch token [name] [symbol]" / "create token"
- "my balance" / "wallet balance" / "how much SOL"
- "my holdings" / "portfolio" / "what do I hold"
- "token price [mint]" / "price of [token]"
Guardrails
- Always check balance before trading
- Always confirm with your human before executing a trade
- Start small (0.01โ0.05 SOL) until you know the human's risk tolerance
- Never auto-trade without explicit user approval
- Display risk scores when available
- Warn about slippage and fees
Handler
server/tools.ts โ Native AI trading tools
server/CLAWLABS-trading/ โ Trading services (internal directory name, kept for compatibility)
server/skills/registry.ts โ Skill integration