Context and working knowledge for Calci’s prediction-market domain, which is powered by Kalshi. Use this skill whenever the user asks about Calci prediction markets, Kalshi markets, tickers, order books, pricing, settlement, or the Kalshi API/WebSocket.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kalshi-prediction-market:kalshi-prediction-marketThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Calci’s prediction-market layer is built on **Kalshi**. This skill provides the domain model, trading mechanics, and API conventions you need to reason about Calci/Kalshi data and to explain it clearly to users.
Calci’s prediction-market layer is built on Kalshi. This skill provides the domain model, trading mechanics, and API conventions you need to reason about Calci/Kalshi data and to explain it clearly to users.
Binary event contracts
Implied probability
Fully collateralized
Kalshi uses a strict hierarchy:
Calci mirrors these objects. When you see “market” in Calci UI, clarify whether it’s an event page (container) or a specific market outcome (binary leg).
When interpreting Calci/Kalshi market JSON:
Fees on Kalshi are variable/quadratic, roughly a percent of potential profit; maker orders may be discounted.
can_close_early is true.When asked “how does this resolve?”, reference the series rules and settlement source, then restate in plain language.
Public data (no auth needed):
GET /seriesGET /events (events include their markets)GET /marketsGET /market/{ticker}GET /market/orderbookGET /market/candlesticksGET /market/tradesGET /exchange/statusTrading/account (auth required):
POST /orders, DELETE /orders/{id}, GET /orders/{id}POST /order-groups and related order‑group endpointsGET /portfolio/balance, GET /portfolio/positions, GET /portfolio/fillsAuth uses an API key id plus RSA signature headers:
KALSHI-ACCESS-KEYKALSHI-ACCESS-TIMESTAMPKALSHI-ACCESS-SIGNATUREReal‑time updates arrive via WebSocket subscriptions to tickers.
For more detail, see reference.md.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ratacat/ratacats-skills --plugin kalshi-prediction-market