Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 Kalshi, prediction markets, event contracts, or trading recommendations.
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 Kalshi, prediction markets, event contracts, or trading recommendations.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Read-only integration with Kalshi's prediction market API.
Browse markets: List active events and markets by category Market analysis: Get prices, volumes, orderbook depth Portfolio view: Check positions and P&L (requires API key) Trade recommendations: Find high-certainty, high-payoff opportunities
Install dependencies: pip install requests cryptography For portfolio access (RSA key signing required): Go to kalshi.com/account/profile Create new API key β save the Key ID and download the private key Store credentials: mkdir -p ~/.kalshi mv ~/Downloads/your-key-file.txt ~/.kalshi/private_key.pem chmod 600 ~/.kalshi/private_key.pem Create ~/.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 trending # Search 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 positions # View balance python scripts/kalshi_portfolio.py balance # Trade history python scripts/kalshi_portfolio.py history
The opportunities command identifies markets where: High certainty: Price β₯85Β’ YES or β€15Β’ YES (implies 85%+ confidence) Meaningful payoff: Potential return β₯10% on capital Sufficient liquidity: Orderbook depth supports reasonable position size Formula: expected_value = probability * payoff - (1 - probability) * cost A good opportunity has: EV / cost > 0.1 (10%+ expected return)
Kalshi markets span: Politics & Elections Economics (Fed rates, inflation, GDP) Weather & Climate Finance (stock prices, crypto) Entertainment & Sports Science & Tech
See references/api.md for endpoint details.
This skill is READ-ONLY β no trade execution Public endpoints don't require authentication Portfolio/balance requires API credentials Markets settle in cents (100Β’ = $1) All times in UTC
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.