skills$openclaw/polymarket
mvanhorn9.0k

by mvanhorn

polymarket – OpenClaw Skill

polymarket is an OpenClaw Skills integration for coding workflows. Query Polymarket prediction markets - check odds, trending markets, search events, track prices.

9.0k stars2.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepolymarket
descriptionQuery Polymarket prediction markets - check odds, trending markets, search events, track prices. OpenClaw Skills integration.
ownermvanhorn
repositorymvanhorn/polymarket
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mvanhorn/polymarket
last updatedFeb 7, 2026

Maintainer

mvanhorn

mvanhorn

Maintains polymarket in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
polymarket.py
9.1 KB
_meta.json
274 B
SKILL.md
1.4 KB
SKILL.md

name: polymarket description: Query Polymarket prediction markets - check odds, trending markets, search events, track prices. homepage: https://polymarket.com metadata: {"clawdbot":{"emoji":"📊"}}

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):

Note

This is read-only. Trading requires wallet authentication (not implemented).

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install polymarket?

Run openclaw add @mvanhorn/polymarket in your terminal. This installs polymarket into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mvanhorn/polymarket. Review commits and README documentation before installing.