skills$openclaw/polymarket-trader
zbruceli1.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

1.6k stars211 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepolymarket-trader
descriptionQuery Polymarket prediction markets - trending events, crypto, politics, sports, and search OpenClaw Skills integration.
ownerzbruceli
repositoryzbruceli/unifai-trading-suitepath: skills/polymarket-trader
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zbruceli/unifai-trading-suite:skills/polymarket-trader
last updatedFeb 7, 2026

Maintainer

zbruceli

zbruceli

Maintains polymarket-trader in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
polymarket-trader
scripts
polymarket.py
4.1 KB
SKILL.md
2.7 KB
SKILL.md

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.

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

CategoryDescription
trendingMost popular markets
newRecently created markets
politicsPolitical events and elections
cryptoCryptocurrency predictions
techTechnology sector events
cultureEntertainment and culture
sportsSports outcomes
worldGlobal events
economyEconomic 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 tools
  • GOOGLE_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
README.md

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.