Polymarket Ladder Esports Kills Trader
v1.0.1Trades monotonicity violations in esports Total Kills O/U market ladders on Polymarket. Each esports match spawns multiple kill total thresholds that must be...
⭐ 0· 101·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 is a Polymarket trader and requires a trading API key and a Simmer SDK client — both are proportionate to its stated purpose. Minor inconsistency: the top-level registry metadata in the prompt claims 'Required env vars: none', but clawhub.json and SKILL.md both declare SIMMER_API_KEY as required. This is likely an authoring/metadata error but should be corrected to avoid confusion.
Instruction Scope
The SKILL.md and trader.py focus on market discovery, ladder construction, violation detection, and trading. Instructions emphasize paper/sim mode by default and require an explicit --live flag for real trades. Optional remix ideas reference third‑party esports data sources but those are suggestions, not required by the skill.
Install Mechanism
No arbitrary download or extract installers are present. The package lists a pip dependency ('simmer-sdk') in clawhub.json, which is an expected and traceable install mechanism for a trading client. Recommend verifying the simmer-sdk package provenance (PyPI project, repo) before installing.
Credentials
Only one credential is required: SIMMER_API_KEY (trading authority). That is appropriate for a trading skill. Again, metadata inconsistency (registry said none) should be resolved. No unrelated secrets or broad system config paths are requested.
Persistence & Privilege
The skill is not always-on (always: false) and autostart is false by default. clawhub.json marks the automaton as 'managed' with an entrypoint, but nothing runs automatically until the user enables it; this is reasonable for a trading skill. No evidence the skill modifies other skills or global config.
Assessment
This skill appears to do what it says: automated ladder-arbitrage trading on Polymarket. Before installing, verify these practical items: (1) Ensure the registry metadata is corrected to reflect that SIMMER_API_KEY is required — treat that key as high-value and never share it. (2) Review the simmer-sdk package source (PyPI/project repo) so you trust the client library that will run with your key. (3) Test extensively in paper/sim mode (default) and only use the --live flag when you intend real trades. (4) Confirm you trust the skill author/owner and that you understand the financial risk parameters (tunables) exposed in clawhub.json. If you need stronger assurance, request the complete trader.py (untruncated) and a dependency manifest to audit network calls and ensure there are no hidden endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk972k03fdjzf0k3ge5x8e4k28s8475az
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
