obai-prediction-market-routing

Routes prediction-market queries to the prediction_market_analysis specialist with preserved routing keys.

11|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sixteen-dev/obai --skill obai-prediction-market-routing-sixteen-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obai-prediction-market-routing
Source: https://github.com/sixteen-dev/obai/tree/main/src/obai/core_agents/hub_skills/obai-prediction-market-routing
Command: npx skills add https://github.com/sixteen-dev/obai --skill obai-prediction-market-routing-sixteen-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deciding whether a user request belongs to prediction-market analysis and handing it off cleanly is error-prone: routing keys get paraphrased, equity and prediction-market intents get mixed, and terminal specialist output gets overwritten. This Skill gives the Hub explicit rules for detecting prediction-market intent, preserving identifiers, and relaying terminal output verbatim. ## Core Features & Use Cases - Intent Detection: Classifies requests involving Polymarket odds, YES/NO pricing, market discovery, wallet or leaderboard analysis, and prediction-market backtesting, while excluding equity strategy backtesting. - Handoff Discipline: Preserves the user's request verbatim and passes routing keys (market_url, slug, condition_id, token_id) unchanged to prediction_market_analysis. - Terminal Output Relay: Treats prediction_market_analysis as a terminal author, relaying its output directly without Hub-authored summaries, and handling errors without inventing market data. - Use Case: A user asks "Is this 30¢ Polymarket contract mispriced versus historical base rates?" The Hub loads this Skill, routes the request to prediction_market_analysis with prior slugs intact, and relays the specialist's analysis verbatim. ## Quick Start Ask the Hub to compare current Polymarket odds on an event or analyze a specific market by pasting its Polymarket URL.

Frequently Asked Questions about obai-prediction-market-routing

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

FAQPage Schema
How do I route a Polymarket question to the prediction market agent?▼

Pass the user's request verbatim to prediction_market_analysis along with any routing keys from prior conversation, such as slug or market_url. Do not paraphrase identifiers or extract fair-value reasoning into Hub-authored fields; the specialist owns implementation details.

What requests belong to prediction market analysis versus equity strategy?▼

Prediction-market intent covers Polymarket odds, YES/NO pricing, market discovery, wallet analysis, and binary-event backtesting. Equity strategy backtesting, fundamentals, and options analysis go to other specialists; mixed requests are routed separately per turn.

Can the Hub summarize prediction market agent output?▼

No. prediction_market_analysis is a terminal author, and the runtime discards any text the Hub writes after the tool returns. The specialist's output is relayed verbatim, including pricing, liquidity, and thesis sections.

What happens when a prediction market request lacks a slug or URL?▼

If no routing key can be recovered from prior conversation, the Hub asks one concise clarification, typically requesting a Polymarket URL or slug. For discovery requests, the topic is passed directly without asking for identifiers.

Why must routing keys be passed unchanged to the specialist?▼

Odds and liquidity move on live event flow, so the Hub has no current market state and cannot substitute names or paraphrases for identifiers. Exact slugs, market URLs, condition IDs, and token IDs ensure the specialist queries the correct live market.