Polymarket Trader 1.0.0
v1.0.0Develop and optimize a Polymarket BTC 1h Up/Down trading strategy using Binance BTCUSDT data to identify fair probabilities and manage trade entries and exits.
⭐ 0· 238·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts and docs: the scripts fetch Binance klines, compute regime/stabilization metrics, and explain fills from events.jsonl. There are no unrelated credentials, binaries, or endpoints requested.
Instruction Scope
SKILL.md and scripts stay within scope: they read a local events.jsonl (creating an empty file if missing), call Binance public APIs for market data, compute fair probabilities and regime metrics, and print results. The instructions do not ask the agent to read unrelated system files or send data to external endpoints beyond Binance.
Install Mechanism
No install spec (instruction-only) and all code is bundled in the skill. Nothing is downloaded or written outside the workspace by an installer.
Credentials
No credentials or env vars are requested (appropriate). Minor runtime caveat: scripts import python-dateutil (dateutil.parser) but the skill declares no dependency list—ensure the runtime has that package available. Scripts also require outbound network access to api.binance.com (expected for purpose).
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide agent settings. It only creates/reads a local events.jsonl and prints output; no persistent elevated privileges are requested.
Assessment
This skill appears internally consistent with its trading-analysis purpose, but the source is unknown so review and run cautiously. Practical checks before installing/running: (1) inspect events.jsonl contents (it can be created/overwritten in the workspace) and run the scripts in an isolated/non-production workspace; (2) ensure Python has the required dependency (python-dateutil) since it's used but not declared; (3) expect outbound calls to https://api.binance.com (no credentials needed); (4) verify you trust the skill files before letting an autonomous agent run them, and consider limiting network access if you want to sandbox the behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk974ph580pds5e14zjghfkap6982db53
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
