Polymarket Whale Momentum Trader
v1.0.5Detects when multiple top-performing whale wallets independently enter the same Polymarket market in the same direction within a configurable time window. Wh...
⭐ 0· 57·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
The skill claims to monitor predicting.top and Polymarket activity and execute orders via simmer-sdk. clawhub.json requires SIMMER_API_KEY and pip installs simmer-sdk; trader.py calls predicting.top and Polymarket data API and constructs trades via SimmerClient. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md and trader.py only instruct the agent to fetch public leaderboard and Polymarket activity, build a momentum map, and use the Simmer SDK to simulate or (with explicit flag) execute trades. The code reads only the declared SIMMER_* tunables and SIMMER_API_KEY; it does not access arbitrary system files or call unknown external endpoints beyond the two public APIs and the Simmer SDK.
Install Mechanism
There is no platform install script, but clawhub.json declares a pip dependency on simmer-sdk. Installing simmer-sdk from PyPI (or configured package source) is the expected mechanism; this is moderate-risk compared with no installs but is proportionate to the skill's trading function. No downloads from personal servers or extract operations are present.
Credentials
Only SIMMER_API_KEY is required (declared) and many optional SIMMER_* tunables are used. These are proportional to a trading agent that must authenticate to a trading SDK. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
always is false and the skill is automaton-managed with a normal entrypoint. disable-model-invocation is false (normal). The skill does not request permanent system-wide privileges or modify other skills. It will run trades autonomously if invoked by the agent, which is the platform default and expected for a trading skill.
Assessment
This skill appears internally consistent with its description, but take these precautions before enabling live trading: 1) Keep the SIMMER_API_KEY limited in scope and rotate it if possible; test extensively in paper mode (default) and verify the --live flag behavior before any real funds are at risk. 2) Review and verify trustworthiness of the external endpoints (predicting.top and data-api.polymarket.com) and consider API rate limits. 3) Confirm simmer-sdk will be installed from a trusted package source. 4) Because the package source/author and homepage are not provided, consider auditing the full trader.py file yourself or running in a sandboxed environment first. 5) If you don't want autonomous trades, restrict agent invocation or require manual approval before placing live orders.Like a lobster shell, security has layers — review code before you run it.
latestvk9722ak6axrx2ecah1670nzn69848jyq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
