
Delphi Terminal
Wire your coding agent to pull unified odds and parlay RFQ/trade data from nine prediction-market venues through one Delphi Terminal API instead of juggling separate site UIs.
Overview
Delphi Terminal is an agent skill most often used in Build (also Idea research and Grow analytics) that queries unified prediction market data and parlay RFQs or trades via the Delphi Terminal API across nine major venue
Install
npx skills add https://github.com/Delphi-Terminal/docs --skill skill.mdWhat is this skill?
- Unified queries across Kalshi, Polymarket, Limitless, Predict.fun, Gemini, Manifold, Opinion, ForecastEx, and PredictIt
- Parlay RFQ and trade endpoints for combo-market research and execution prep
- Agent-oriented skill package (SKILL.md) so Claude Code, Cursor, or Codex can fetch live market context during implementa
- Reduces duplicate scraping and inconsistent tickers when comparing venues for a single event
- Fits indie analytics dashboards, alerting bots, and validation research without building nine separate connectors first
- Covers 9 prediction market sources: Kalshi, Polymarket, Limitless, Predict.fun, Gemini, Manifold, Opinion, ForecastEx, a
- Supports parlay RFQs and trades via the Delphi Terminal API
What problem does it solve?
You need comparable prediction-market prices and parlay activity across many platforms, but each site uses different URLs, IDs, and response shapes.
Who is it for?
Solo builders shipping odds dashboards, market scanners, or agent tools that must read Kalshi, Polymarket, and sibling venues through one documented API flow.
Skip if: Builders with no prediction-market use case, or teams that need guaranteed execution, compliance review, or custody without reading Delphi’s terms and your own Security Audits panel on this page.
When should I use this skill?
You need unified prediction market data or parlay RFQ/trade queries from Kalshi, Polymarket, Limitless, Predict.fun, Gemini, Manifold, Opinion, ForecastEx, PredictIt through Delphi Terminal.
What do I get? / Deliverables
Your agent returns consolidated market and parlay data from Delphi Terminal so you can research, prototype, or ship integrations without hand-rolling nine connectors.
- API query flows for unified market data across listed venues
- Parlay RFQ and trade fetch steps suitable to paste into app code or agent tasks
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Build because the skill is procedural knowledge for calling the Delphi Terminal API from an agent workflow—the primary artifact is integrated market data, not a one-off brainstorm. Integrations is the right subphase: it standardizes HTTP/API access patterns (markets, parlays) for products and scripts solo builders ship.
Where it fits
Compare implied probabilities on the same election or sports outcome across Kalshi and Polymarket before choosing what to build.
Scope an MVP that only needs Delphi reads for three venues instead of full write trading on each exchange.
Implement a backend service that your agent fills in using Delphi Terminal query steps and parlay endpoints.
Refresh daily market snapshots for power users tracking RFQ flow and cross-venue spreads.
Alert when parlay trade volume spikes on a venue you surface in your product.
How it compares
Use as an agent integration skill for unified market reads—not as a hosted MCP server or a turnkey trading strategy.
Common Questions / FAQ
Who is delphi-terminal for?
Indie developers and solo founders using AI coding agents to research or build products around prediction markets, parlays, and cross-venue pricing.
When should I use delphi-terminal?
Use it in Idea research to compare event odds, during Build integrations when wiring a backend or bot to Delphi Terminal, and in Grow analytics when refreshing market panels for users.
Is delphi-terminal safe to install?
Treat it like any third-party API skill: review the Security Audits panel on this Prism page, rotate API keys, and scope network access before letting an agent call live trading endpoints.
SKILL.md
READMESKILL.md - Delphi Terminal
Query unified prediction market data (Kalshi, Polymarket, Limitless, Predict.fun, Gemini, Manifold, Opinion, ForecastEx, PredictIt) and parlay RFQs/trades via the Delphi Terminal API. # delphi-terminal { "name": "delphi-terminal", "description": "Query unified prediction market data (Kalshi, Polymarket, Limitless, Predict.fun, Gemini, Manifold, Opinion, ForecastEx, PredictIt) and parlay RFQs/trades via the Delphi Terminal API." }