Kalshi
Read-only Kalshi prediction market integration. Use for viewing markets, checking portfolio positions, analyzing prediction opportunities, and finding high-payoff/high-certainty trades. Triggers on Ka
Read-only Kalshi prediction market integration. Use for viewing markets, checking portfolio positions, analyzing prediction opportunities, and finding high-payoff/high-certainty trades. Triggers on Ka
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Read-only integration with Kalshi's prediction market API.
Install dependencies:
pip install requests cryptography
For portfolio access (RSA key signing required):
mkdir -p ~/.kalshi mv ~/Downloads/your-key-file.txt ~/.kalshi/private_key.pem chmod 600 ~/.kalshi/private_key.pem
~/.kalshi/credentials.json:{ "api_key_id": "your-key-id-here", "private_key_path": "~/.kalshi/private_key.pem" }
Or run interactive setup:
python scripts/kalshi_portfolio.py setup
# List trending markets python scripts/kalshi_markets.py trendingSearch markets by query
python scripts/kalshi_markets.py search "bitcoin"
Get specific market details
python scripts/kalshi_markets.py market TICKER
Find high-value opportunities
python scripts/kalshi_markets.py opportunities
# View positions python scripts/kalshi_portfolio.py positionsView balance
python scripts/kalshi_portfolio.py balance
Trade history
python scripts/kalshi_portfolio.py history
The
opportunities command identifies markets where:
Formula:
expected_value = probability * payoff - (1 - probability) * cost
A good opportunity has:
EV / cost > 0.1 (10%+ expected return)
Kalshi markets span:
See
references/api.md for endpoint details.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.