← Back to Skills Marketplace
chokle

Polymarket Copytrading

by DC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-whale-copytrade
Description
Mirror high-performing whale wallets on Polymarket. Monitors configured wallet addresses for recent trades above a size threshold and copies them automatical...
Usage Guidance
Key things to consider before installing: - The code itself looks coherent for copytrading and only needs your SIMMER_API_KEY and simmer-sdk, but the included deployment metadata (clawhub.json) will schedule the skill to run with --live every 15 minutes. That means once installed as an automaton it can place real trades automatically — contrary to the SKILL.md message that dry-run is the default. If you plan to install, do one of the following first: (1) run the script locally in dry-run to validate behavior; (2) remove or edit clawhub.json so the automaton does not pass --live (or remove the cron) before deployment; or (3) install with a limited/sandbox Simmer API key (paper trading or restricted scopes) so accidental live trades can't cause real losses. Also review and set the SIMMER_COPYTRADE_MAX_POSITION, MAX_TRADES, and MIN_TRADE env vars to conservative values, and examine the default whale wallet list before mirroring. If you are not comfortable with a skill that can autonomously execute live trades on a schedule, do not install the managed automaton config as-is.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-whale-copytrade Version: 1.0.0 The skill is a functional Polymarket copy-trading bot that monitors high-volume whale wallets and mirrors their trades on the Simmer platform. The code in copytrading.py uses the official simmer-sdk and public Polymarket APIs (clob.polymarket.com and gamma-api.polymarket.com) to resolve market data and execute trades. It includes standard safety features like slippage checks, flip-flop detection, and dry-run modes, with no evidence of data exfiltration, credential theft, or malicious prompt injection.
Capability Tags
cryptorequires-wallet
Capability Assessment
Purpose & Capability
The skill is a Polymarket copytrader and legitimately needs a SIMMER_API_KEY and the simmer-sdk; Polymarket CLOB/Gamma public APIs are used for reads. However the included clawhub.json config instructs the agent to run copytrading.py with --live on a 15-minute cron, which is not obvious from the SKILL.md (which emphasizes dry-run by default). Automating live trades on install is a disproportionate operational decision relative to the simple stated purpose.
Instruction Scope
SKILL.md instructions stay within the copytrading domain (install simmer-sdk, set SIMMER_API_KEY, configure wallet list and thresholds). The Python code only reads declared SIMMER_* env vars and hits Polymarket public APIs plus the Simmer SDK. There is no sign the instructions ask for unrelated files/credentials or exfiltrate arbitrary data.
Install Mechanism
No arbitrary downloads or extract steps are present. The package relies on pip installing simmer-sdk (declared in clawhub.json), which is an expected and traceable dependency for integrating with Simmer.
Credentials
Only SIMMER_API_KEY (and optional SIMMER_COPYTRADE_* variables) are required — these are proportional for a skill that places trades via Simmer. No unrelated third-party secrets or system credentials are requested.
Persistence & Privilege
The skill is not 'always: true', but clawhub.json config sets 'automaton.managed: true' with a cron of */15 and entrypoint args ['--live'], meaning if deployed through the automaton it will autonomously execute live trades every 15 minutes. This contradicts the SKILL.md 'dry run default' statement and materially increases risk (automatic financial actions without an explicit opt-in each run).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-whale-copytrade
  3. After installation, invoke the skill by name or use /polymarket-whale-copytrade
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Polymarket Whale Copytrader. - Automatically mirrors trades from high-performing whale wallets on Polymarket based on configurable filters (trade size, lookback window, wallet list). - Includes safety features like flip-flop detection, slippage checks, deduplication, and position tracking to avoid redundant or risky trades. - Supports dry run mode by default with easy CLI configuration for live trading and smart position sizing. - Easily customizable to track your own list of wallets, filter by market category, or extend with auto-discovery of new whales.
Metadata
Slug polymarket-whale-copytrade
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Polymarket Copytrading?

Mirror high-performing whale wallets on Polymarket. Monitors configured wallet addresses for recent trades above a size threshold and copies them automatical... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Polymarket Copytrading?

Run "/install polymarket-whale-copytrade" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Copytrading free?

Yes, Polymarket Copytrading is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Copytrading support?

Polymarket Copytrading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Copytrading?

It is built and maintained by DC (@chokle); the current version is v1.0.0.

💬 Comments