1.6k★by zbruceli
polymarket-trader – OpenClaw Skill
polymarket-trader is an OpenClaw Skills integration for coding workflows. Query Polymarket prediction markets - trending events, crypto, politics, sports, and search
Skill Snapshot
| name | polymarket-trader |
| description | Query Polymarket prediction markets - trending events, crypto, politics, sports, and search OpenClaw Skills integration. |
| owner | zbruceli |
| repository | zbruceli/unifai-trading-suitepath: skills/polymarket-trader |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @zbruceli/unifai-trading-suite:skills/polymarket-trader |
| last updated | Feb 7, 2026 |
Maintainer

name: polymarket-trader description: Query Polymarket prediction markets - trending events, crypto, politics, sports, and search homepage: https://polymarket.com user-invocable: true metadata: {"moltbot":{"emoji":"🔮","requires":{"env":["UNIFAI_AGENT_API_KEY","GOOGLE_API_KEY"]},"primaryEnv":"UNIFAI_AGENT_API_KEY"}}
Polymarket Trader
Query Polymarket, the leading decentralized prediction market on Polygon blockchain.
About Polymarket
Polymarket is a decentralized prediction market platform where users can trade on the outcomes of real-world events. It operates on the Polygon blockchain using USDC.e for settlements.
Commands
Trending Events
python3 {baseDir}/scripts/polymarket.py trending
Get currently trending prediction events.
Crypto Markets
python3 {baseDir}/scripts/polymarket.py crypto
Get cryptocurrency-related prediction markets.
Politics Markets
python3 {baseDir}/scripts/polymarket.py politics
Get political prediction markets.
Search Markets
python3 {baseDir}/scripts/polymarket.py search "<query>"
Search markets by keyword.
Category Markets
python3 {baseDir}/scripts/polymarket.py category <name>
Get markets by category (trending, new, politics, crypto, tech, culture, sports, world, economy).
Output Format
Results include:
- Event/market title
- YES/NO prices (probability)
- Trading volume
- Liquidity
- End date
Categories
| Category | Description |
|---|---|
| trending | Most popular markets |
| new | Recently created markets |
| politics | Political events and elections |
| crypto | Cryptocurrency predictions |
| tech | Technology sector events |
| culture | Entertainment and culture |
| sports | Sports outcomes |
| world | Global events |
| economy | Economic indicators |
Example Usage
User: "What's trending on Polymarket?"
Assistant: I'll fetch the trending events from Polymarket.
python3 {baseDir}/scripts/polymarket.py trending
User: "Search for Bitcoin markets"
Assistant: Let me search Polymarket for Bitcoin-related markets.
python3 {baseDir}/scripts/polymarket.py search "bitcoin"
Requirements
UNIFAI_AGENT_API_KEY- UnifAI SDK key for Polymarket toolsGOOGLE_API_KEY- Gemini API key for LLM processing
API Information
- Data Source: UnifAI Polymarket tools (toolkit ID: 127)
- Available Tools: search, getEventsByCategory, getPrices, getOrderBooks
- Rate Limits: UnifAI API rate limits apply
Notes
- This tool is read-only (trading requires wallet authentication)
- Prices shown as decimals (0.75 = 75% probability)
- Markets settle on Polygon blockchain
- USDC.e used for trading
- Not available in restricted jurisdictions
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- `UNIFAI_AGENT_API_KEY` - UnifAI SDK key for Polymarket tools - `GOOGLE_API_KEY` - Gemini API key for LLM processing
FAQ
How do I install polymarket-trader?
Run openclaw add @zbruceli/unifai-trading-suite:skills/polymarket-trader in your terminal. This installs polymarket-trader into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/zbruceli/unifai-trading-suite. Review commits and README documentation before installing.
