1.7 KiB
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 |
|
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 marketssearch.py "keyword"- Find markets by keywordevents.py- List event groupsseries_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