/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kalshi-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/kalshi-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 313 次。
如何安装 kalshi api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kalshi-api」即可一键安装,无需额外配置。
kalshi api 是免费的吗?
是的,kalshi api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kalshi api 支持哪些平台?
kalshi api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kalshi api?
由 Ben(@brs999)开发并维护,当前版本 v1.0.0。