Files
2025-11-29 18:17:30 +08:00

1.7 KiB

name, description, version, brief_description, triggers, allowed-tools
name description version brief_description triggers allowed-tools
kalshi-markets Kalshi prediction market data (prices, odds, orderbooks, trades). Use for prediction markets, Kalshi, betting odds, election and sports betting, market forecasts. Provides real-time market data, event series information, and comprehensive trading analytics. 1.0.0 Kalshi prediction markets and betting odds
keywords verbs patterns
kalshi
market
markets
prediction
betting
odds
election
sports
forecast
probability
orderbook
trade
price
bet
wager
bet
predict
forecast
trade
check
get
prediction.*market
betting.*odds
election.*(?:odds|forecast|probability)
sports.*(?:betting|odds)
market.*(?:forecast|prediction)
what.*(?:odds|probability)
Bash

kalshi-markets

🎯 Triggers

USE: prediction markets, Kalshi, betting odds, forecast markets, election betting, market probabilities SKIP: general knowledge (use built-in)

Scripts (use via script_run)

Status & Discovery:

  • status.py - Is Kalshi operational?
  • markets.py - Browse all markets
  • search.py "keyword" - Find markets by keyword
  • events.py - List event groups
  • series_list.py - Browse templates (~6900)

Market Details:

  • market.py TICKER - Market details (positional arg)
  • orderbook.py TICKER - Bid/ask prices (positional arg)
  • trades.py --ticker X - Recent trades (flag)
  • event.py EVENT_TICKER - Event details (positional arg)
  • series.py SERIES_TICKER - Series info (positional arg)

Usage

Pattern: script_run kalshi-markets <script> --json [args] Always use: --json flag for structured output Help: script_help kalshi-markets <script> shows options