Central Bank & Monetary Policy Trader

Trades Polymarket prediction markets on central bank decisions, interest rates, inflation prints, and Fed/ECB/Riksbank policy moves.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 26 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, clawhub.json and trader.py all align: the skill discovers markets and places trades via the Simmer SDK; required credential (SIMMER_API_KEY) is appropriate for that purpose.
Instruction Scope
Runtime instructions keep scope to trading-related actions. The SKILL.md and trader.py default to paper trading and require an explicit --live flag for real trades. There are no instructions to read unrelated system files or exfiltrate data.
Install Mechanism
No installer or arbitrary downloads in the bundle. clawhub.json lists a pip dependency on 'simmer-sdk' (PyPI/GitHub links in SKILL.md). Using a PyPI package is expected for this use case but carries moderate trust risk: users should verify the simmer-sdk source and contents before installing.
Credentials
Only SIMMER_API_KEY is required. That credential is directly relevant and expected for a trading client. Tunables are non-secret environment variables. No unrelated secrets or system config paths are requested.
Persistence & Privilege
autostart is false and always is not set. The automaton entrypoint is provided but nothing runs automatically by default. The skill does not request elevated system persistence or modify other skills' configs.
Assessment
This skill appears coherent and limited to trading Polymarket via the Simmer SDK. Before installing: (1) keep it in paper mode until you trust behavior; real trades require running with --live and exposing your SIMMER_API_KEY, which is high-value—treat it like a banking credential and restrict its scope where possible; (2) inspect or verify the simmer-sdk PyPI/GitHub project (third‑party package risk) before installing; (3) review tunables and limits (max position, max positions) to avoid unintended large exposures; and (4) consider running the code in an isolated environment and auditing network activity if you plan to use live funds.

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

Current versionv1.0.0
Download zip
latestvk97bhx5a4v16e9q2psqggdgtgd8305dk

License

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

SKILL.md

Central Bank & Monetary Policy Trader

Central bank decisions move prediction markets faster than almost any other category — but Polymarket consistently lags interest rate futures by 15–45 minutes after FOMC statements. This skill exploits that lag.

Out of the box it scans for monetary policy markets and trades probability extremes. The real edge comes from wiring in the CME FedWatch API: when futures odds diverge >10% from the Polymarket YES price, the futures market has an essentially perfect track record of being right. The skill is structured so you can drop that signal into compute_signal() in about 20 lines.

Strategy Overview

Yield curve inversion depth + CME FedWatch futures divergence from market probability.

Edge Thesis

Prediction markets are slower than interest rate futures to reprice after FOMC statements. The CME FedWatch tool shows real-money futures probabilities that systematically lead Polymarket by 15–45 minutes after Fed speak. Key edge pattern: compare FedWatch probability for next meeting vs Polymarket YES price — when divergence > 10%, the futures market is almost always right.

Remix Signal Ideas

Safety & Execution Mode

The skill defaults to paper trading (venue="sim"). Real trades only with --live flag.

ScenarioModeFinancial risk
python trader.pyPaper (sim)None
Cron / automatonPaper (sim)None
python trader.py --liveLive (polymarket)Real USDC

autostart: false and cron: null — nothing runs automatically until you configure it in Simmer UI.

Required Credentials

VariableRequiredNotes
SIMMER_API_KEYYesTrading authority. Treat as high-value credential.

Tunables (Risk Parameters)

All declared as tunables in clawhub.json and adjustable from the Simmer UI.

VariableDefaultPurpose
SIMMER_MAX_POSITIONSee clawhub.jsonMax USDC per trade
SIMMER_MIN_VOLUMESee clawhub.jsonMin market volume filter
SIMMER_MAX_SPREADSee clawhub.jsonMax bid-ask spread
SIMMER_MIN_DAYSSee clawhub.jsonMin days until resolution
SIMMER_MAX_POSITIONSSee clawhub.jsonMax concurrent open positions

Dependency

simmer-sdk by Simmer Markets (SpartanLabsXyz)

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…