polymarket

Query Polymarket Gamma, CLOB, and Data APIs for market prices and history.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill polymarket-hugoalmeidamoreira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/HugoAlmeidaMoreira/zeus-agent/tree/main/skills/research/polymarket
Command: npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill polymarket-hugoalmeidamoreira

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Polymarket data is scattered across multiple public APIs; this skill consolidates market data (markets, prices, orderbooks, and history) for quick analysis and decision making.

Core Features & Use Cases

  • Unified data access: fetch current markets, prices, and history from Gamma, CLOB, and Data APIs.
  • Informed decisions: compare odds across markets and track price movements over time.
  • Use Case: rapidly answer "what are the current odds for X?" and "how has the price moved recently?" for a given market or event.

Quick Start

Query Polymarket for current markets and prices and return a concise summary.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current Polymarket prices and odds for a specific event?

The skill fetches live Polymarket market data by querying the Gamma and CLOB APIs, parsing double-encoded JSON fields to present formatted market questions, current prices, and volume data for your specified event.

Can I track Polymarket price history and market movements over time?

Tracking Polymarket price history is supported by querying the Data API. The skill retrieves historical price movements for specific markets or events, parsing the data to show how odds have fluctuated over time.

What is the best way to access Polymarket orderbook data and market volumes?

Accessing Polymarket orderbook data is done through the CLOB API. This skill consolidates orderbook information alongside prices and volumes from multiple public APIs into a unified view for quick analysis.

Does this approach handle double-encoded JSON fields from Polymarket APIs?

The skill implements robust JSON parsing specifically designed to handle double-encoded fields returned by Polymarket APIs. This ensures market data, prices, and history are accurately extracted and formatted for presentation.

Are there limitations when querying real-time prediction market data across multiple APIs?

The skill is limited to read-only API endpoints from Gamma, CLOB, and Data APIs, meaning it cannot execute trades or place orders. It focuses solely on retrieving and presenting market data, prices, and history for analysis.