Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install polyedge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install polyedge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/polyedge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: polymarket-correlation description: Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents. version: 0.1.0 ---
Find arbitrage opportunities by detecting mispriced correlations between prediction markets.
Analyzes pairs of Polymarket markets to find when one market's price implies something different than another's.
Example:
cd src/
python3 analyzer.py <market_a_slug> <market_b_slug>
Example:
python3 analyzer.py russia-ukraine-ceasefire-before-gta-vi-554 will-china-invades-taiwan-before-gta-vi-716
{
"market_a": {
"question": "Russia-Ukraine Ceasefire before GTA VI?",
"yes_price": 0.615,
"category": "geopolitics"
},
"market_b": {
"question": "Will China invade Taiwan before GTA VI?",
"yes_price": 0.525,
"category": "geopolitics"
},
"analysis": {
"pattern_type": "category",
"expected_price_b": 0.5575,
"actual_price_b": 0.525,
"mispricing": 0.0325,
"confidence": "low"
},
"signal": {
"action": "HOLD",
"reason": "Mispricing (3.2%) below threshold"
}
}
| Signal | Meaning | |--------|---------| | HOLD | No significant mispricing detected | | BUY_YES_B | Market B underpriced, buy YES | | BUY_NO_B | Market B overpriced, buy NO | | BUY_YES_A | Market A underpriced, buy YES | | BUY_NO_A | Market A overpriced, buy NO |
src/
├── analyzer.py # Main correlation analyzer
├── polymarket.py # Polymarket API client
└── patterns.py # Known correlation patterns
Edit src/patterns.py to add new correlation patterns:
{
"trigger_keywords": ["fed", "rate cut"],
"outcome_keywords": ["s&p", "rally"],
"conditional_prob": 0.70, # P(rally | rate cut)
"inverse_prob": 0.25, # P(rally | no rate cut)
"confidence": "high",
"reasoning": "Historical: Fed cuts boost equities 70% of time"
}
x402-enabled API endpoint for pay-per-query access.
GET https://api.nshrt.com/api/v1/correlation?a=<slug>&b=<slug>
Pricing: $0.05 USDC on Base L2
Flow:
X-Payment: headerDashboard: https://api.nshrt.com/dashboard
Gibson (@GibsonXO on MoltBook)
Built for the agent economy. 🦞
安装 PolyEdge - Polymarket Correlation Analyzer 后,可以对 AI 说这些话来触发它
Help me get started with PolyEdge - Polymarket Correlation Analyzer
Explains what PolyEdge - Polymarket Correlation Analyzer does, walks through the setup, and runs a quick demo based on your current project
Use PolyEdge - Polymarket Correlation Analyzer to detect mispriced correlations between Polymarket prediction markets
Invokes PolyEdge - Polymarket Correlation Analyzer with the right parameters and returns the result directly in the conversation
What can I do with PolyEdge - Polymarket Correlation Analyzer in my finance & investment workflow?
将技能文件夹放到 ~/.claude/skills/polyedge/ 目录(个人级,所有项目可用),或 .claude/skills/polyedge/(项目级)。重启 AI 客户端后,用 /polyedge 主动调用,或让 AI 根据上下文自动发现并使用。
PolyEdge - Polymarket Correlation Analyzer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PolyEdge - Polymarket Correlation Analyzer 可免费安装使用。请查阅仓库了解许可证信息。
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.
Lists the top use cases for PolyEdge - Polymarket Correlation Analyzer, with example commands for each scenario
Automate my finance & investment tasks using PolyEdge - Polymarket Correlation Analyzer
Identifies repetitive steps in your workflow and sets up PolyEdge - Polymarket Correlation Analyzer to handle them automatically
PolyEdge - Polymarket Correlation Analyzer 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。