← Back to Skills Marketplace
Polymarket Whale Exit Fade Trader
by
diagnostikon
· GitHub ↗
· v1.0.1
· MIT-0
123
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-whale-exit-fade-trader
Description
Detects when multiple whale wallets exit positions simultaneously, causing market overshooting. Fades the panic by buying the dip after whale dumps, exploiti...
Usage Guidance
This skill appears internally consistent: it needs only SIMMER_API_KEY and the simmer-sdk, calls predicting.top and Polymarket's public data API, and defaults to paper trading unless you pass --live. Before installing, verify you trust the simmer-sdk package (pip package review), ensure your SIMMER_API_KEY has appropriate permissions and limits, and run the skill in paper mode first to validate behavior. If you plan to enable live trading, review the full trader.py (including the truncated portion) to confirm there are no unexpected network endpoints or logic that could place trades you don't intend. Finally, be aware the skill performs network requests to external services (leaderboard, Polymarket, and Simmer) and will share market/trade metadata with those services as part of normal operation.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-whale-exit-fade-trader
Version: 1.0.1
The skill implements a legitimate Polymarket trading strategy that monitors whale activity via public APIs (predicting.top and data-api.polymarket.com) and executes trades using the simmer-sdk. The code in trader.py is transparent, follows the documented logic in SKILL.md, and includes safety features such as paper-trading by default and risk-management gates. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py all align: the skill queries predicting.top and data-api.polymarket.com and uses simmer-sdk with SIMMER_API_KEY to execute paper or live trades. Requested resources (SIMMER_API_KEY, simmer-sdk) are expected for this use case.
Instruction Scope
Runtime instructions and the implementation limit activity to fetching leaderboard and wallet activity, analyzing sells, and placing trades via SimmerClient. There are no instructions to read unrelated local files, inspect other environment variables, or exfiltrate arbitrary data to unexpected endpoints.
Install Mechanism
This is instruction-first with a declared pip dependency on simmer-sdk (no install script or arbitrary downloads). That dependency is proportionate to the stated functionality; no extract-from-URL or personal server downloads were found.
Credentials
Only SIMMER_API_KEY is declared/used. The code reads that API key to instantiate SimmerClient; no unrelated secrets (AWS keys, SSH keys, etc.) are requested. The required environment variables are proportional to a trading SDK client.
Persistence & Privilege
The skill is not always-on (always:false), autostart is false, and autonomous invocation is the platform default. The skill's automaton entrypoint is the included trader.py; it does not attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-whale-exit-fade-trader - After installation, invoke the skill by name or use
/polymarket-whale-exit-fade-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 Whale Exit Fade Trader?
Detects when multiple whale wallets exit positions simultaneously, causing market overshooting. Fades the panic by buying the dip after whale dumps, exploiti... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install Polymarket Whale Exit Fade Trader?
Run "/install polymarket-whale-exit-fade-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Whale Exit Fade Trader free?
Yes, Polymarket Whale Exit Fade Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Whale Exit Fade Trader support?
Polymarket Whale Exit Fade Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Whale Exit Fade Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v1.0.1.
More Skills