polymarket

Fetch and process Polymarket prediction market data from public REST APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides users with the ability to query and analyze data from Polymarket prediction markets, offering insights into market odds, prices, and historical trends.

Core Features & Use Cases

  • Query Prediction Markets: Access real-time market data, including prices, orderbooks, and historical trends.
  • Search by Query: Use search functionality to find specific events and markets based on keywords.
  • Use Case: A user wants to know the current odds of a particular event occurring, such as an election result, and the market price for that event.

Quick Start

Query the odds of event 'Will X happen?' 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 odds from Polymarket?

To retrieve real-time prediction market odds from Polymarket, you can query Polymarket's public REST APIs. This process fetches current market prices and odds for various events using Python requests and parses the JSON response data for analysis.

Can I search for specific Polymarket events using keywords?

Yes, you can search for specific Polymarket events by keywords. The search functionality queries Polymarket's public REST APIs to find matching events and markets, returning real-time data on prices and historical trends for analysis.

What do I need to analyze Polymarket data with Python?

To analyze Polymarket data with Python, you need Python installed along with the requests and json dependencies. These libraries are used to access Polymarket's public RESTful services and parse the response data for market intelligence.

What is the best way to access Polymarket historical trends and orderbook data?

The best way to access Polymarket historical trends and orderbook data is by querying Polymarket's public REST APIs. This approach directly fetches real-time market data, including prices and historical trends, using Python requests.

Does accessing Polymarket prediction market data require authentication?

Accessing Polymarket prediction market data uses public REST APIs, which typically do not require authentication for basic data retrieval. You can fetch market prices and odds directly using Python requests and parse the json response.

Why might Polymarket data retrieval fail when using requests?

Polymarket data retrieval might fail if the requests library cannot connect to the public REST APIs or if the json response parsing encounters unexpected formats. Check your Python environment and API endpoint availability.