Polymarket Macro Inflation Chain Trader
v1.0.1Three-step macro chain reaction trader for Polymarket. Chains commodity pressure (oil, WTI, crude) through inflation and rate expectations (Fed, FOMC) to equ...
⭐ 0· 86·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 (macro chain trader for Polymarket) match the actual behavior: classification of Polymarket markets, chain logic, and trade execution via the SimmerClient. The single required credential (SIMMER_API_KEY) and the pip dependency (simmer-sdk) are appropriate for a trading integration.
Instruction Scope
SKILL.md and trader.py confine actions to market discovery, classification, signal computation, and trade execution through the Simmer SDK. The skill explicitly defaults to simulation mode and only runs live trades with an explicit --live flag. Instructions do not direct the agent to read unrelated files, system credentials, or external endpoints beyond the Simmer SDK.
Install Mechanism
No external download URLs or archive extraction are used. The manifest (clawhub.json) declares a pip dependency on 'simmer-sdk' which will be installed; this is a moderate-risk but expected install mechanism for a Python SDK. Verify the simmer-sdk package source/trustworthiness if you need extra assurance.
Credentials
Only SIMMER_API_KEY and SIMMER_* tunables (declared in clawhub.json) are used. The environment variables map directly to trading configuration and risk controls; there are no unrelated secrets requested (no cloud provider keys, no system credentials).
Persistence & Privilege
The skill does not request always:true and autostart is false in clawhub.json. The automaton entrypoint is trader.py but cron is null and autostart: false, so it won't run automatically without user action. Model invocation and autonomous agent invocation defaults are normal and not excessive here.
Assessment
This skill appears coherent for trading on Polymarket via the Simmer platform. Before installing: (1) Confirm the SIMMER_API_KEY you provide has the minimum privileges needed (prefer a key scoped to paper trading if available). (2) Review the 'simmer-sdk' package source/version you will install to ensure it's the official SDK. (3) Keep autostart/cron disabled until you test behavior in paper mode (run python trader.py and verify simulated trades). (4) Be aware that passing --live performs real USDC trades; do not put live keys on machines you don't trust. (5) If you want extra assurance, inspect the rest of the trader.py file (it uses only SimmerClient and environment variables) and confirm no unexpected network calls are present in your runtime environment.Like a lobster shell, security has layers — review code before you run it.
latestvk972m7t58ch6vy07tb516e6zb9847yq3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
