A specialized skill for querying Polymarket prediction market data, odds, and event probabilities directly through the CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pm-odds
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 pm-odds using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills extension enables users to interface with the Polymarket public API without requiring authentication. It provides programmatic access to market trends, specific event outcomes, and trading volumes, making it an essential tool for developers and analysts tracking real-world event probabilities via decentralized prediction markets.
By leveraging this tool, users can integrate real-time sentiment and probability data into their AI agents or research pipelines. The skill simplifies the process of interpreting complex order book data into human-readable percentages and liquidity signals.
To use this within your environment, ensure Python 3 is installed and navigate to the skill script location. No API keys are required for public data access.
# Search for markets related to a specific topic
python3 skills/polymarket/scripts/polymarket.py --search "topic"
# View top trending markets by 24-hour volume
python3 skills/polymarket/scripts/polymarket.py --top
# Get details for a specific market slug
python3 skills/polymarket/scripts/polymarket.py --slug "market-slug-here"
The skill organizes market data using the following structure for clarity:
| Attribute | Description | Data Type |
|---|---|---|
| Question | The specific event or outcome being predicted | String |
| outcomePrices | Represents the current probability (e.g., 0.65 = 65%) | Float |
| 24h Volume | Trading activity in the last day | Number |
| Total Volume | Cumulative trading activity for the market | Number |
| Slug | The unique URL identifier for the market | String |
Loading
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 sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.

A data retrieval skill for querying Polymarket prediction markets, prices, and event probabilities.

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








































