skills$openclaw/kalshi-trader
zbruceli9.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

9.5k stars9.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namekalshi-trader
descriptionQuery Kalshi prediction markets - Fed rates, GDP, CPI, economics, and regulated event contracts OpenClaw Skills integration.
ownerzbruceli
repositoryzbruceli/unifai-trading-suitepath: skills/kalshi-trader
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zbruceli/unifai-trading-suite:skills/kalshi-trader
last updatedFeb 7, 2026

Maintainer

zbruceli

zbruceli

Maintains kalshi-trader in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
kalshi-trader
scripts
kalshi.py
5.5 KB
SKILL.md
2.5 KB
SKILL.md

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).

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

SeriesDescription
KXFEDFederal Reserve interest rate decisions
KXGDPUS GDP predictions
KXCPIConsumer Price Index / Inflation
KXBTCBitcoin 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
README.md

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.