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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xterrybit/solana-traderWhat 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
- "Check my current Solana wallet balance and list my top 5 holding tokens."
- "Swap 2 SOL for USDC using the best available rate on Jupiter."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xterrybit-solana-trader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api
Related Skills
database
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
payment
Payment processing and management. Handle invoices, transactions, and payment gateway integrations.
crypto-wallet
Multi-chain cryptocurrency wallet management. Check balances, send tokens, view transaction history across Ethereum, Solana, Bitcoin and more.
redis
Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
tiktok
TikTok platform integration. Manage videos, view analytics, and track engagement.