Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Query prediction market data from Polymarket's public API (no auth required).
# Top markets by 24h volume python3 scripts/polymarket.py --top # Search markets python3 scripts/polymarket.py --search "trump" # Get specific market by slug python3 scripts/polymarket.py --slug "will-trump-win-the-2024-election" # List events (grouped markets) python3 scripts/polymarket.py --events
skills/polymarket/scripts/polymarket.py
The script uses gamma-api.polymarket.com: /markets - Individual markets with prices, volumes /events - Event groups containing related markets
Markets show: question, Yes/No prices (as percentages), 24h volume, total volume.
outcomePrices are 0-1 representing probability Price of 0.65 for "Yes" = market thinks 65% chance of Yes Higher volume = more liquid, more reliable signal
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.