/install kalshi-api
Kalshi API (Read-Only)
Use this skill for Kalshi scouting and market validation only.
Rules
- Use OpenAPI read endpoints for market discovery and validation.
- This skill does not place, amend, or cancel orders.
- This skill does not include paper ledger execution scripts.
Primary Commands
Exchange status:
node {baseDir}/scripts/kalshi-api.mjs status --pretty
Broad market scan:
node {baseDir}/scripts/kalshi-api.mjs markets --status open --limit 1000 --pretty
node {baseDir}/scripts/kalshi-api.mjs events --limit 100 --pretty
node {baseDir}/scripts/kalshi-api.mjs series --limit 400 --pretty
Focused validation:
node {baseDir}/scripts/kalshi-api.mjs market --ticker \x3CTICKER> --pretty
node {baseDir}/scripts/kalshi-api.mjs trades --ticker \x3CTICKER> --limit 200 --pretty
node {baseDir}/scripts/kalshi-api.mjs orderbook --ticker \x3CTICKER> --pretty
Optional Integration: Paper Ledger Skill Required
If you want paper open/close workflows, install and use a separate paper-trading skill that provides the execution script. This Kalshi skill can supply candidate/market data to that separate skill.
node --experimental-strip-types skills/paper-trading/scripts/paper_trading.ts status --account kalshi --format json --pretty
Environment
Optional override (defaults to Kalshi production API):
export KALSHI_BASE_URL="https://api.elections.kalshi.com/trade-api/v2"
Tests
Run the Kalshi reader smoke tests:
node --test {baseDir}/tests/kalshi-api.test.mjs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kalshi-api - After installation, invoke the skill by name or use
/kalshi-api - Provide required inputs per the skill's parameter spec and get structured output
What is kalshi api?
Read-only Kalshi API skill for market discovery, liquidity checks, and market validation. Use for scanning and ranking Kalshi opportunities. Pair with a sepa... It is an AI Agent Skill for Claude Code / OpenClaw, with 313 downloads so far.
How do I install kalshi api?
Run "/install kalshi-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is kalshi api free?
Yes, kalshi api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does kalshi api support?
kalshi api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created kalshi api?
It is built and maintained by Ben (@brs999); the current version is v1.0.0.