โ† All skills
Tencent SkillHub ยท Developer Tools

Polymarket Whale Copier

Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/auto_redeem.py, scripts/config.json, scripts/copy_trader.py, scripts/logs.sh, scripts/start.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

๐Ÿ‹ Polymarket Whale Copier

Automatically copy trade winning Polymarket wallets. Track any wallet, mirror their bets, profit from their alpha.

Features

๐ŸŽฏ Copy Any Wallet โ€” Just paste their address ๐Ÿ“Š Configurable Size โ€” Copy 1-100% of their position ๐Ÿ›ก๏ธ Risk Controls โ€” Min/max trade limits, BUY-only mode ๐Ÿ“ Full Logging โ€” Every trade documented ๐Ÿ”„ Auto-Redemption โ€” Claims winning positions automatically ๐Ÿ’ฐ No API Keys โ€” Uses public Polymarket APIs

Quick Start

# 1. Set your Polymarket private key export POLYMARKET_KEY="0xYourPrivateKey" # 2. Run the copier python3 scripts/copy_trader.py --target 0xWhaleWallet --percent 10

Configuration

Edit config.json: { "target_wallet": "0x...", "copy_percent": 10, "min_trade_usd": 5, "max_trade_usd": 50, "buy_only": true, "check_interval_sec": 60, "dry_run": false }

Commands

# Start copy trading (background) ./scripts/start.sh # Check status ./scripts/status.sh # Stop trading ./scripts/stop.sh # View recent trades ./scripts/logs.sh # Auto-redeem winning positions python3 scripts/auto_redeem.py

Finding Whale Wallets

Go to Polymarket Leaderboard Click on top traders Copy their wallet address from the URL Paste into config or --target flag

Risk Management

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)

How It Works

Monitor โ€” Polls target wallet every 60 seconds Detect โ€” Identifies new trades via Polymarket API Filter โ€” Applies your risk settings Execute โ€” Places matching orders on your account Log โ€” Records everything for analysis

Example Output

๐Ÿš€ POLYMARKET COPY TRADER STARTING ๐ŸŽฏ Target: 0x4ffe49ba...609f71 ๐Ÿ“Š Copy: 10% | Limits: $5-$50 ๐Ÿ”„ Monitoring cycle #42 ๐Ÿ“ˆ New trade detected! Whale: BUY 500 shares @ $0.35 = $175 Copying: BUY 50 shares @ $0.35 = $17.50 โœ… Order placed: #123456789

Requirements

Python 3.8+ Polymarket account with USDC Private key (for signing trades)

Safety Notes

โš ๏ธ Never share your private key โš ๏ธ Start with small amounts โš ๏ธ Use dry_run mode first โš ๏ธ Past performance โ‰  future results

Support

Issues? Questions? Open a GitHub issue or find us on Discord. Built by Nix ๐Ÿ”ฅ | Not financial advice

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/auto_redeem.py Scripts
  • scripts/copy_trader.py Scripts
  • scripts/logs.sh Scripts
  • scripts/start.sh Scripts
  • scripts/config.json Config