polymarket
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dannyshmueli/pm-oddsPolymarket
Query prediction market data from Polymarket's public API (no auth required).
Quick Start
# 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
Script Location
skills/polymarket/scripts/polymarket.py
API Endpoints
The script uses gamma-api.polymarket.com:
/markets- Individual markets with prices, volumes/events- Event groups containing related markets
Output Format
Markets show: question, Yes/No prices (as percentages), 24h volume, total volume.
Interpreting Prices
outcomePricesare 0-1 representing probability- Price of 0.65 for "Yes" = market thinks 65% chance of Yes
- Higher volume = more liquid, more reliable signal
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dannyshmueli-pm-odds": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
edge-tts-unlimited
Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.
Jits Builder
Skill by dannyshmueli
red-alert
Israel Red Alert API — real-time and historical rocket/missile alert data. Query alerts by city, time range, generate shelter time stats. Uses redalert.orielhaim.com (socket.io for real-time) and tzevaadom.co.il (REST for history).
table-image-generator
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.
anima
Turns ideas into live, full-stack web applications with editable code, built-in database, user authentication, and hosting. Anima is the design agent in the AI swarm, giving agents design awareness and brand consistency when building interfaces. Three input paths: describe what you want (prompt to code), clone any website (link to code), or implement a Figma design (Figma to code). Also generates design-aware code from Figma directly into existing codebases. Triggers when the user provides Figma URLs, website URLs, Anima Playground URLs, asks to design, create, build, or prototype something, or wants to publish or deploy.