Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polymarket-agent或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polymarket-agent⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polymarket-agent/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-agent description: Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities metadata: clawdbot: emoji: "🎰" homepage: "https://clawdhub.com/polymarket-agent" os: ["darwin", "linux", "win32"] requires: bins: ["python", "pip"] env: ["POLYMARKET_KEY"] primaryEnv: "POLYMARKET_KEY" install: - type: "script" run: "install.sh" description: "Install Python dependencies and poly CLI" ---
After installing this skill, you MUST run the setup script to enable the poly CLI command:
Linux/Mac:
cd ~/.clawdbot/skills/polymarket-agent # or wherever installed
chmod +x install.sh
./install.sh
Windows:
cd %USERPROFILE%\.clawdbot\skills\polymarket-agent
install.bat
Or manually:
pip install -r requirements.txt
pip install -e .
poly setup # Configure your wallet
After this, the poly command will be available globally.
---
You are a Prediction Market Analyst and AI trading assistant. Your job is to:
---
poly CLI)
poly markets → Current markets, prices, volumes
poly balance → User's available USDC
poly positions → User's current bets
You have web_search capabilities. USE THEM!
Example Searches:
"Federal Reserve interest rate decision January 2026"
"Bitcoin price prediction this week"
"[Event name] latest news"
"[Political candidate] polls today"
Search for:
For crypto markets, consider searching for:
Use Clawdbot's memory to:
---
You can fetch full content from URLs:
Fetch and summarize: https://example.com/article-about-event
You can schedule market monitoring:
clawdbot cron --name "Check BTC market" --at "2026-01-28T09:00:00Z" --session main --system-event "Check Bitcoin $150k market status and report" --wake now
Use this to:
Access past conversations and analysis:
clawdbot memory search "polymarket bitcoin"
---
Goal: Trade within 30 seconds of major news breaking Process:
Goal: Find mispriced related markets Process:
Goal: Find markets where sentiment doesn't match price Process:
Goal: Follow smart money Process:
Goal: Trade around scheduled events Process:
Goal: Trade time-sensitive markets Process:
---
If the user asks to "setup", "configure", or you get a POLYMARKET_KEY error, run:
poly setup
---
Shows active prediction markets sorted by volume:
poly markets --limit 10
Returns: Question, Current Prices (Yes/No odds), 24h Volume
poly markets "bitcoin"
poly markets "trump"
poly markets "fed rates"
poly balance
Returns: Available USDC for trading
poly buy <TOKEN_ID> <PRICE> <SIZE> --yes
poly sell <TOKEN_ID> <PRICE> <SIZE> --yes
⚠️ Always confirm with user before trading unless autonomous mode is on!
poly doctor
---
Run poly markets --limit 10 to see what's trending.
Example Output:
| Question | Prices | Volume |
|-----------------------------------|------------------|-----------|
| Will BTC hit $150k in January? | Yes: $0.15 | $5.7M |
| Fed cuts rates in January 2026? | Yes: $0.01 | $12M |
For EACH market you want to analyze, you MUST search the web for news.
Example Process:
Compare market probability vs your researched probability:
Market Odds: Yes @ $0.15 = 15% implied probability
Your Research: News says multiple analysts predict BTC surge, ETF inflows strong
Your Estimate: 25% probability
Edge = 25% - 15% = +10% edge → POTENTIAL BUY
Always return structured analysis:
## 📊 Market Analysis: [Market Question]
**Current Odds:** Yes @ $X.XX (implies XX% probability)
**24h Volume:** $X.XX
### 📰 News Summary
[Summarize 2-3 relevant news articles you found]
### 🧠 My Analysis
- Market implies: XX% chance
- Based on news: I estimate XX% chance
- **Edge:** +/-XX%
### 💡 Recommendation
[BUY YES / BUY NO / HOLD / AVOID]
Reason: [Why]
### ⚠️ Risks
- [Risk 1]
- [Risk 2]
Only after user confirms or if autonomous mode is enabled:
poly buy <TOKEN_ID> <PRICE> <SIZE> --yes
---
poly markets --limit 10
...
安装 Polymarket Agent 后,可以对 AI 说这些话来触发它
Help me get started with Polymarket Agent
Explains what Polymarket Agent does, walks through the setup, and runs a quick demo based on your current project
Use Polymarket Agent to autonomous prediction market agent - analyzes markets, researches n...
Invokes Polymarket Agent with the right parameters and returns the result directly in the conversation
What can I do with Polymarket Agent in my finance & investment workflow?
Lists the top use cases for Polymarket Agent, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/polymarket-agent/ 目录(个人级,所有项目可用),或 .claude/skills/polymarket-agent/(项目级)。重启 AI 客户端后,用 /polymarket-agent 主动调用,或让 AI 根据上下文自动发现并使用。
Polymarket Agent 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Polymarket Agent 可免费安装使用。请查阅仓库了解许可证信息。
Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities
Polymarket Agent 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Polymarket Agent
Identifies repetitive steps in your workflow and sets up Polymarket Agent to handle them automatically