Polymarket Candle Three Soldiers Trader
v1.0.1Trades crypto "Up or Down" 5-minute interval markets on Polymarket by detecting Three White Soldiers (3+ consecutive strong UP intervals all p>0.57) and Thre...
⭐ 0· 94·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
Name/description (Three Soldiers/Crows pattern trader for Polymarket) matches the artifacts: code implements market discovery, interval parsing, pattern detection, and trade execution via a SimmerClient. The only declared dependency/credential is the Simmer trading API key (SIMMER_API_KEY), which is appropriate for a trading skill.
Instruction Scope
SKILL.md instructs the agent to discover markets, parse intervals, detect patterns, and execute trades (paper by default). The instructions and visible code only reference the Simmer SDK and environment tunables; there are no instructions to read arbitrary files, scan the host, or exfiltrate unrelated data.
Install Mechanism
There is no explicit install script, but clawhub.json declares a pip dependency on 'simmer-sdk' which the platform will likely install. This is a standard package install from PyPI (no arbitrary URL downloads or archive extraction). You may want to verify the origin and integrity of the simmer-sdk package before installing.
Credentials
Only SIMMER_API_KEY is required (declared in both SKILL.md and clawhub.json). Tunables are exposed via environment variables but are non-sensitive numeric parameters. No unrelated secrets, cloud credentials, or file-system config paths are requested.
Persistence & Privilege
autostart is false and always is not set; the skill does not request forced permanent presence. The code attempts to call apply_skill_config on the SimmerClient when available (caught safely), which is reasonable for runtime configuration in the Simmer environment.
Assessment
This package appears internally consistent for a Polymarket trading skill, but follow these precautions before enabling live trading: 1) Keep using paper mode until you’ve validated behavior over many intervals; the default is paper and live requires the explicit --live flag. 2) Treat SIMMER_API_KEY as a high-value credential: restrict its scope if the platform supports least-privilege keys and rotate it if compromised. 3) Review the rest of trader.py (order placement / exception handling / rate limiting) to ensure it meets your safety needs (position sizing, max concurrent positions, and spread/volume gates are present but verify correctness). 4) Confirm the simmer-sdk package source (PyPI) and review its code or pin a trusted version. 5) Monitor any automated runs and alerting; never run live with large capital until you’ve thoroughly backtested and observed paper runs. Overall, the skill looks coherent and not suspicious, but exercise normal operational caution with trading keys and live execution.Like a lobster shell, security has layers — review code before you run it.
latestvk97e6gk0fv1r1xtgy0wehyvsyx8470yv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
