polymarket

Query Polymarket market prices, orderbooks, and historical data via REST API.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill polymarket-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/research/polymarket
Command: npx skills add https://github.com/jordanhubbard/mac --skill polymarket-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill resolves the complexity and manual efforts of accessing prediction market data, by simplifying API requests for Polymarket, delivering immediate prices and history.

Core Features & Use Cases

  • Real-time Prices and Orderbooks: Get up-to-date market prices, orderbook data, and midpoint prices for active and historical events.
  • Market Search and Retrieval: Query the API for specific events, markets, and associated tokens.
  • Price History: Review historical price changes of an event over a customizable range.

Quick Start

Run 'python polymarket.py search "bitcoin" to discover relevant markets and odds.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get real-time prediction market odds and prices from Polymarket?

To get real-time prediction market odds and prices from Polymarket, run a search query like 'python polymarket.py search "bitcoin"' to retrieve current market prices, orderbook data, and midpoint prices for active events.

Can I retrieve historical price data for prediction market events?

Yes, you can retrieve historical price data for prediction market events. The Skill queries the Polymarket REST API to review historical price changes of an event over a customizable date range.

Does this tool support placing live bets on prediction markets?

No, this tool does not support placing live bets on prediction markets. It strictly queries Polymarket APIs to retrieve market prices, orderbooks, and trade information for data integration and analysis.

How do I search for specific prediction market events and associated tokens?

You search for specific prediction market events and associated tokens by running a search command with your target query term. This queries the API to discover relevant markets and retrieve their current odds.

What is the best way to integrate real-time betting odds into AI applications?

The best way to integrate real-time betting odds into AI applications is using a cleanroom wrapper to access Polymarket REST API endpoints, delivering immediate market prices and historical data for user inquiries about probabilities.

Do I need any external dependencies to retrieve Polymarket orderbook data?

No external dependencies are required to retrieve Polymarket orderbook data. The Skill operates independently using built-in scripts and references to query the REST API endpoints directly.