ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

solana-trader

Solana wallet management and token trading via Jupiter aggregator. Check balances, view transaction history, swap tokens, and manage your Solana portfolio.

Why use this skill?

Manage your Solana portfolio and trade tokens via Jupiter DEX with the solana-trader skill. Includes balance checks, history, and swap automation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xterrybit/solana-trader-v2
Or

What This Skill Does

The solana-trader skill is a robust toolkit for Clawdbot, designed to bridge your AI agent with the Solana blockchain ecosystem. It empowers your agent to act as a sophisticated trading assistant. By leveraging the Jupiter DEX aggregator, the skill enables seamless token swaps with the best available market routing. Beyond swapping, it allows the agent to monitor your SOL and SPL token balances in real-time, retrieve comprehensive transaction history via integrated indexing services, and securely manage your portfolio. It acts as an abstraction layer over complex RPC interactions, handling fee calculations, public node fallbacks, and transaction status monitoring, ensuring you maintain full control over your Solana assets via an intuitive agent interface.

Installation

To install this skill, use the ClawHub CLI: clawhub install openclaw/skills/skills/0xterrybit/solana-trader-v2. Once installed, you must provide the path to your wallet keypair in your environment configuration (SOLANA_KEYPAIR_PATH). For enhanced performance and reliability, we highly recommend configuring a paid RPC provider like Helius or QuickNode. If you only possess a raw private key, ensure you convert it into a standard Solana keypair JSON file before linking the path in your .env file.

Use Cases

  • Automated Portfolio Management: Keep track of your holdings across various SPL tokens without manually checking block explorers.
  • Optimized Trading: Execute swaps with automated liquidity routing via Jupiter, ensuring minimal slippage for your trades.
  • Historical Auditing: Quickly query past transaction activity to analyze profit/loss or verify successful transfers.
  • High-Uptime Trading: Configure a dedicated paid RPC for consistent access to the Solana blockchain during periods of high network congestion.

Example Prompts

  1. "What is the current balance of my SOL and USDC holdings in my wallet?"
  2. "Swap 5 SOL for the best available JUP tokens using Jupiter aggregator."
  3. "Show me the last 5 transactions from my wallet and highlight any failed transfers."

Tips & Limitations

  • Rate Limiting: If you are using public RPC endpoints, you may encounter rate limits. If the agent reports connectivity issues, consider upgrading to a premium RPC provider.
  • Security: Always keep your SOLANA_KEYPAIR_PATH files in a secure directory. Never share your private keys.
  • Fees: A transparent 0.2% platform fee applies to all swaps executed through this skill, supporting ongoing development and maintenance of the OpenClaw ecosystem.
  • Network Stability: Solana network congestion can affect swap speeds; always check your transaction hash in a block explorer if a swap remains pending for an extended period.

Metadata

Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xterrybit-solana-trader-v2": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#defi#trading#crypto#blockchain
Safety Score: 3/5

Flags: network-access, file-read, external-api