copy-trading

Automate Solana copy trades via wallet monitoring and Jupiter execution.

266|54|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/agiprolabs/claude-trading-skills --skill copy-trading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copy-trading
Source: https://github.com/agiprolabs/claude-trading-skills/tree/main/skills/copy-trading
Command: npx skills add https://github.com/agiprolabs/claude-trading-skills --skill copy-trading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to identify, evaluate, and automatically replicate the trading activities of successful wallets on Solana Decentralized Exchanges (DEXs), transforming AI agents into sophisticated copy-trading systems.

Core Features & Use Cases

  • Wallet Discovery & Evaluation: Utilizes on-chain data to find and score potential copy-trade candidates based on profitability, consistency, and bot probability.
  • Real-time Monitoring & Execution: Streams transaction data to detect trades in real-time and executes proportional copy trades via Jupiter aggregator.
  • Risk Management: Implements portfolio-level and per-trade risk controls to safeguard capital.
  • Use Case: Automatically monitor a list of top-performing Solana traders, identify their profitable trades, and execute similar trades in your own wallet with independent risk management.

Quick Start

Evaluate the copy-trading suitability of the wallet address '3f5gHjK8sLp9oN2mQ1xZ7vB4cE6dA0f9iR3tY5uW'.

Frequently Asked Questions about copy-trading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically copy trades from profitable Solana wallets?

To automatically copy trades from profitable Solana wallets, this Skill identifies and evaluates target wallets using on-chain PnL data, streams their real-time DEX transactions via Helius, and executes proportional trades for you through the Jupiter aggregator.

How does on-chain wallet analysis evaluate traders for copy trading?

On-chain wallet analysis evaluates traders for copy trading by using SolanaTracker and Birdeye data to score potential candidates based on their historical profitability, trading consistency, and bot probability.

Can I execute copy trades on Solana DEXs using Jupiter aggregator?

Yes, you can execute copy trades on Solana DEXs using the Jupiter aggregator. The Skill monitors real-time on-chain activity from target wallets and automatically routes and executes proportional swaps through Jupiter.

What is the best way to manage risk when algorithmic copy trading on Solana?

The best way to manage risk when algorithmic copy trading on Solana is to use automated portfolio-level and per-trade risk controls. This Skill includes built-in risk management frameworks and decay detection mechanisms to safeguard your capital.

Does this copy trading approach work with real-time transaction monitoring via RPC?

Yes, this copy trading approach works with real-time transaction monitoring via RPC or Helius. It streams live on-chain data to detect target wallet trades instantly and executes your proportional trades immediately after.