← Back to Skills Marketplace
Solana Copy Trader
by
YouthAIAgent
· GitHub ↗
· v1.0.0
709
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install solana-copy-trader
Description
Solana whale copy trading bot. Track any wallet, copy trades in real-time via Jupiter + Pump.fun APIs, with paper trading simulation and live execution. Use...
Usage Guidance
This package is an actual Solana trading bot and will contact multiple external services (Helius RPC, Jupiter, pump.fun, solanatracker, Coingecko, Telegram). The main red flags are: (1) the registry metadata claims no required env vars while both SKILL.md and the code require PRIVATE_KEY, HELIUS_API_KEY, BOT_TOKEN, CHAT_ID and RPC_URL — that mismatch is suspicious and should be fixed before trusting the package; (2) SKILL.md references a different directory (.env.example, solana-bot) than the manifest (files under scripts/), which suggests the published metadata or instructions were not updated — expect friction and possible runtime errors. Before installing or providing secrets: - Do NOT put your main wallet private key into .env. Use a small, dedicated wallet for testing or hardware/readonly setups. - Run the code in an isolated environment (container/VM) and inspect node_modules before running. - Start in watch or paper modes only (no PRIVATE_KEY or set paper:true). - Verify the Telegram bot and chat IDs are correct and optional. - Ask the publisher to correct registry metadata (declare required env vars and primary credential), include .env.example in the package root, and fix path inconsistencies. If the author can provide a trustworthy source URL, homepage, or VCS repo and update the metadata, re-evaluate; until then treat the package as suspicious.
Capability Analysis
Type: OpenClaw Skill
Name: solana-copy-trader
Version: 1.0.0
The skill bundle is classified as suspicious due to its core functionality involving automated cryptocurrency trading with real funds, which inherently carries high financial risk. While the code includes safeguards like defaulting to paper trading and explicit warnings to use a burner wallet for live execution, it requires the user to provide a Solana private key for real transactions. This capability, though necessary for its stated purpose, represents a significant risk of financial loss if misused or if vulnerabilities exist in the bot's trading logic. There is no evidence of intentional malicious behavior such as unauthorized data exfiltration, persistence mechanisms, or prompt injection attempts against the AI agent.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement a Solana copy-trader/sniper/arbitrage bot (Helius, Jupiter, pump.fun, Telegram alerts). Those capabilities match the stated purpose. However the registry metadata claims no required env vars/credentials while the SKILL.md and code clearly require PRIVATE_KEY, HELIUS_API_KEY, BOT_TOKEN, CHAT_ID and RPC_URL — this mismatch is unexpected and reduces trust.
Instruction Scope
Runtime instructions and code expect you to provide a .env with PRIVATE_KEY (optional for watch-only but required for live execution), Helius API key, Telegram bot token and chat id, and RPC URLs. The bot connects to multiple external services (Helius RPC, Jupiter quote/swap APIs, Coingecko, solanatracker, pump.fun endpoints, Telegram). That is appropriate for a trading bot, but SKILL.md references a 'solana-bot' directory and a .env.example which are not present in the manifest (files live under scripts/). The instructions also offer a simple switch to turn 'paper' to 'live' — if a private key is added and paper=false the code will sign and send real transactions. Because the agent can be invoked autonomously, this increases the risk of unintended real fund movement if misconfigured.
Install Mechanism
There is no platform install spec; the package expects you to run npm install (package.json present). Dependencies are standard for this domain (@solana/web3.js, @jup-ag/api, axios, dotenv, bs58). This is a moderate-risk install model (pulling from npm) but uses known packages and no external arbitrary downloads. Developers should still audit package.json and node_modules before running with secrets.
Credentials
The environment variables the code uses (PRIVATE_KEY, HELIUS_API_KEY, BOT_TOKEN, CHAT_ID, RPC_URL, optional JITO_TIP, MAX_TRADE_SOL, MIN_PROFIT_PCT) are all proportionate for a trading bot. The problem is that the registry metadata lists 'Required env vars: none' and 'Primary credential: none', which is false given the code and SKILL.md. That omission is a significant incoherence: the skill will prompt you to add highly sensitive values (private key) but the registry doesn't declare them.
Persistence & Privilege
always:false (normal). The skill can execute trades when a private key is provided; agent autonomous invocation is allowed by default. This combination is powerful but expected for a trading bot. Users should be careful: granting a skill a private key allows it to sign/send transactions — ensure you only provide a disposable/trading-only wallet and review code before enabling live mode.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-copy-trader - After installation, invoke the skill by name or use
/solana-copy-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Solana whale copy trader with Jupiter + Pump.fun routing, paper trading simulation, Helius WebSocket tracking.
Metadata
Frequently Asked Questions
What is Solana Copy Trader?
Solana whale copy trading bot. Track any wallet, copy trades in real-time via Jupiter + Pump.fun APIs, with paper trading simulation and live execution. Use... It is an AI Agent Skill for Claude Code / OpenClaw, with 709 downloads so far.
How do I install Solana Copy Trader?
Run "/install solana-copy-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana Copy Trader free?
Yes, Solana Copy Trader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Solana Copy Trader support?
Solana Copy Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Solana Copy Trader?
It is built and maintained by YouthAIAgent (@youthaiagent); the current version is v1.0.0.
More Skills