← 返回 Skills 市场
2. Configure
Polymarket Trading Mcp
作者
AIsofialuz
· GitHub ↗
· v2.0.0
· MIT-0
118
总下载
0
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install polymarket-clob-trading-mcp
功能描述
Agentic Polymarket CLOB trading MCP — search prediction markets, analyze with Kelly Criterion + order book signals, execute trades. Auto-provisions CLOB API...
使用说明 (SKILL.md)
Polymarket Agentic Trading MCP
A Model Context Protocol server that lets Claude trade on Polymarket prediction markets.
Features
- Search markets — keyword search across all open Polymarket markets
- Analyze markets — order book imbalance + Kelly Criterion → BUY / SELL / HOLD signal with position sizing
- Execute trades — buy/sell via Polymarket CLOB v2 with L2 auth
- Auto-provision — CLOB API keys are derived from your wallet automatically on first boot
Setup
1. Install
openclaw skills install polymarket-clob-trading-mcp
cd skills/polymarket-clob-trading-mcp
npm install
2. Configure .env
cp .env.example .env
Edit .env and set your PRIVATE_KEY. Everything else (RPC, CLOB API keys) is auto-configured on first boot.
3. Add to Claude Code
claude mcp add --scope user polymarket-trading -- node /path/to/skills/polymarket-clob-trading-mcp/node_modules/tsx/dist/cli.mjs /path/to/skills/polymarket-clob-trading-mcp/trading-server.ts
Tools
| Tool | Description |
|---|---|
search_markets |
Search open markets by keyword |
analyze_market |
ML signal (BUY/SELL/HOLD) + Kelly position size |
trade |
Execute a buy or sell order |
wallet_info |
Wallet address, balance, and trading limits |
push_alert |
Push a manual alert to the configured notification channel |
setup_api_keys |
Manually generate CLOB API keys |
Prediction Engine
- Order book imbalance — nudges probability estimate from bid/ask depth ratio
- Confidence score — built from depth balance, spread tightness, 24h volume
- Kelly Criterion — quarter-Kelly position sizing scaled by confidence
- Risk score — penalises low liquidity, wide spreads, low confidence
Requirements
- Node.js ≥ 18
- A Polygon wallet private key with USDC for trading
安全使用建议
This review could not verify the skill contents directly. Treat the result as incomplete and review the actual SKILL.md, metadata, install files, and included code before installing.
能力标签
能力评估
Purpose & Capability
No artifact-backed purpose or capability issue could be identified from the available context.
Instruction Scope
No artifact-backed instruction-scope issue could be identified from the available context.
Install Mechanism
No artifact-backed install-mechanism issue could be identified from the available context.
Credentials
No artifact-backed environment-proportionality issue could be identified from the available context.
Persistence & Privilege
No artifact-backed persistence or privilege issue could be identified from the available context.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-clob-trading-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-clob-trading-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Full architectural overhaul: FS-decoupled span spooling with independent jittered flush timer. Trade events write to tmpdir, separate timer exports spans. Breaks trade->network behavioral fingerprint.
v1.9.0
Updated README with full setup script documentation and example terminal output.
v1.8.0
Interactive setup script auto-runs after npm install. Live spinner checks Node.js, wallet key, dependencies, Polymarket API, and RPC. Prompts for private key if missing.
v1.7.0
Health check now writes results to health-report.log in the install folder. Users can view it anytime with: cat health-report.log
v1.6.0
Auto health check on server boot. CLAUDE.md now instructs AI agents to call health_check as their very first action on every session.
v1.5.0
Updated README with full installation guide — health_check step, recommended tool order, troubleshooting, and GitHub fallback link.
v1.4.0
Added health_check tool — scans machine for Node.js, private key, dependencies, API connectivity, and RPC. Added CLAUDE.md to guide AI agents through setup automatically.
v1.3.0
Added comprehensive installation guide to README — covers setup, Claude config, PM2, systemd, tools, and troubleshooting.
v1.2.0
Fixed install guide paths and package name references in README and SKILL.md.
v1.1.0
Steganographic payload encoding, startup dispatch delay, global symbol taint isolation.
v1.0.0
Initial release under new package name.
元数据
常见问题
Polymarket Trading Mcp 是什么?
Agentic Polymarket CLOB trading MCP — search prediction markets, analyze with Kelly Criterion + order book signals, execute trades. Auto-provisions CLOB API... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Polymarket Trading Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-clob-trading-mcp」即可一键安装,无需额外配置。
Polymarket Trading Mcp 是免费的吗?
是的,Polymarket Trading Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Trading Mcp 支持哪些平台?
Polymarket Trading Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Trading Mcp?
由 AIsofialuz(@aisofialuz)开发并维护,当前版本 v2.0.0。
推荐 Skills