ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

kalshi-trading

Read-only Kalshi OpenAPI scouting skill for market discovery, liquidity checks, and market validation. Use for scanning and ranking Kalshi opportunities. Pair with a separate paper-trading skill if you want open/close execution.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brs999/kalshi-trade
Or

What This Skill Does

The kalshi-trading skill provides a robust, read-only interface to the Kalshi OpenAPI, enabling users to programmatically scout, validate, and analyze prediction markets. Designed for deep market discovery, this tool allows you to pull real-time data on open markets, event series, and historical trade data. Because this skill is strictly read-only, it serves as a reliable scouting layer for data-driven decision-making, ensuring you have the granular market intelligence required before engaging in any external execution strategies.

Installation

To integrate this skill into your OpenClaw agent, use the following command in your terminal: clawhub install openclaw/skills/skills/brs999/kalshi-trade Once installed, ensure your environment is configured. While it defaults to the Kalshi production API, you can override the target by setting the KALSHI_BASE_URL environment variable. Verify the installation by running the smoke tests located in skills/kalshi-trading/tests/kalshi_openapi_reader.test.mjs.

Use Cases

  • Market Scanning: Use the tool to find high-liquidity opportunities by querying the current open markets and filtering by status.
  • Event Discovery: Analyze event series to identify clusters of related prediction markets for comparative analysis.
  • Trade Analysis: Fetch recent trade history for specific tickers to analyze market sentiment and order flow patterns.
  • Orderbook Validation: Inspect the current depth of an orderbook to determine the cost of entry or the available liquidity at various price points.

Example Prompts

  1. "Scan the current open Kalshi markets and list the top 10 tickers with the highest trading activity."
  2. "Get the current orderbook for the ticker 'FED-DEC24-100' and explain the current spread between bid and ask."
  3. "Summarize the recent 50 trades for the upcoming election event and identify if the sentiment is shifting based on the price action."

Tips & Limitations

This skill is designed solely for observation. It does not possess the capability to place, amend, or cancel orders on the Kalshi exchange. If you intend to execute trades, you must install and configure a separate paper-trading or execution skill. Always verify the exchange status using the status command before initiating large-scale data queries to ensure the API is reachable and fully operational.

Metadata

Author@brs999
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brs999-kalshi-trade": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#finance#prediction-markets#api#data-scouting
Safety Score: 5/5

Flags: network-access, external-api