An autonomous AI trading assistant that analyzes Polymarket data and real-world news to identify and execute profitable prediction market opportunities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-trading-bot
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 polymarket-trading-bot 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 Agent is a sophisticated tool designed for the Openclaw Skills ecosystem that transforms your AI agent into a professional Prediction Market Analyst. By combining real-time market data from the Polymarket API with extensive web research capabilities, this skill identifies discrepancies between market odds and real-world probability. Whether you are tracking political elections, economic shifts, or crypto price movements, this skill provides the analytical depth needed to gain a competitive edge in decentralized prediction markets.
This skill goes beyond simple data fetching by implementing advanced trading frameworks like news scalping, arbitrage detection, and sentiment analysis. It leverages the power of Openclaw Skills to provide proactive alerts, manage risk through strict bankroll management rules, and maintain a memory of your past trades to refine its strategy over time.
Ensure you have Python and Pip installed. You will also need a valid POLYMARKET_KEY.
First, install the skill through your agent interface. Then, run the post-install script to enable the global poly command:
Linux/Mac:
cd ~/.clawdbot/skills/polymarket-agent
chmod +x install.sh
./install.sh
Windows:
cd %USERPROFILE%\.clawdbot\skills\polymarket-agent
install.bat
Initialize your wallet and API credentials by running:
poly setup
The Polymarket Agent organizes data through the poly CLI and integrates with the agent's internal memory. It tracks the following metadata:
| Data Type | Description | Storage Source |
|---|---|---|
| Market Odds | Real-time prices for Yes/No outcomes | Polymarket API |
| Research Logs | Summarized news and sentiment data | Web Search Tools |
| User Portfolio | Current positions, P&L, and USDC balance | On-chain/API |
| Risk Profile | Conservative, Balanced, or Degen settings | Agent Memory |
| Trade History | Record of past executions and outcomes | Local Database |
Loading
A powerful integration for querying public Polymarket prediction market data without the need for authentication.

A streamlined automation utility for sending local images to Feishu users via the Feishu Open Platform API.

A dual-mode CAPTCHA recognition tool utilizing local Tesseract OCR and high-success third-party API providers.

A comprehensive A-share paper trading system for automated data fetching, strategy backtesting, and portfolio simulation.

An advanced AI agent skill that uses multi-modal memory and feedback loops to continuously optimize performance through meta-learning.

An automated utility for managing V2Ray proxy services and system-wide proxy settings via the command line.








































