Polymarket Macro Calendar Catalyst Trader
v1.0.1Trades Polymarket prediction markets that resolve near known calendar catalyst events (FOMC meetings, major tournament finals, geopolitical summits, crypto h...
⭐ 0· 71·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 describe automated trading on Polymarket; the package requires a Simmer SDK and a SIMMER_API_KEY which are proportional to that purpose. Declared tunables and calendar data align with the stated strategy.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, catalyst matching, conviction sizing, and executing trades via the Simmer client. There are no instructions to read unrelated system files, export arbitrary data, or call external endpoints outside of the trading/Simmer context.
Install Mechanism
No install script is provided (instruction-only with an included Python file), but clawhub.json declares a pip requirement: 'simmer-sdk'. This is a typical, moderate-risk dependency; users should verify the simmer-sdk package provenance before installing.
Credentials
Only one required env var (SIMMER_API_KEY) is declared, which is appropriate for a trading skill. This is a high-value credential (can execute real trades when used with --live), so users must treat it as sensitive and only supply a key they trust.
Persistence & Privilege
autostart: false and cron: null — the skill won't run automatically by default. disable-model-invocation is false (normal). The code can execute live trades when invoked with --live, so granting the skill the API key gives it the ability to place real orders if run with that flag.
Assessment
This skill appears to do what it claims: it uses the simmer-sdk and a single SIMMER_API_KEY to paper-trade by default and only does live trading when explicitly run with --live. Before installing, verify the simmer-sdk package source (pip package name), audit trader.py yourself if you can, and keep the API key secure. Test in paper/sim mode first and confirm autostart/cron remain disabled. Only supply a live-capable SIMMER_API_KEY if you trust the code and accept the financial risk of automated trading.Like a lobster shell, security has layers — review code before you run it.
latestvk971z894b3930xzjs2c16v26xn846d4s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
