Polymarket Whale Streak Trader

v1.0.0

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...

0· 56·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoRequires wallet
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the implementation: the skill fetches a leaderboard (predicting.top) and Polymarket activity, computes rolling win rates, and uses simmer-sdk to place trades. The declared SIMMER_API_KEY and simmer-sdk dependency are appropriate and expected.
Instruction Scope
SKILL.md and trader.py confine runtime actions to fetching public leaderboard/activity data, computing metrics, and invoking the Simmer SDK. Instructions do not reference unrelated files, system config, or additional environment variables beyond the declared SIMMER_API_KEY. The skill enforces paper-mode by default and requires an explicit --live flag to trade real funds.
Install Mechanism
This is instruction-plus-code (no install spec). clawhub.json declares a pip dependency on 'simmer-sdk', which is proportional to the task. Recommend verifying the simmer-sdk package reputation/source before installation.
Credentials
Only SIMMER_API_KEY is required, which aligns with the need to call the Simmer SDK. No other unrelated credentials, secret names, or config paths are requested.
Persistence & Privilege
always:false and autostart:false; the automaton entrypoint is trader.py (expected). The skill does not request system-wide changes or other skills' credentials. Autonomous invocation (model invocation) is allowed by default but is not combined with other red flags.
Assessment
This skill is internally consistent, but take these practical precautions before installing or running with real funds: - Keep the SIMMER_API_KEY limited: give the API key only the minimum permissions required and revoke it if you notice unexpected activity. - Start in paper mode (default) and thoroughly test behavior before using --live. The code also documents that --live is required to trade real funds. - Review or vet the simmer-sdk pip package (author, version, source) before installing to ensure it is trustworthy. - Verify you trust the external data sources used (predicting.top and data-api.polymarket.com) since the skill fetches leaderboard and activity data from them. Malformed or malicious data from those endpoints could affect decision-making. - Run in an environment with standard network/firewall controls and monitoring; avoid exposing high-privilege secrets to untrusted code. If you want higher assurance, provide the full (non-truncated) trader.py for review and confirm which simmer-sdk version will be installed.

Like a lobster shell, security has layers — review code before you run it.

latestvk97298s2b732cbtz400z4stwan848rtg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments