← Back to Skills Marketplace
Polymarket Whale Streak Trader
by
diagnostikon
· GitHub ↗
· v1.0.1
· MIT-0
125
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-whale-streak-trader
Description
Tracks rolling win rate per whale wallet and only follows wallets on a verified hot streak. Dynamically promotes and demotes wallets based on recent performa...
Usage Guidance
This package appears to do what it says: it reads public leaderboards and Polymarket activity, computes streaks, and uses the Simmer SDK to place trades. Before installing: 1) Run in paper mode first (default) and test behavior; 2) Ensure the SIMMER_API_KEY you provide is scoped with the least privilege necessary (e.g., separate key for paper vs live, withdrawal-disabled if possible); 3) Inspect or vet the simmer-sdk pip package (supply-chain risk) or pin a known-good version; 4) Verify you understand and accept live trading requires passing --live and that real funds will be at risk when that flag and a valid key are used; 5) If you want additional assurance, review the full trader.py (the remainder of the file) and any network endpoints used by simmer-sdk for unexpected telemetry or endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-whale-streak-trader
Version: 1.0.1
The skill implements a legitimate trading strategy for Polymarket that follows high-performing traders ('whales') based on their rolling win rates. It uses the simmer-sdk for trade execution and fetches public data from predicting.top and polymarket.com via standard Python libraries (urllib.request). The code in trader.py is transparent, includes safety mechanisms like a mandatory --live flag for real trades, and contains no evidence of data exfiltration, obfuscation, or malicious intent.
Capability Tags
Capability Assessment
Purpose & Capability
The skill is a Polymarket whale-following trader and requires only a Simmer SDK API key (SIMMER_API_KEY) to place trades via the SimmerClient. The declared pip dependency (simmer-sdk) and the use of Polymarket/predicting.top public APIs match the stated functionality.
Instruction Scope
SKILL.md describes fetching leaderboard data, computing rolling win rates, filtering wallets, and only executing real trades when an explicit --live flag is provided. The implementation follows those instructions: it calls predicting.top and the Polymarket data API for reads and uses SimmerClient for trade actions. The runtime instructions do not ask the agent to read unrelated files or secrets.
Install Mechanism
This is an instruction-only skill with a declared pip dependency (simmer-sdk) in clawhub.json. No arbitrary downloads, URL shorteners, or extract/install steps are present. Installing simmer-sdk from PyPI is a standard, traceable mechanism—users should still vet that package.
Credentials
The only required environment credential is SIMMER_API_KEY and the other SIMMER_* entries are tunables for risk parameters; these are proportionate to a trading skill. Note: the SIMMER_API_KEY grants the skill the ability to place (or simulate) trades, so its permissions and scope should be limited appropriately by the user.
Persistence & Privilege
always:false (no force-inclusion) and the skill does not request system-level persistence. It calls _client.apply_skill_config(SKILL_SLUG) when available, which is consistent with applying local Simmer runtime config and not modifying other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-whale-streak-trader - After installation, invoke the skill by name or use
/polymarket-whale-streak-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 Streak Trader?
Tracks rolling win rate per whale wallet and only follows wallets on a verified hot streak. Dynamically promotes and demotes wallets based on recent performa... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Polymarket Whale Streak Trader?
Run "/install polymarket-whale-streak-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Whale Streak Trader free?
Yes, Polymarket Whale Streak Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Whale Streak Trader support?
Polymarket Whale Streak Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Whale Streak Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v1.0.1.
More Skills