Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
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 Polymarket prediction markets. Check odds, find trending markets, search events.
# Trending/active markets python3 {baseDir}/scripts/polymarket.py trending # Search markets python3 {baseDir}/scripts/polymarket.py search "trump" python3 {baseDir}/scripts/polymarket.py search "bitcoin" # Get specific market by slug python3 {baseDir}/scripts/polymarket.py event "fed-decision-in-october" # Get markets by category python3 {baseDir}/scripts/polymarket.py category politics python3 {baseDir}/scripts/polymarket.py category crypto python3 {baseDir}/scripts/polymarket.py category sports
"What are the odds Trump wins 2028?" "Trending on Polymarket?" "Search Polymarket for Bitcoin" "What's the spread on the Fed rate decision?" "Any interesting crypto markets?"
Markets show: Question/title Current odds (Yes/No prices) Volume End date
Uses the public Gamma API (no auth required for reading): Base URL: https://gamma-api.polymarket.com Docs: https://docs.polymarket.com
This is read-only. Trading requires wallet authentication (not implemented).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.