ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

polymarket-query

This skill should be used when the user wants to query real-time data from Polymarket (https://polymarket.com/), including market categories, trending markets, event details, market odds/prices, live/in-play sports markets, and search for specific prediction markets across all categories such as sports, politics, crypto, business, entertainment, and more. It provides access to Polymarket's public Gamma API and CLOB API for real-time odds, volumes, and market information.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/amurtiger01/polymarket-query
Or

Polymarket Real-time Query Skill

Purpose

Query real-time prediction market data from Polymarket, including:

  • All market categories (Sports, Politics, Crypto, Business, Entertainment, AI, etc.)
  • Current odds/prices for any market
  • Trending and most actively traded markets
  • Live/in-play sports markets
  • Search for specific markets by keyword
  • Detailed event and market information with sub-markets

When to Use

Use this skill when the user asks about:

  • Polymarket markets, odds, or predictions
  • Current betting odds for events (sports, politics, crypto, etc.)
  • Live or in-play markets
  • Trending prediction markets
  • Specific market or event details on Polymarket
  • Prediction market probabilities for real-world events

How to Use

Primary Tool: Python Query Script

Execute the bundled Python script scripts/polymarket_query.py to query Polymarket data:

python "<skill_dir>/scripts/polymarket_query.py" <command> [options]

A PowerShell version (scripts/polymarket_query.ps1) is available in the GitHub repository but is not included in the ClawHub package due to file type restrictions.

Schedule Sport Keywords

When using the schedule command, supported sport keywords are:

  • nba, basketball → NBA
  • nfl, football → NFL
  • mlb, baseball → MLB
  • nhl, hockey → NHL
  • soccer, epl, premierleague → English Premier League
  • laliga → La Liga
  • ligue1 → Ligue 1
  • ucl, championsleague → UEFA Champions League
  • mls → MLS
  • atp, tennis → ATP Tennis
  • wta → WTA Tennis
  • ufc, mma → UFC/MMA
  • cs2, csgo → Counter-Strike 2
  • lol, leagueoflegends → League of Legends
  • f1, racing → Formula 1
  • pga, golf → PGA Golf
  • boxing → Boxing
  • cricket → Cricket

Available Commands

CommandParametersDescription
categoriesList all market categories and sub-categories
trending--limit N (default 10)Show top trending markets by 24h volume
search--keyword X --limit NSearch markets by keyword in question/description
marketIDGet detailed market info with odds, volume, dates
eventIDGet event with all sub-markets and their odds
oddsIDGet focused odds/prices for a market
sports--limit N (default 10)Show sports markets
politics--limit N (default 10)Show politics markets
crypto--limit N (default 10)Show crypto markets
category--slug X --limit NMarkets in a specific category slug
liveShow live/in-play sports markets
schedule--sport X --date YYYY-MM-DDShow sports schedule by sport & date

Execution Examples

# List all categories
python "<skill_dir>/scripts/polymarket_query.py" categories

# Top 10 trending markets
python "<skill_dir>/scripts/polymarket_query.py" trending --limit 10

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
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-amurtiger01-polymarket-query": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.