trading-kalshi

Searches Kalshi markets, streams prices, and places orders via MCP.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill trading-kalshi-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-kalshi
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/trading-kalshi
Command: npx skills add https://github.com/nirholas/agenti --skill trading-kalshi-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kalshi trading through an MCP-compatible skill enables automated discovery, monitoring, and execution of Kalshi markets without manual UI interaction.

Core Features & Use Cases

  • Search Kalshi markets and fetch market details, stream real-time data, and place limit orders using simple commands.
  • Stream real-time price updates and market events; supports advanced orders like TWAP, bracket, and triggers for automated strategies.
  • Use case: a trader automates monitoring of specific Kalshi markets and places orders when conditions are met.

Quick Start

Configure your Kalshi credentials (KALSHI_API_KEY_ID and KALSHI_PRIVATE_KEY or KALSHI_PRIVATE_KEY_PATH) and run the skill to start interacting with Kalshi markets.

Frequently Asked Questions about trading-kalshi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Kalshi trading and market monitoring without manual UI interaction?

Automating Kalshi trading involves using an MCP-compatible interface to search markets, stream real-time price data, and execute trades programmatically. This skill handles discovery, monitoring, and order placement automatically, removing the need for manual UI interaction.

What credentials do I need to start placing orders on Kalshi markets via API?

To start placing orders on Kalshi markets via API, you need to configure your KALSHI_API_KEY_ID and either your KALSHI_PRIVATE_KEY or KALSHI_PRIVATE_KEY_PATH. These credentials are required to authenticate with the Kalshi feed and execution services.

Can I stream real-time market price updates and events for Kalshi through an API?

Yes, you can stream real-time market price updates and events for Kalshi through a websocket-compatible interface. The skill connects to the Kalshi feed service to provide continuous streaming data for monitoring specific markets.

Does automated Kalshi trading support advanced order types like TWAP and bracket orders?

Automated Kalshi trading supports advanced order types including TWAP, bracket, and trigger orders. These options enable automated execution strategies for specific market conditions and events across Kalshi markets.

What is the best way to search and retrieve Kalshi market details programmatically?

The best way to search and retrieve Kalshi market details programmatically is through an MCP-compatible skill that queries the Kalshi feed service. It supports searching markets and fetching specific market details using simple commands.