9.5k★by zbruceli
kalshi-trader – OpenClaw Skill
kalshi-trader is an OpenClaw Skills integration for coding workflows. Query Kalshi prediction markets - Fed rates, GDP, CPI, economics, and regulated event contracts
Skill Snapshot
| name | kalshi-trader |
| description | Query Kalshi prediction markets - Fed rates, GDP, CPI, economics, and regulated event contracts OpenClaw Skills integration. |
| owner | zbruceli |
| repository | zbruceli/unifai-trading-suitepath: skills/kalshi-trader |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @zbruceli/unifai-trading-suite:skills/kalshi-trader |
| last updated | Feb 7, 2026 |
Maintainer

name: kalshi-trader description: Query Kalshi prediction markets - Fed rates, GDP, CPI, economics, and regulated event contracts homepage: https://kalshi.com user-invocable: true metadata: {"moltbot":{"emoji":"🏛️","requires":{}}}
Kalshi Trader
Query Kalshi, the CFTC-regulated US prediction market for economics, politics, and event contracts.
About Kalshi
Kalshi is the first legal, regulated prediction market in the United States, approved by the CFTC. It offers event contracts on:
- Federal Reserve interest rate decisions
- GDP and economic indicators
- Inflation (CPI) data
- Political events
- Weather and natural events
Commands
Federal Reserve Markets
python3 {baseDir}/scripts/kalshi.py fed [limit]
Get Fed interest rate prediction markets (KXFED series).
Economics Markets
python3 {baseDir}/scripts/kalshi.py economics [limit]
Get GDP, CPI, and other economics markets.
Trending Markets
python3 {baseDir}/scripts/kalshi.py trending [limit]
Get high-volume trending markets.
Search Markets
python3 {baseDir}/scripts/kalshi.py search "<query>" [limit]
Search markets by keyword.
Get All Series
python3 {baseDir}/scripts/kalshi.py series
List all available market series.
Output Format
Results include:
- Market title/question
- YES price (probability)
- Trading volume
- Market ticker
- Status (open/closed)
Key Market Series
| Series | Description |
|---|---|
| KXFED | Federal Reserve interest rate decisions |
| KXGDP | US GDP predictions |
| KXCPI | Consumer Price Index / Inflation |
| KXBTC | Bitcoin price brackets |
Example Usage
User: "What are the Fed rate predictions?"
Assistant: I'll fetch the Federal Reserve markets from Kalshi.
python3 {baseDir}/scripts/kalshi.py fed
User: "Search for inflation markets"
Assistant: Let me search Kalshi for inflation-related markets.
python3 {baseDir}/scripts/kalshi.py search "inflation"
API Information
- Base URL:
https://api.elections.kalshi.com/trade-api/v2 - Authentication: Not required for read operations
- Rate Limits: Standard API rate limits apply
- Documentation: https://docs.kalshi.com
Notes
- This tool is read-only (trading requires API key authentication)
- Prices shown as decimals (0.75 = 75% probability)
- Volume represents total contracts traded
- Markets settle to $1.00 (YES) or $0.00 (NO)
- US-regulated, available to US residents
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install kalshi-trader?
Run openclaw add @zbruceli/unifai-trading-suite:skills/kalshi-trader in your terminal. This installs kalshi-trader into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/zbruceli/unifai-trading-suite. Review commits and README documentation before installing.
