Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Remove python/pip from metadata - skill uses npm-installed kalshi-cli
What This Skill Does
CLI tool for interacting with Kalshi prediction markets via the Kalshi v2 API. Supports browsing markets, searching by keyword or ticker, managing a portfolio, and placing or canceling trades from the terminal.
Provides full trade execution and market research in a single CLI without needing to navigate the Kalshi web UI.
When to use it
- Check current odds on a political event before placing a trade
- Search for sports markets expiring this week with minimum 5% odds
- View your open positions and pending orders at a glance
- Buy or sell contracts on a specific market ticker without opening a browser
- Cancel an open order from the command line
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: buy 10 YES contracts on the Super Bowl market at 62 cents
- 1Run `kalshi search 'Super Bowl'` to find the relevant market ticker
- 2Review the results and identify the correct ticker (e.g. KXSB-26)
- 3Run `kalshi orderbook KXSB-26` to check current depth and confirm pricing
- 4Run `kalshi buy KXSB-26 10 62` and review the cost summary
- 5Confirm the trade or use `--force` to skip the prompt
Order placed for 10 YES contracts at $0.62 each on KXSB-26
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.