kalshi-docs

Aggregate Kalshi API documentation from the sitemap into a local indexed knowledge base.

9|1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/ammario/kalshi-docs --skill kalshi-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kalshi-docs
Source: https://github.com/ammario/kalshi-docs/tree/main
Command: npx skills add https://github.com/ammario/kalshi-docs --skill kalshi-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates Kalshi's API documentation from the official sitemap into a centralized, searchable local repository to streamline AI and developer workflows.

Core Features & Use Cases

  • Collects REST, WebSocket, and FIX documentation across Predictions and Perps.
  • Keeps content up-to-date nightly by parsing the sitemap and downloading markdown pages; extends to AsyncAPI/OpenAPI specs where available.
  • Use Case: empower AI agents to query current Kalshi docs for integration development and support.

Quick Start

Instruct the agent to fetch Kalshi's documentation from the sitemap and populate a local docs store.

Frequently Asked Questions about kalshi-docs

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

FAQPage Schema
How do I automatically fetch Kalshi API documentation for AI workflows?

You can automatically fetch Kalshi API documentation by parsing the official sitemap to download markdown pages into a centralized, searchable local repository. This aggregates REST, WebSocket, and FIX docs for AI agents to query during integration development.

What is the best way to keep local Kalshi API docs up-to-date for integration development?

The best way to keep local Kalshi docs up-to-date is running a nightly process that parses the sitemap, retrieves markdown content, and augments YAML frontmatter. This ensures AI workflows always consume current API specifications.

Can I download AsyncAPI and OpenAPI specifications from the Kalshi documentation sitemap?

Yes, you can download AsyncAPI and OpenAPI specifications when fetching Kalshi documentation. The retrieval process extends to downloading these specs alongside markdown pages, applying robust error handling and logging.

Does the Kalshi docs aggregation process support FIX protocol and WebSocket documentation?

Yes, the Kalshi docs aggregation process fully supports collecting FIX protocol and WebSocket documentation. It parses the sitemap to gather these specific docs across Predictions and Perps into a local knowledge base.

How do I build a local indexed knowledge base from Kalshi REST API markdown?

You build a local indexed knowledge base by instructing an agent to fetch Kalshi's documentation from the sitemap. The process retrieves markdown pages, augments YAML frontmatter, and optionally downloads API specs into a local docs store.

Why do I need YAML frontmatter augmentation when downloading Kalshi documentation?

You need YAML frontmatter augmentation when downloading Kalshi documentation to enrich the retrieved markdown files with structured metadata. This creates a more searchable local repository, empowering AI agents to query content accurately.