A comprehensive CLI tool for tracking Polymarket prediction markets, monitoring price momentum, and simulating trades via a local paper trading system.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarketodds
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install polymarketodds using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polymarket skill is a robust integration designed for Openclaw Skills that allows developers and researchers to query decentralized prediction markets directly from their terminal. It provides real-time access to market odds, trending events, and volume data across diverse categories like politics, crypto, and technology. By leveraging the public Gamma API, this tool enables users to stay informed on global sentiment and market-driven forecasts without the need for complex web interfaces or account authentication.
Beyond simple data retrieval, this skill offers a suite of monitoring features tailored for power users. It allows for the tracking of specific market movements, the configuration of price-point alerts, and the maintenance of a local watchlist. It also includes a unique paper trading environment, enabling users to test their predictive accuracy with a simulated $10,000 balance, making it an essential resource for understanding market dynamics within the Openclaw Skills ecosystem.
Ensure you have python3 installed on your system. This skill is part of the Openclaw Skills collection and does not require any API keys or wallet connections for operation.
# Navigate to your local installation and test the connection
python3 scripts/polymarket.py trending
# Add a market to your watchlist to start tracking
python3 scripts/polymarket.py watch add trump-2028 --alert-at 60
The skill manages its state locally to ensure data privacy and persistence within the Openclaw Skills environment. All data is stored in the ~/.polymarket/ directory.
| File | Description |
|---|---|
watchlist.json |
Contains the list of watched markets, specific outcomes, and user-defined alert thresholds. |
portfolio.json |
Stores paper trading data, including current positions, trade history, and simulated cash balance. |
Market data returned by the skill includes current odds (Yes/No prices), price momentum indicators, total volume, bid/ask spreads, and time remaining until resolution.
Loading
A high-accuracy web search API optimized for AI agents to perform deep research with rich excerpts and citations.

Transform public web content into clean, LLM-ready Markdown for efficient AI data ingestion and processing.

An autonomous AI agent skill that executes complex tasks through web browsing and tool usage via the Manus API.

A high-performance CLI tool for executing and simulating token trades on the Solana blockchain via the Jupiter aggregator.

A powerful integration for querying Supabase projects and generating user analytics directly from your chat interface.

A local-first routing engine that prioritizes privacy and cost-efficiency by intelligently escalating LLM requests to the cloud only when necessary.








































