ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

polymarket-api

查询Polymarket预测市场数据 / Query Polymarket prediction markets

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bombfuock/polymarket-data-api
Or

What This Skill Does

The polymarket-api skill provides an efficient interface for querying real-time prediction market data directly from Polymarket. As an OpenClaw AI agent capability, this tool allows users to fetch objective data on market trends, sentiment, and event outcomes without needing to manually browse websites. It supports retrieving trending markets based on 24-hour volume, searching for specific topics like political elections or economic events, and pulling detailed metadata for individual market slugs. Because it interacts with Polymarket’s public API, no authentication keys are required, making it highly accessible for rapid data gathering.

Installation

To install this skill, use the following command in your OpenClaw terminal:

clawhub install openclaw/skills/skills/bombfuock/polymarket-data-api

Ensure that you have python3 installed in your environment, as the underlying script relies on standard Python execution to interact with the API endpoints.

Use Cases

This skill is ideal for financial analysts, political researchers, and developers tracking crowd-sourced probability assessments. For instance, you can use it to monitor shifts in election betting odds in real-time. It is also perfect for creating automated dashboards that track the most popular prediction markets, allowing you to identify which global topics are currently garnering the most financial interest.

Example Prompts

  1. "What are the current top 5 trending markets on Polymarket by 24-hour volume?"
  2. "Search for any markets related to the 2024 Presidential Election and give me their current status."
  3. "Get the latest market details for the slug 'will-trump-win-the-2024-election' and output it as a clean JSON format."

Tips & Limitations

  • Data Accuracy: Always verify significant financial decisions against primary sources, as prediction market data represents sentiment, not absolute future certainty.
  • Formatting: Use the --json flag when you need to pipe the output into other scripts or data processing tools for deeper analysis.
  • Rate Limits: While public, the API may enforce rate limits; avoid high-frequency automated requests to ensure uninterrupted access.
  • Content: The skill focuses strictly on market metadata; it does not provide trading capabilities or account management.

Metadata

Author@bombfuock
Stars4190
Views0
Updated2026-04-18
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-bombfuock-polymarket-data-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#prediction#data#crypto
Safety Score: 5/5

Flags: network-access, external-api