{
  "schemaVersion": "1.0",
  "item": {
    "slug": "polymarket-whale-copier",
    "name": "Polymarket Whale Copier",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cassh100k/polymarket-whale-copier",
    "canonicalUrl": "https://clawhub.ai/cassh100k/polymarket-whale-copier",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/polymarket-whale-copier",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=polymarket-whale-copier",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/auto_redeem.py",
      "scripts/config.json",
      "scripts/copy_trader.py",
      "scripts/logs.sh",
      "scripts/start.sh"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/polymarket-whale-copier"
    },
    "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/polymarket-whale-copier",
    "agentPageUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/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": "🐋 Polymarket Whale Copier",
        "body": "Automatically copy trade winning Polymarket wallets.\n\nTrack any wallet, mirror their bets, profit from their alpha."
      },
      {
        "title": "Features",
        "body": "🎯 Copy Any Wallet — Just paste their address\n📊 Configurable Size — Copy 1-100% of their position\n🛡️ Risk Controls — Min/max trade limits, BUY-only mode\n📝 Full Logging — Every trade documented\n🔄 Auto-Redemption — Claims winning positions automatically\n💰 No API Keys — Uses public Polymarket APIs"
      },
      {
        "title": "Quick Start",
        "body": "# 1. Set your Polymarket private key\nexport POLYMARKET_KEY=\"0xYourPrivateKey\"\n\n# 2. Run the copier\npython3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10"
      },
      {
        "title": "Configuration",
        "body": "Edit config.json:\n\n{\n  \"target_wallet\": \"0x...\",\n  \"copy_percent\": 10,\n  \"min_trade_usd\": 5,\n  \"max_trade_usd\": 50,\n  \"buy_only\": true,\n  \"check_interval_sec\": 60,\n  \"dry_run\": false\n}"
      },
      {
        "title": "Commands",
        "body": "# Start copy trading (background)\n./scripts/start.sh\n\n# Check status\n./scripts/status.sh\n\n# Stop trading\n./scripts/stop.sh\n\n# View recent trades\n./scripts/logs.sh\n\n# Auto-redeem winning positions\npython3 scripts/auto_redeem.py"
      },
      {
        "title": "Finding Whale Wallets",
        "body": "Go to Polymarket Leaderboard\nClick on top traders\nCopy their wallet address from the URL\nPaste into config or --target flag"
      },
      {
        "title": "Risk Management",
        "body": "SettingDefaultDescriptioncopy_percent10%% of whale's position to copymin_trade_usd$5Skip trades smaller than thismax_trade_usd$50Cap maximum trade sizebuy_onlytrueOnly copy BUYs (safer)"
      },
      {
        "title": "How It Works",
        "body": "Monitor — Polls target wallet every 60 seconds\nDetect — Identifies new trades via Polymarket API\nFilter — Applies your risk settings\nExecute — Places matching orders on your account\nLog — Records everything for analysis"
      },
      {
        "title": "Example Output",
        "body": "🚀 POLYMARKET COPY TRADER STARTING\n🎯 Target: 0x4ffe49ba...609f71\n📊 Copy: 10% | Limits: $5-$50\n\n🔄 Monitoring cycle #42\n📈 New trade detected!\n   Whale: BUY 500 shares @ $0.35 = $175\n   Copying: BUY 50 shares @ $0.35 = $17.50\n✅ Order placed: #123456789"
      },
      {
        "title": "Requirements",
        "body": "Python 3.8+\nPolymarket account with USDC\nPrivate key (for signing trades)"
      },
      {
        "title": "Safety Notes",
        "body": "⚠️ Never share your private key\n⚠️ Start with small amounts\n⚠️ Use dry_run mode first\n⚠️ Past performance ≠ future results"
      },
      {
        "title": "Support",
        "body": "Issues? Questions? Open a GitHub issue or find us on Discord.\n\nBuilt by Nix 🔥 | Not financial advice"
      }
    ],
    "body": "🐋 Polymarket Whale Copier\n\nAutomatically copy trade winning Polymarket wallets.\n\nTrack any wallet, mirror their bets, profit from their alpha.\n\nFeatures\n🎯 Copy Any Wallet — Just paste their address\n📊 Configurable Size — Copy 1-100% of their position\n🛡️ Risk Controls — Min/max trade limits, BUY-only mode\n📝 Full Logging — Every trade documented\n🔄 Auto-Redemption — Claims winning positions automatically\n💰 No API Keys — Uses public Polymarket APIs\nQuick Start\n# 1. Set your Polymarket private key\nexport POLYMARKET_KEY=\"0xYourPrivateKey\"\n\n# 2. Run the copier\npython3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10\n\nConfiguration\n\nEdit config.json:\n\n{\n  \"target_wallet\": \"0x...\",\n  \"copy_percent\": 10,\n  \"min_trade_usd\": 5,\n  \"max_trade_usd\": 50,\n  \"buy_only\": true,\n  \"check_interval_sec\": 60,\n  \"dry_run\": false\n}\n\nCommands\n# Start copy trading (background)\n./scripts/start.sh\n\n# Check status\n./scripts/status.sh\n\n# Stop trading\n./scripts/stop.sh\n\n# View recent trades\n./scripts/logs.sh\n\n# Auto-redeem winning positions\npython3 scripts/auto_redeem.py\n\nFinding Whale Wallets\nGo to Polymarket Leaderboard\nClick on top traders\nCopy their wallet address from the URL\nPaste into config or --target flag\nRisk Management\nSetting\tDefault\tDescription\ncopy_percent\t10%\t% of whale's position to copy\nmin_trade_usd\t$5\tSkip trades smaller than this\nmax_trade_usd\t$50\tCap maximum trade size\nbuy_only\ttrue\tOnly copy BUYs (safer)\nHow It Works\nMonitor — Polls target wallet every 60 seconds\nDetect — Identifies new trades via Polymarket API\nFilter — Applies your risk settings\nExecute — Places matching orders on your account\nLog — Records everything for analysis\nExample Output\n🚀 POLYMARKET COPY TRADER STARTING\n🎯 Target: 0x4ffe49ba...609f71\n📊 Copy: 10% | Limits: $5-$50\n\n🔄 Monitoring cycle #42\n📈 New trade detected!\n   Whale: BUY 500 shares @ $0.35 = $175\n   Copying: BUY 50 shares @ $0.35 = $17.50\n✅ Order placed: #123456789\n\nRequirements\nPython 3.8+\nPolymarket account with USDC\nPrivate key (for signing trades)\nSafety Notes\n\n⚠️ Never share your private key ⚠️ Start with small amounts ⚠️ Use dry_run mode first ⚠️ Past performance ≠ future results\n\nSupport\n\nIssues? Questions? Open a GitHub issue or find us on Discord.\n\nBuilt by Nix 🔥 | Not financial advice"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cassh100k/polymarket-whale-copier",
    "publisherUrl": "https://clawhub.ai/cassh100k/polymarket-whale-copier",
    "owner": "cassh100k",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/polymarket-whale-copier",
    "downloadUrl": "https://openagent3.xyz/downloads/polymarket-whale-copier",
    "agentUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/polymarket-whale-copier/agent.md"
  }
}