src/skills/bundled/trading-kalshi/SKILL.md
Kalshi trading - search markets, place orders, stream prices, advanced order types
npx skillsauth add alsk1992/cloddsbot trading-kalshiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Full access to Kalshi prediction markets: search, trade, stream real-time data, and use advanced order types (TWAP, bracket, trigger).
KALSHI_API_KEY_ID=your_api_key_id
KALSHI_PRIVATE_KEY=your_private_key_pem_contents
# OR
KALSHI_PRIVATE_KEY_PATH=/path/to/private_key.pem
Authentication uses RSA key-pair signing (not email/password). Generate an API key from the Kalshi dashboard.
Optional:
DRY_RUN=true # Simulate trades without executing
/kalshi search <query> - Search markets
/kalshi market <ticker> - Market details
/kalshi book <ticker> - View orderbook (REST snapshot)
/kalshi events [query] - Browse events
/kalshi event <event-ticker> - Event details + markets
/kalshi buy <ticker> <contracts> <price> - Buy YES contracts
/kalshi sell <ticker> <contracts> <price> - Sell YES contracts
/kalshi orders - View open orders
/kalshi cancel <order-id> - Cancel an order
/kalshi cancel all - Cancel all orders
/kalshi balance - Account balance
/kalshi twap <buy|sell> <ticker> <total> <price> [slices] [interval-sec]
/kalshi twap status - Active TWAP progress
/kalshi twap cancel <id> - Cancel TWAP
/kalshi bracket <ticker> <size> <tp> <sl> - Set take-profit / stop-loss
/kalshi bracket status - Active brackets
/kalshi bracket cancel <id> - Cancel bracket
/kalshi trigger buy <ticker> <size> <price> [limit] - Buy when price drops
/kalshi trigger sell <ticker> <size> <price> [limit] - Sell when price rises
/kalshi trigger list - Active triggers
/kalshi trigger cancel <id> - Cancel trigger
/kalshi stream <ticker> [channels] - Start streaming (ticker,trade,orderbook)
/kalshi stream-fills - Stream your order fills
/kalshi streams - List active streams
/kalshi unstream <ticker> - Stop streaming a market
/kalshi unstream-fills - Stop fill notifications
/kalshi realtime-book <ticker> - Get real-time orderbook from stream
/kalshi route <ticker> <buy|sell> <size> - Compare prices across platforms
/kalshi circuit - Circuit breaker status
/kalshi search bitcoin
/kalshi market KXBTC-24JAN01
/kalshi book KXBTC-24JAN01
/kalshi buy KXBTC-24JAN01 10 0.65
/kalshi sell KXBTC-24JAN01 5 0.70
/kalshi stream KXBTC-24JAN01 ticker,trade
/kalshi twap buy KXBTC-24JAN01 50 0.60 10 30
/kalshi bracket KXBTC-24JAN01 10 0.80 0.40
/kalshi trigger buy KXBTC-24JAN01 10 45
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting