8-k-scanner
Scan SEC 8-K disclosures across a single ticker or a watchlist using Massive's pre-parsed disclosure taxonomy. Groups the underlying rows by filing (one 8-K…
Pull Kalshi prediction market prices for Fed decisions, CPI, GDP, NFP, and other macro / market events. Report implied probability per outcome, aggregate cross-strike distribution when the series is a laddered strike set (like KXFED-27APR-T4.25, T4.00, T3.75...), expected value,
$ npx -y skills add rgourley/quant-garage --skill prediction-market-monitor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prediction-market-monitorContext preview
The summary Claude sees to decide when to auto-load this skill.
Pull Kalshi prediction market prices for Fed decisions, CPI, GDP, NFP, and other macro / market events. Report implied probability per outcome, aggregate cross-strike distribution when the series is a laddered strike set (like KXFED-27APR-T4.25, T4.00, T3.75...), expected value,
name: prediction-market-monitor description: Pull Kalshi prediction market prices for Fed decisions, CPI, GDP, NFP, and other macro / market events. Report implied probability per outcome, aggregate cross-strike distribution when the series is a laddered strike set (like KXFED-27APR-T4.25, T4.00, T3.75...), expected value, modal outcome, and open interest. Prediction markets now clear enough volume post-2024 to reflect a real market-implied policy path, often diverging from surveyed economist consensus. Uses Kalshi's public read-only API; no authentication required.
You pass a Kalshi series or shortcut. The skill pulls open markets, groups by event, and reports implied probabilities. When the event is a laddered strike-type (Fed funds level, CPI reading), it derives the cross-strike probability distribution from adjacent-threshold differences and reports the modal outcome and expected value.
Motivated by 2025-26 growth of prediction markets as leading indicators post-2024 election validation. Kalshi Fed-decision contracts now trade meaningful volume; contract prices often reflect policy expectations before consensus surveys catch up.
funds futures alternative"
Optional:
Kalshi series ticker like `KXFED`, `KXCPI`)
**Layer 1: JSON**. Per event: `event_ticker`, `title`, `close_time`, `markets` (each with `implied_probability`, bid, ask, last, volume, open interest, floor_strike). When laddered: `implied_distribution.buckets` with `p_in_bucket` and `cumulative_p_above_lower`, plus `modal_bucket` and `expected_value`.
**Layer 2: rendered note**. Per event: title + close time, modal outcome + expected value line, bucket distribution with ASCII bars.
1. Query Kalshi `/trade-api/v2/markets` with the series filter. Paginate up to 3 pages (600 markets max). 2. Group markets by `event_ticker`. A single event ("KXFED-27APR") typically contains 15-20 laddered strikes. 3. For each event, sort by `floor_strike` and derive the implied distribution: `P(rate in [lower, upper))` = `P(above lower)` - `P(above upper)`. 4. Report modal outcome (highest-probability bucket) and expected value (probability-weighted midpoint).
Public read-only, no auth.
political / cultural markets; Kalshi has more macro. Adding a `--source polymarket` toggle would be a clean extension.
history would show when the market moved.
partnership with Bloomberg / Reuters or an FOMC dot-plot lookup.
implied path from CME data would be a nice comparator.
These are clean PR extensions.
Trade like a pro. Without the terminal. View the full landing page → Quant and equity research tools that run inside Claude, or behind your own UI.
Scan SEC 8-K disclosures across a single ticker or a watchlist using Massive's pre-parsed disclosure taxonomy. Groups the underlying rows by filing (one 8-K…
Track sell-side analyst positioning on a name via Benzinga Analyst Ratings. Pulls every rating event over the lookback window, classifies each as upgrade /…
Build a clean, point-in-time, ready-to-backtest OHLCV dataset for a US equity universe across an arbitrary date window. Emits parquet plus a manifest plus an…
Bayesian Online Change-Point Detection (BOCPD) on a ticker's daily log returns. Detects points in time where the return-generating distribution changed (regime…
Single-commodity macro read. Answers "is this commodity in a winning or losing macro setup right now" and names the macro driver that dominates it. Pulls one…
Reconcile a position file against splits, dividends, and spinoffs to catch breaks before they hit P&L or T+1 settlement. Use when an operator hands over a CSV…