{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solana-copy-trader",
    "name": "Solana Copy Trader",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/YouthAIAgent/solana-copy-trader",
    "canonicalUrl": "https://clawhub.ai/YouthAIAgent/solana-copy-trader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solana-copy-trader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solana-copy-trader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/index.js",
      "scripts/package.json",
      "scripts/src/alerts.js",
      "scripts/src/arbitrage.js",
      "scripts/src/config.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solana-copy-trader"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/solana-copy-trader",
    "agentPageUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Solana Copy Trader",
        "body": "Real-time Solana whale copy trader using Helius WebSocket + Jupiter API + Pump.fun."
      },
      {
        "title": "Quick Start",
        "body": "cd solana-bot\nnpm install\ncp .env.example .env  # fill in keys\nnode index.js copy    # paper mode (safe)\nnode index.js watch   # whale tracker only\nnode index.js scan    # arb scanner"
      },
      {
        "title": "Modes",
        "body": "ModeCommandDescriptioncopynode index.js copy 0.01Copy whale trades (paper by default)watchnode index.js watchWatch whale txs livescannode index.js scanScan arb opportunitiespapernode index.js paperFull paper trading simanalyzenode index.js analyzeWallet pattern analysissafetynode index.js safety <mint>Token rug check"
      },
      {
        "title": ".env Setup",
        "body": "PRIVATE_KEY=your_base58_private_key   # leave blank for watch-only\nRPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY\nHELIUS_API_KEY=your_helius_key        # free at dev.helius.xyz\nBOT_TOKEN=telegram_bot_token          # for alerts\nCHAT_ID=your_telegram_chat_id\nMAX_TRADE_SOL=0.01                    # safety limit per trade\nMIN_PROFIT_PCT=0.5"
      },
      {
        "title": "Architecture",
        "body": "Helius WebSocket → whale tx detected\n        ↓\nparseTransaction() → decode token changes\n        ↓\nJupiter quote → can we route? \n        ↓ (if no route)\nPump.fun DAS check → bonding curve token?\n        ↓\nsafety check → price impact < 50%?\n        ↓\npaper: log trade | live: executeRealSwap()\n        ↓\nTelegram alert sent"
      },
      {
        "title": "Key Files",
        "body": "src/copy_trade.js — Core copy trader engine\nsrc/wallet_tracker.js — Helius WebSocket + tx parsing\nsrc/arbitrage.js — Jupiter arb scanner\nsrc/pumpfun.js — Pump.fun token metadata via Helius DAS\nsrc/sniper.js — New token sniper (paper mode)\nsrc/config.js — Wallet + connection setup\nsrc/alerts.js — Telegram notifications"
      },
      {
        "title": "Live → Paper Switch",
        "body": "In copy_trade.js startCopyTrader():\n\npaper: true   // paper mode (safe, no real money)\npaper: false  // LIVE mode — real trades\n\nOr use index.js mode copy (always paper) vs direct startCopyTrader({ paper: false })."
      },
      {
        "title": "Safety Limits",
        "body": "MAX_TRADE_SOL — max SOL per trade (default 0.01)\nmaxPositions: 3 — max open positions at once\npriceImpact > 50% → skip (rug protection)\nPump safety score < 40 → skip"
      },
      {
        "title": "Whale to Copy",
        "body": "Default whale: AgmLJBMDCqWynYnQiPCuj9ewsNNsBJXyzoUhD9LJzN51\n\nConfirmed MEV bot: 477 SOL, 172K txs/day, $40K/day\nChange in src/copy_trade.js → WHALE constant"
      },
      {
        "title": "Requirements",
        "body": "Node.js 18+\nFree Helius API key (1000 req/day free tier)\nSolana wallet (optional — watch-only without)\nTelegram bot (optional — for alerts)\n\nSee references/api-setup.md for getting free API keys.\nSee references/trading-concepts.md for how Solana MEV/arb works."
      }
    ],
    "body": "Solana Copy Trader\n\nReal-time Solana whale copy trader using Helius WebSocket + Jupiter API + Pump.fun.\n\nQuick Start\ncd solana-bot\nnpm install\ncp .env.example .env  # fill in keys\nnode index.js copy    # paper mode (safe)\nnode index.js watch   # whale tracker only\nnode index.js scan    # arb scanner\n\nModes\nMode\tCommand\tDescription\ncopy\tnode index.js copy 0.01\tCopy whale trades (paper by default)\nwatch\tnode index.js watch\tWatch whale txs live\nscan\tnode index.js scan\tScan arb opportunities\npaper\tnode index.js paper\tFull paper trading sim\nanalyze\tnode index.js analyze\tWallet pattern analysis\nsafety\tnode index.js safety <mint>\tToken rug check\n.env Setup\nPRIVATE_KEY=your_base58_private_key   # leave blank for watch-only\nRPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY\nHELIUS_API_KEY=your_helius_key        # free at dev.helius.xyz\nBOT_TOKEN=telegram_bot_token          # for alerts\nCHAT_ID=your_telegram_chat_id\nMAX_TRADE_SOL=0.01                    # safety limit per trade\nMIN_PROFIT_PCT=0.5\n\nArchitecture\nHelius WebSocket → whale tx detected\n        ↓\nparseTransaction() → decode token changes\n        ↓\nJupiter quote → can we route? \n        ↓ (if no route)\nPump.fun DAS check → bonding curve token?\n        ↓\nsafety check → price impact < 50%?\n        ↓\npaper: log trade | live: executeRealSwap()\n        ↓\nTelegram alert sent\n\nKey Files\nsrc/copy_trade.js — Core copy trader engine\nsrc/wallet_tracker.js — Helius WebSocket + tx parsing\nsrc/arbitrage.js — Jupiter arb scanner\nsrc/pumpfun.js — Pump.fun token metadata via Helius DAS\nsrc/sniper.js — New token sniper (paper mode)\nsrc/config.js — Wallet + connection setup\nsrc/alerts.js — Telegram notifications\nLive → Paper Switch\n\nIn copy_trade.js startCopyTrader():\n\npaper: true   // paper mode (safe, no real money)\npaper: false  // LIVE mode — real trades\n\n\nOr use index.js mode copy (always paper) vs direct startCopyTrader({ paper: false }).\n\nSafety Limits\nMAX_TRADE_SOL — max SOL per trade (default 0.01)\nmaxPositions: 3 — max open positions at once\npriceImpact > 50% → skip (rug protection)\nPump safety score < 40 → skip\nWhale to Copy\n\nDefault whale: AgmLJBMDCqWynYnQiPCuj9ewsNNsBJXyzoUhD9LJzN51\n\nConfirmed MEV bot: 477 SOL, 172K txs/day, $40K/day\nChange in src/copy_trade.js → WHALE constant\nRequirements\nNode.js 18+\nFree Helius API key (1000 req/day free tier)\nSolana wallet (optional — watch-only without)\nTelegram bot (optional — for alerts)\n\nSee references/api-setup.md for getting free API keys. See references/trading-concepts.md for how Solana MEV/arb works."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/YouthAIAgent/solana-copy-trader",
    "publisherUrl": "https://clawhub.ai/YouthAIAgent/solana-copy-trader",
    "owner": "YouthAIAgent",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solana-copy-trader",
    "downloadUrl": "https://openagent3.xyz/downloads/solana-copy-trader",
    "agentUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solana-copy-trader/agent.md"
  }
}