polymarket

Fetch and assemble Polymarket market data from public Gamma, CLOB, and Data APIs.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill polymarket-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/research/polymarket
Command: npx skills add https://github.com/moltis-org/moltis --skill polymarket-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Access Polymarket data without building custom API clients or handling multiple endpoints, enabling quick insight into markets, prices, and history.

Core Features & Use Cases

  • Search markets and events to discover questions and volumes.
  • Retrieve current prices, orderbooks, and price history for read-only data.
  • Use cases include quick risk assessment, odds estimation, and monitoring market movements.

Quick Start

Query current prices for a specific Polymarket token using the polymarket.py CLI.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I retrieve Polymarket price history without an API key?

You can retrieve Polymarket price history without an API key by using this Skill to query public Gamma, CLOB, and Data APIs. It fetches and assembles price histories, normalizes fields, and formats prices as percentages for read-only access.

What is the best way to search Polymarket prediction markets for current volumes?

The best way to search Polymarket prediction markets for current volumes is to use this Skill's CLI to query public APIs. It discovers active questions, retrieves current volumes, and displays token mappings in a user-friendly summary.

Can I access the Polymarket CLOB order book for read-only data?

Yes, you can access the Polymarket CLOB order book for read-only data. The Skill queries public APIs to retrieve current prices and order books without requiring custom API clients or authentication keys.

Do I need to build a custom API client to fetch Polymarket market data?

No, you do not need to build a custom API client to fetch Polymarket market data. This Skill handles multiple public endpoints automatically, normalizing fields and formatting prices to provide quick insight into markets.

Does the polymarket Skill support executing trades or placing orders?

No, the polymarket Skill does not support executing trades or placing orders. It provides read-only access to public APIs for monitoring market movements, estimating odds, and assessing risk.