polymarket-api
查询Polymarket预测市场数据 / Query Polymarket prediction markets
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bombfuock/polymarket-data-apiWhat 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
- "What are the current top 5 trending markets on Polymarket by 24-hour volume?"
- "Search for any markets related to the 2024 Presidential Election and give me their current status."
- "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
--jsonflag 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bombfuock-polymarket-data-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
weibo-login
登录微博账号的技能。使用浏览器扫码登录微博(weibo.com),用于保持会话状态以便后续抓取内容或发帖。当用户需要登录微博时使用此技能。
captcha-solver
验证码识别与解决 - 本地OCR识别 + 第三方API / CAPTCHA Recognition and Solving - Local OCR + Third-party APIs
v2ray-proxy
V2Ray代理管理 - 自动开关代理、根据网络状况自动配置系统代理 / V2Ray Proxy Management - Auto start/stop proxy based on network conditions
super-self-improving
超级自我优化智能体 - 多模态记忆、反馈循环、元学习、置信度校准 / Super Self-Improving Agent - Multi-modal Memory, Feedback Loops, Meta-Learning, Confidence Calibration
a-stock-trader
A股模拟交易系统 - 数据爬取、存储、策略回测、模拟交易 / A-Share Paper Trading System - Data Fetch, Storage, Backtest, Simulation