polymarket
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dannyshmueli/polymarket-apiWhat This Skill Does
The Polymarket skill for OpenClaw provides a direct interface to the Polymarket prediction market API, enabling users to fetch real-time data on event probabilities, betting odds, and market liquidity. By leveraging the gamma-api.polymarket.com endpoint, this skill transforms complex market data into human-readable insights. It allows you to search across thousands of prediction markets, track 24-hour trading volumes, and monitor specific outcomes for political, economic, and cultural events. The skill simplifies the process of checking sentiment by translating raw price feeds into clear probability percentages, helping users understand the market-implied likelihood of various future occurrences.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dannyshmueli/polymarket-api
Ensure that your OpenClaw installation is up-to-date and that you have the necessary permissions to execute scripts located in the skills/polymarket/scripts/ directory. Once installed, the polymarket.py script will be accessible via the agent's command interface.
Use Cases
This skill is ideal for researchers, financial analysts, and curious individuals looking for objective probability estimates for news events. Key use cases include:
- Political Forecasting: Monitoring election win probabilities based on real-time market data.
- Economic Sentiment Analysis: Assessing market predictions for interest rate changes or inflationary trends.
- Trend Tracking: Identifying high-liquidity markets to gauge which topics are currently driving the most betting volume.
- Automated Reporting: Integrating market data into broader analysis workflows to compare betting odds against traditional polling data.
Example Prompts
- "Check the current betting odds for the next presidential election on Polymarket."
- "What are the top 5 most traded markets on Polymarket by 24-hour volume right now?"
- "Search for markets related to Bitcoin price and provide the current probability of it hitting $100k."
Tips & Limitations
- Interpretation: Always look at the total volume before trusting a price. Markets with low liquidity may show volatile prices that do not accurately represent real-world consensus.
- Probability: Remember that
outcomePricesare expressed as decimals between 0 and 1. A price of 0.65 represents a 65% perceived probability of the 'Yes' outcome. - Data Scope: This skill provides read-only access to public API data and cannot place bets or manage accounts. It is strictly for information retrieval and analytical purposes.
- Refresh Frequency: While the data is real-time, market prices change rapidly; ensure you trigger the skill immediately before needing the data to ensure the highest accuracy.
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-dannyshmueli-polymarket-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
edge-tts-unlimited
Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.
Jits Builder
Skill by dannyshmueli
red-alert
Israel Red Alert API — real-time and historical rocket/missile alert data. Query alerts by city, time range, generate shelter time stats. Uses redalert.orielhaim.com (socket.io for real-time) and tzevaadom.co.il (REST for history).
table-image-generator
Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.
anima
Turns ideas into live, full-stack web applications with editable code, built-in database, user authentication, and hosting. Anima is the design agent in the AI swarm, giving agents design awareness and brand consistency when building interfaces. Three input paths: describe what you want (prompt to code), clone any website (link to code), or implement a Figma design (Figma to code). Also generates design-aware code from Figma directly into existing codebases. Triggers when the user provides Figma URLs, website URLs, Anima Playground URLs, asks to design, create, build, or prototype something, or wants to publish or deploy.