polymarket

Retrieve Polymarket prediction market data and summarize live prices, orderbooks, and trades.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill polymarket-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/research/polymarket
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill polymarket-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the friction of manually hunting through Polymarket to find current odds, market context, and historical movement for prediction events.

Core Features & Use Cases

  • Market Discovery: Search Polymarket events and markets by topic, slug, or trend to quickly find relevant prediction opportunities.
  • Live Pricing and Orderbooks: Inspect current buy prices, midpoints, spreads, and depth to understand market sentiment in real time.
  • Historical and Trade Analysis: Review price history, recent trades, and open interest to track how a market has evolved over time.
  • Use Case: A researcher can look up a political event, compare Yes and No probabilities, and check whether the market is gaining or losing momentum before sharing an update.

Quick Start

Ask the assistant to search Polymarket for a topic, summarize the most relevant markets, and include current prices and volume.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get live Polymarket odds and orderbook data?

Retrieve live Polymarket odds and orderbook data by querying public Gamma, CLOB, and Data APIs. The Skill parses double-encoded market fields and maps token IDs to summarize current buy prices, midpoints, spreads, and depth.

What is the best way to search Polymarket prediction markets by topic?

Search Polymarket prediction markets by topic, slug, or trend to discover relevant events. The Skill maps condition IDs and summarizes live prices, volume, and market context for quick analysis.

Can I track historical price movement and recent trades on Polymarket?

Track historical price movement and recent trades on Polymarket using read-only GET requests to public Data APIs. The Skill parses price history and open interest to show how a market evolves over time.

Does this market data tool require authentication to access Polymarket APIs?

Accessing Polymarket APIs with this tool requires no authentication. It relies exclusively on read-only GET requests to retrieve live prices, orderbooks, and trade data from public endpoints.

How do I analyze Polymarket orderbook depth and spreads for prediction events?

Analyze Polymarket orderbook depth and spreads by parsing double-encoded market fields from the CLOB API. The Skill maps token IDs to inspect current buy prices, midpoints, and market sentiment in real time.

Why do I need to parse double-encoded market fields for Polymarket data?

Parsing double-encoded market fields for Polymarket data is required to accurately extract nested event and market context. This decoding process maps token IDs and condition IDs for valid odds and price history retrieval.