Polymarket Bundle Tennis Set Match Trader

v1.0.1

Trades cross-market constraint violations in tennis Set 1 Games O/U, Match Games O/U, Total Sets O/U, Set Handicap, and Set/Match Winner bundles on Polymarke...

0· 89·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Crypto
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
The skill is a Polymarket tennis-bundle arbitrage trader and the code, tuning parameters, and use of a SimmerClient align with that purpose. One inconsistency: the top-level registry summary in the provided metadata said "Required env vars: none", but both SKILL.md and clawhub.json declare SIMMER_API_KEY as required — this appears to be a metadata mismatch rather than malicious behavior.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, parsing, constraint checking, sizing, and (paper or live) trade execution. The skill defaults to paper trading unless run with an explicit --live flag. The instructions do not attempt to read unrelated system files or environment variables beyond the declared SIMMER_* tunables and SIMMER_API_KEY.
Install Mechanism
No arbitrary downloads or extract steps; the manifest declares a PyPI dependency (simmer-sdk). Using a PyPI package is expected for an SDK-based trader, but you should review the simmer-sdk project (source, maintainer reputation, and recent releases) before granting credentials.
Credentials
The only required secret is SIMMER_API_KEY (and several SIMMER_* tunables). This is proportionate to an automated trading skill since the API key is used to place orders. Treat the key as high-value: verify it has appropriate, minimal scopes (e.g., paper-trading or restricted order permissions) and rotate/revoke if you disable the skill.
Persistence & Privilege
autostart is false and cron is null, so nothing runs automatically by default. automaton.managed references an entrypoint (trader.py) which is normal for a runnable skill. The skill does not request always:true or any platform-wide configuration changes.
Assessment
This skill appears to do what it says: find cross-market tennis prop constraint violations and (by default) paper-trade them using the Simmer SDK. Before installing or running live trades: 1) correct or confirm the metadata mismatch (ensure SIMMER_API_KEY is listed as required), 2) review the simmer-sdk repository and PyPI package to confirm legitimacy, 3) provision a SIMMER_API_KEY with minimal permissions (use a paper/trading-only key if possible), 4) run extensively in paper/sim mode to validate behavior, and 5) avoid supplying a broadly privileged API key until you trust the skill and its runtime environment.

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

latestvk97eq83kw18egpkd4cfpw7ckfx846dwf

License

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

Comments