← Back to Skills Marketplace
Polymarket Copy Profit Taker Trader
by
diagnostikon
· GitHub ↗
· v1.0.1
· MIT-0
133
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-copy-profit-taker-trader
Description
Detects when top whale wallets start taking profits by reducing winning positions, then identifies what markets they rotate INTO. Follows the smart money flo...
Usage Guidance
This skill appears coherent for following whale rotations on Polymarket-like data and trading via Simmer. Before installing: (1) verify the provenance of the simmer-sdk package (pip) you will install; (2) keep the skill in paper/sim mode until you audit behavior and are comfortable with its decisions; (3) restrict the SIMMER_API_KEY permissions (use a key specifically scoped for the intended actions if possible); (4) review the full trader.py source in your environment (the provided file was largely visible here) to confirm there are no hidden endpoints or unexpected network calls; and (5) enable live trading only after testing and with appropriate risk limits.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-copy-profit-taker-trader
Version: 1.0.1
The skill bundle implements a trading strategy to track whale wallet rotations on Polymarket. It fetches public data from legitimate endpoints (predicting.top and data-api.polymarket.com) and executes trades via the simmer-sdk. The code in trader.py is transparent, follows the logic described in SKILL.md, and contains no evidence of data exfiltration, malicious execution, or prompt injection attacks.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py align: the code fetches leaderboards and wallet activity, analyzes sell/buy ratios, detects rotations, and uses a SimmerClient to create paper or live trades. Required env var (SIMMER_API_KEY) and declared pip dependency (simmer-sdk) match the described functionality.
Instruction Scope
SKILL.md and trader.py instruct the agent to call public endpoints (predicting.top and data-api.polymarket.com), compute signals, and place trades via the SimmerClient. The instructions and code only reference SIMMER_* tunables and SIMMER_API_KEY; they do not request unrelated files, system credentials, or hidden endpoints. Note: network access to the listed public APIs is required.
Install Mechanism
The registry shows no separate install script, but clawhub.json declares pip: ["simmer-sdk"]. Installing a PyPI package is expected for a runtime SDK but carries typical supply-chain risk (moderate). No downloads from untrusted URLs or archives are present in the package files provided.
Credentials
Only SIMMER_API_KEY (plus many configurable SIMMER_* tunables) are required. No unrelated secrets (AWS keys, tokens for other services, etc.) are requested. The primary credential requested is proportional to the skill's ability to place trades via the Simmer platform.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not appear to modify other skills or system-wide agent settings. It will only perform live trades if the user explicitly enables live mode (default is paper).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-copy-profit-taker-trader - After installation, invoke the skill by name or use
/polymarket-copy-profit-taker-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
SDK resilience: try/except runt apply_skill_config
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Polymarket Copy Profit Taker Trader?
Detects when top whale wallets start taking profits by reducing winning positions, then identifies what markets they rotate INTO. Follows the smart money flo... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install Polymarket Copy Profit Taker Trader?
Run "/install polymarket-copy-profit-taker-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Copy Profit Taker Trader free?
Yes, Polymarket Copy Profit Taker Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Copy Profit Taker Trader support?
Polymarket Copy Profit Taker Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Copy Profit Taker Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v1.0.1.
More Skills