Awesome-openclaw-skills polymarket-2
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/polymarket-2" ~/.claude/skills/sundial-org-awesome-openclaw-skills-polymarket-2 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/polymarket-2" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-polymarket-2 && rm -rf "$T"
manifest:
skills/polymarket-2/SKILL.mdsource content
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).