From sundial-org-awesome-openclaw-skills-4
Queries Polymarket prediction markets for prices, odds, volumes, and event probabilities via the public API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:polymarket-5The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query prediction market data from Polymarket's public API (no auth required).
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 marketsMarkets show: question, Yes/No prices (as percentages), 24h volume, total volume.
outcomePrices are 0-1 representing probabilitynpx claudepluginhub sundial-org/awesome-openclaw-skillsQueries Polymarket prediction markets for betting odds, prices, volumes, and event probabilities via their public API.
Reads live Polymarket prediction-market data: market discovery, details, orderbook, and recent trades on Polygon mainnet. Useful for checking election odds, betting prices, or any 'will X happen?' market.
Interacts with Polymarket prediction markets to search events, check odds, place USDC.e bets on Polygon, and manage positions.