A data retrieval skill for querying Polymarket prediction markets, prices, and event probabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install polymarket-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polymarket skill allows users to query decentralized prediction market data directly from their AI agent environment. By interfacing with the Polymarket public Gamma API, this tool provides access to real-time betting odds and event probabilities without the need for authentication. It is a vital component of Openclaw Skills for anyone looking to incorporate market-based forecasting into their workflows.
This skill focuses on data transparency and accessibility, offering insights into market prices, volumes, and grouped event structures. Whether you are tracking election results or economic indicators, this tool provides a direct window into liquid prediction markets.
Ensure you have Python 3 installed. No API keys are required as the skill uses public endpoints. Use the following commands to get started with this addition to Openclaw Skills:
# List top markets by volume
python3 scripts/polymarket.py --top
# Search for specific market keywords
python3 scripts/polymarket.py --search "election"
# Get data for a specific market slug
python3 scripts/polymarket.py --slug "will-bitcoin-hit-100k-in-2024"
The skill organizes data retrieved from the API into a structured format for easy interpretation within Openclaw Skills:
| Field | Description |
|---|---|
| Question | The specific predictive question being asked. |
| Outcome Prices | Represented as 0-1 (e.g., 0.50 equals 50% probability). |
| 24h Volume | Trading volume in the last 24 hours to gauge activity. |
| Total Volume | Cumulative trading volume for the market. |
| Slug | Unique identifier for specific market deep-linking. |
Loading
A specialized skill for querying Polymarket prediction market data, odds, and event probabilities directly through the CLI.

Generate, deploy, and share single-file web utilities instantly using simple voice or text commands.

A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.

A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.

A comprehensive tool for tracking real-time and historical emergency alerts across Israel via Socket.IO and REST APIs.

A high-performance Node.js utility that converts JSON arrays into beautifully rendered PNG tables optimized for messaging platforms.








































