polymarket

Retrieve Polymarket market prices, orderbooks, and historical data via Gamma, CLOB, and Data APIs.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/lxt070409/hermes-skills --skill polymarket-lxt070409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/lxt070409/hermes-skills/tree/main/research/polymarket
Command: npx skills add https://github.com/lxt070409/hermes-skills --skill polymarket-lxt070409

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines access to real-time prediction market data from Polymarket, eliminating the need for manual API interactions.

Core Features & Use Cases

  • Real-time Data: Retrieve market prices, orderbooks, and historical price data in real-time.
  • API Interaction: Offers simple command-line interfaces for interacting with various Polymarket APIs.
  • Use Case: Quickly check the current odds of a particular event happening in the prediction market, such as "Will event A occur?"

Quick Start

Search for markets related to 'event B' using the Polymarket Skill.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve real-time prediction market data from Polymarket APIs?

Retrieve real-time prediction market data by querying Polymarket's Gamma, CLOB, and Data APIs. This tool handles read-only HTTP requests using Python's urllib and parses JSON responses to fetch current market prices, orderbooks, and historical data.

Can I get current odds and orderbook data for prediction markets without API authentication?

Yes, you can get current odds and orderbook data without authentication. The Skill executes read-only API interactions against Polymarket endpoints to retrieve market prices and orderbook depth directly using Python's urllib.

What is the best way to search for specific prediction market events on Polymarket?

The best way to search for prediction market events is by querying the Polymarket Gamma API. You can search for markets related to specific keywords or events to retrieve real-time odds and historical price data.

Does the Polymarket Skill support placing trades or executing transactions?

No, the Skill does not support placing trades or executing transactions. It is strictly designed for read-only data retrieval, handling user queries for current market prices, orderbooks, and historical data via Polymarket APIs.

How do I access historical price data for a specific prediction market event?

Access historical price data by querying the Polymarket Data API. The Skill processes these read-only requests to retrieve past market prices and historical trends for specific prediction market events without requiring authentication.

What are the limitations of using Python's urllib for Polymarket API interaction?

Using Python's urllib for Polymarket API interaction limits functionality to read-only data retrieval. It parses JSON responses for market prices and orderbooks but lacks built-in authentication mechanisms, meaning it cannot execute trades or access private account data.