polymarket

Search Polymarket prediction markets and retrieve live odds and event details via public Gamma API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill polymarket-magicwifimoney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymarket
Source: https://github.com/MagicWifiMoney/openclaw-starter-kit/tree/main/skills-custom/extras/polymarket
Command: npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill polymarket-magicwifimoney

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires polymarket-us, requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides fast, programmatic access to Polymarket prediction market data so users can discover odds, monitor trending markets, and retrieve detailed market/event information without manually browsing the site.

Core Features & Use Cases

  • Search & Discovery: Keyword search across events and markets with result previews.
  • Market Monitoring: List trending or active markets with mid-price odds, bid/ask, volume, and end dates.
  • Portfolio Reporting & Authenticated Access: Scripts support authenticated account balance, positions, and activity reports when API keys are provided.
  • Use Case: Schedule a daily portfolio-report to summarize balances and P&L, or run an ad-hoc search for "bitcoin" to surface top markets and current probabilities.

Quick Start

Ask the skill to search Polymarket for bitcoin and summarize the top markets with their current odds.

Frequently Asked Questions about polymarket

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

FAQPage Schema
How do I get current Polymarket odds and market data programmatically?

Retrieve up-to-date Polymarket odds and market data programmatically by querying the public Gamma API for mid-price odds, bid/ask spreads, volume, and event details without manual browsing.

How do I find trending prediction markets?

Find trending prediction markets by applying keyword searches and category filters to surface active events, current probabilities, and end dates sorted by trading volume and market activity.

Can I check my Polymarket portfolio balance and open positions?

Check your Polymarket portfolio balance and open positions using authenticated API requests that require supplying your POLYMARKET_API_KEY and POLYMARKET_SECRET credentials over HTTPS.

Do I need API keys to search Polymarket events?

You do not need API keys to search Polymarket events, as read operations for market listings, odds retrieval, and keyword searches use the public Gamma API without authentication.

What's the best way to schedule daily Polymarket portfolio reports?

Schedule daily Polymarket portfolio reports by running authenticated scripts that summarize account balances and P&L activity, using the Polymarket US API with your supplied API keys.

Does this tool support placing orders on prediction markets?

Yes, the tool supports order-capable workflows for prediction markets by leveraging the Polymarket US authenticated API or SDK for trading actions when required API keys are supplied.