Back to Registry View Author Profile
Official Verified
polymarket
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leochan14/polymarket-1-0-0Or
Polymarket
Query Polymarket prediction markets. Check odds, find trending markets, search events.
Commands
# 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
Example Chat Usage
- "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?"
Output
Markets show:
- Question/title
- Current odds (Yes/No prices)
- Volume
- End date
API
Uses the public Gamma API (no auth required for reading):
- Base URL:
https://gamma-api.polymarket.com - Docs: https://docs.polymarket.com
Note
This is read-only. Trading requires wallet authentication (not implemented).
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leochan14-polymarket-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.