traderouter
Solana swap execution, MEV-protected transaction submission, wallet scanning, and market-cap-based limit/trailing orders via the TradeRouter API. Use when the user wants to: swap SPL tokens on Solana (buy or sell), check wallet token holdings, submit signed transactions through an MEV-protected priority lane, place limit orders (buy/sell at a target market cap), set trailing stop orders (trailing_sell/trailing_buy), manage existing orders (check, list, cancel, extend), or implement DCA strategies. No API key required — wallet address is the only identity. Supports REST endpoints POST /swap, POST /holdings, POST /protect, and WebSocket wss://api.traderouter.ai/ws for limit orders.
Why use this skill?
Automate Solana swaps, MEV-protected trades, and limit orders with the TradeRouter skill. Secure, keyless trading for SPL tokens.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/re-bruce-wayne/trade-routerWhat This Skill Does
The TradeRouter skill is a powerful Solana decentralized finance interface that integrates directly with the TradeRouter API. It provides a robust engine for executing swaps, managing token holdings, and deploying complex limit-order strategies without requiring the user to manage complex API keys or infrastructure. By leveraging a high-performance REST and WebSocket architecture, TradeRouter allows users to execute instant swaps, perform MEV-protected transactions to avoid sandwich attacks, and manage automated trading logic like trailing stops and DCA (Dollar Cost Averaging) strategies. It acts as a specialized agent that translates natural language intent into secure transaction builds, ensuring that even users without technical backgrounds can safely navigate the Solana memecoin and SPL token ecosystem.
Installation
To install this skill, use the ClawHub command-line interface. Run the following command in your terminal to fetch the latest version directly from the OpenClaw repository:
clawhub install openclaw/skills/skills/re-bruce-wayne/trade-router
Use Cases
- High-Speed Trading: Rapidly buy or sell volatile tokens using the MEV-protected transaction lane to minimize front-running risks.
- Portfolio Management: Regularly query your wallet holdings across the Solana ecosystem to track token performance.
- Automated Limit Orders: Set specific market-cap targets for buying or selling tokens, letting the agent handle execution when the conditions are met.
- Dynamic Trailing Stops: Protect your profits during parabolic moves by using the
trailing_sellWebSocket action, which dynamically adjusts based on market movements. - DCA Strategies: Automate recurring entry positions into promising projects by chaining buy orders over time.
Example Prompts
- "Buy $50 worth of the latest trending token at contract address 8xJ... and set a trailing stop at 10%."
- "What are the current token holdings in my wallet address 5Kk...?"
- "Set a sell limit order for all my tokens with mint address 2Bc... once the market cap hits $1M."
Tips & Limitations
- Slippage Control: For new or low-liquidity memecoins, always set your slippage between 1500-2500 bps. The default 500 bps is often insufficient for highly volatile assets.
- Transaction Workflow: Note that
/swaponly provides an unsigned transaction. You must sign this locally and submit it via/protectto ensure MEV protection. - Safety: Always double-check token mint addresses before executing trades. TradeRouter interacts directly with the blockchain; transactions are immutable once confirmed.
- Wallet Identity: This skill identifies you purely by your wallet address—there are no API keys. This ensures privacy but means you are solely responsible for the transactions triggered by your identity.
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-re-bruce-wayne-trade-router": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api