Files
gh-danielscholl-agent-skill…/skills/kalshi-markets/SKILL.md
2025-11-29 18:17:30 +08:00

45 lines
1.7 KiB
Markdown

---
name: kalshi-markets
description: "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."
version: 1.0.0
brief_description: "Kalshi prediction markets and betting odds"
triggers:
keywords: [kalshi, market, markets, prediction, betting, odds, election, sports, forecast, probability, orderbook, trade, price, bet, wager]
verbs: [bet, predict, forecast, trade, check, get]
patterns:
- "prediction.*market"
- "betting.*odds"
- "election.*(?:odds|forecast|probability)"
- "sports.*(?:betting|odds)"
- "market.*(?:forecast|prediction)"
- "what.*(?:odds|probability)"
allowed-tools: 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