Claude-skill-registry kalshi-markets
Access Kalshi prediction market data including market prices, orderbooks, trades, events, and series information. Use when the user asks about prediction markets, Kalshi markets, betting odds, market prices, or needs to search or analyze prediction market data.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/kalshi-markets" ~/.claude/skills/majiayu000-claude-skill-registry-kalshi-markets && rm -rf "$T"
skills/data/kalshi-markets/SKILL.mdKalshi Markets
Standalone, self-contained scripts for Kalshi prediction markets. Each script is independently executable with zero dependencies between scripts.
Instructions
- Default to
flag for all commands when processing data--json - Prioritize high volume markets, series, and events.
- IMPORTANT: Don't read scripts unless absolutely needed - instead, use
to understand options and then call the script with<script.py> --help
to get the data you need.uv run <script.py> <options> - All scripts work from any directory (use absolute paths internally)
Progressive Disclosure
Each script contains ~200-300 lines with complete functionality. Only load the script you need - no unnecessary context.
Available Scripts
scripts/status.py
scripts/status.pyWhen to use: Check if Kalshi exchange is operational
scripts/markets.py
scripts/markets.pyWhen to use: Browse available prediction markets
scripts/market.py
scripts/market.pyWhen to use: Get comprehensive details about a specific market
scripts/orderbook.py
scripts/orderbook.pyWhen to use: View bid/ask levels for a market
scripts/trades.py
scripts/trades.pyWhen to use: Monitor recent trading activity
scripts/search.py
scripts/search.pyWhen to use: Find markets by keyword (uses intelligent caching)
scripts/events.py
scripts/events.pyWhen to use: List groups of related markets
scripts/event.py
scripts/event.pyWhen to use: Get details about a specific event
scripts/series_list.py
scripts/series_list.pyWhen to use: Browse all market templates (~6900 available)
scripts/series.py
scripts/series.pyWhen to use: Get information about a specific market template
Architecture
- Self-Contained: Each script includes all necessary code
- No External Dependencies: HTTP client embedded in each script
- Progressive Discovery: Only see what you need
- Incrementally Adoptable: Use one script or many
Quick Start
All scripts support
--help and --json:
uv run scripts/[script].py --help uv run scripts/[script].py --json
No authentication required for any script.