trading-kalshi
Kalshi trading - search markets, place orders, stream prices, advanced order types
What this skill does
# Kalshi Trading Full access to Kalshi prediction markets: search, trade, stream real-time data, and use advanced order types (TWAP, bracket, trigger). ## Required Environment Variables ```bash KALSHI_API_KEY_ID=your_api_key_id KALSHI_PRIVATE_KEY=your_private_key_pem_contents # OR KALSHI_PRIVATE_KEY_PATH=/path/to/private_key.pem ``` Authentication uses RSA key-pair signing (not email/password). Generate an API key from the Kalshi dashboard. Optional: ```bash DRY_RUN=true # Simulate trades without executing ``` ## Commands ### Market Data ``` /kalshi search <query> - Search markets /kalshi market <ticker> - Market details /kalshi book <ticker> - View orderbook (REST snapshot) /kalshi events [query] - Browse events /kalshi event <event-ticker> - Event details + markets ``` ### Trading ``` /kalshi buy <ticker> <contracts> <price> - Buy YES contracts /kalshi sell <ticker> <contracts> <price> - Sell YES contracts /kalshi orders - View open orders /kalshi cancel <order-id> - Cancel an order /kalshi cancel all - Cancel all orders /kalshi balance - Account balance ``` ### Advanced Orders ``` /kalshi twap <buy|sell> <ticker> <total> <price> [slices] [interval-sec] /kalshi twap status - Active TWAP progress /kalshi twap cancel <id> - Cancel TWAP /kalshi bracket <ticker> <size> <tp> <sl> - Set take-profit / stop-loss /kalshi bracket status - Active brackets /kalshi bracket cancel <id> - Cancel bracket /kalshi trigger buy <ticker> <size> <price> [limit] - Buy when price drops /kalshi trigger sell <ticker> <size> <price> [limit] - Sell when price rises /kalshi trigger list - Active triggers /kalshi trigger cancel <id> - Cancel trigger ``` ### Real-Time Streaming (WebSocket) ``` /kalshi stream <ticker> [channels] - Start streaming (ticker,trade,orderbook) /kalshi stream-fills - Stream your order fills /kalshi streams - List active streams /kalshi unstream <ticker> - Stop streaming a market /kalshi unstream-fills - Stop fill notifications /kalshi realtime-book <ticker> - Get real-time orderbook from stream ``` ### Cross-Platform ``` /kalshi route <ticker> <buy|sell> <size> - Compare prices across platforms /kalshi circuit - Circuit breaker status ``` ## Examples ``` /kalshi search bitcoin /kalshi market KXBTC-24JAN01 /kalshi book KXBTC-24JAN01 /kalshi buy KXBTC-24JAN01 10 0.65 /kalshi sell KXBTC-24JAN01 5 0.70 /kalshi stream KXBTC-24JAN01 ticker,trade /kalshi twap buy KXBTC-24JAN01 50 0.60 10 30 /kalshi bracket KXBTC-24JAN01 10 0.80 0.40 /kalshi trigger buy KXBTC-24JAN01 10 45 ``` ## Notes - Prices are in decimal format for commands (0.65 = 65 cents) - Trigger prices are in cents (45 = 45 cents) - Contracts pay $1 if correct; cost is the price - Circuit breaker integration blocks trades when risk limits are hit - Trigger orders poll every 5 seconds
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.