Polymarket

Query Polymarket real-time odds and market data via a Node.js CLI.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/bobvarkey/diabetes-buddy --skill polymarket-bobvarkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Polymarket
Source: https://github.com/bobvarkey/diabetes-buddy/tree/main/skills/polymarket-odds
Command: npx skills add https://github.com/bobvarkey/diabetes-buddy --skill polymarket-bobvarkey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Polymarket users need fast, command-line access to real-time odds, events, and market data without relying on a web interface or API keys. This skill provides a lightweight CLI to query markets, browse categories, and retrieve current prices.

Core Features & Use Cases

  • Query real-time odds and event data from Polymarket directly in the terminal.
  • Discover markets by keyword, browse by category, and inspect individual market details including price probabilities.
  • Use cases include quick market checks before bets, data-driven summaries for reporting, and scripting market information into workflows.

Quick Start

Run a sample like polymarket search "Arsenal" to view current market odds and event listings.

Frequently Asked Questions about Polymarket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time Polymarket odds and events directly from the command line?

You can fetch real-time Polymarket odds and events by running the Node.js CLI to query public endpoints, which returns formatted human-readable output for active markets without needing a web interface or API keys.

Can I search Polymarket markets by keyword and category using a CLI tool?

Yes, the Polymarket CLI supports searching markets by keyword, browsing active events by category, and inspecting individual market details including current price probabilities across sports, politics, and crypto.

Do I need an API key to retrieve current prices from Polymarket in my terminal?

No, you do not need an API key to retrieve current Polymarket prices, as the CLI consumes public endpoints to gather market data and formats the output directly in your terminal.

What is the best way to script Polymarket market data retrieval into automated workflows?

The best way to script Polymarket market data retrieval is using this Node.js CLI, which formats human-readable output and handles errors gracefully, allowing you to integrate market checks and data-driven summaries into automated workflows.

Does the Polymarket CLI support fetching market data for politics and crypto categories?

Yes, the Polymarket CLI supports fetching real-time odds and market data across sports, politics, crypto, and geopolitics categories by listing active events and retrieving current prices from public endpoints.

Why does my Polymarket CLI search return no active events for a specific keyword?

If your Polymarket CLI search returns no active events, the keyword may not match any current markets; the CLI queries real-time public endpoints, so results depend on currently available active events and market data.