kalshi-agent
⚠Review·Scanned 2/18/2026
This skill provides a CLI wrapper for browsing Kalshi markets and executing trades via the Kalshi API. It runs installer/CLI commands (npm install -g kalshi-cli, install.sh), requires KALSHI_ACCESS_KEY and a key at ~/.kalshi/private_key.pem, and makes network calls to https://kalshi.com/api.
from clawhub.ai·v974e25c·8.6 KB·0 installs
Scanned from 0.3.1 at 974e25c · Transparency log ↗
$ vett add clawhub.ai/jthomasdevs/kalshi-agentReview findings below
kalshi-agent
OpenClaw skill for trading prediction markets on Kalshi.
This skill wraps kalshi-cli, a standalone CLI for browsing, searching, and trading on Kalshi from your terminal.
Dependencies
- kalshi-cli — the core CLI tool (required)
- Python 3.10+
- Kalshi API credentials (get them here)
Installation
1. Install kalshi-cli
npm install -g kalshi-cli
2. Configure API credentials
mkdir -p ~/.kalshi
# Place your RSA private key at ~/.kalshi/private_key.pem
# Set your access key
echo 'KALSHI_ACCESS_KEY=your_access_key_id' > ~/.kalshi/.env
Or run kalshi setup-shell to export the access key to your shell config automatically.
Quick Start
kalshi search soccer # find soccer markets
kalshi series -e # browse series sorted by expiry
kalshi detail KXSB-26 # market details
kalshi buy KXSB-26 10 68 # buy 10 YES contracts at 68¢
kalshi balance # check balance
See kalshi-cli for full command reference and documentation.
Skill Metadata
This skill is designed for OpenClaw agents. See SKILL.md for agent integration details.
License
MIT