ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/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?

Efficiently manage your Solana wallet and perform token swaps via Jupiter DEX. Includes balance tracking, history, and configurable RPC settings.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The solana-trader skill is a robust toolkit for Clawdbot, designed to bridge the gap between AI-driven intent and Solana blockchain interactions. It allows users to manage their Solana wallets, view portfolio balances, track transaction history, and perform token swaps directly through the Jupiter DEX aggregator. By leveraging various RPC providers and secure key management, this skill ensures that traders can execute trades, check liquidity, and monitor their assets without leaving their terminal or agent interface. The skill is designed for both casual holders and active traders, providing transparent fee structures and flexible RPC configurations to suit different throughput requirements.

Installation

To integrate the solana-trader skill, start by ensuring you have the necessary environment variables set up, specifically your SOLANA_KEYPAIR_PATH. Install the skill using the clawhub CLI:

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

Once installed, configure your .env file with your preferred RPC provider (such as Helius or QuickNode) for optimal performance. If you are starting from a raw private key string, ensure you convert it into a standard keypair JSON file before pointing the environment variable to it. Verify your installation by running the setup verification commands provided in the documentation.

Use Cases

  • Portfolio Management: Quickly check your current holdings and net worth in USD.
  • Optimized Swapping: Swap between SPL tokens efficiently using the Jupiter aggregator, which automatically routes through the best liquidity pools.
  • Transaction History: Monitor recent buys and sells to keep a clear audit trail of your trading performance.
  • Automated Trading: Integrate the agent with scripts to perform routine rebalancing or DCA strategies across the Solana ecosystem.

Example Prompts

  1. "Check my current Solana wallet balance and list my top 5 holding tokens."
  2. "Swap 2 SOL for USDC using the best available rate on Jupiter."
  3. "Show me the last 5 transactions for my wallet to see my recent trading activity."

Tips & Limitations

Always use a dedicated RPC provider for high-frequency trading to avoid the 429 rate limits inherent in free endpoints. Be mindful of the 0.2% platform fee on all swaps, which helps sustain the development of these tools. Never share your SOLANA_KEYPAIR_PATH or private keys with anyone. If you encounter transaction failures, ensure your wallet has sufficient SOL for network gas fees. Always verify that you are connecting to the correct network and that your API keys are correctly exported in your agent's environment session.

Metadata

Stars1054
Views0
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": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#defi#trading#crypto#jupiter
Safety Score: 2/5

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