Overview
- Skill Key
- guohongbin-git/polymarket-arbitrage-cn
- Author
- guohongbin-git
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guohongbin-git/polymarket-arbitrage-cn
- Latest Commit SHA
- 2c3fc3d07c756f886da9617bd4800f9cdd4d920f
Polymarket 套利 | Polymarket Arbitrage. 预测市场套利机会 | Prediction market arbitrage opportunities. 自动发现价格差异 | Auto discover price differences. 触发词:Polymarket、预测市场、套利、arbitrage.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polymarket-arbitrage-cn 技能。 若已安装,则直接安装 polymarket-arbitrage-cn 技能。
# Polymarket Arbitrage Find and execute arbitrage opportunities on Polymarket prediction markets. ## Quick Start ### 1. Paper Trading (Recommended First Step) Run a single scan to see current opportunities: ```bash cd skills/polymarket-arbitrage pip install requests beautifulsoup4 python scripts/monitor.py --once --min-edge 3.0 ``` View results in `polymarket_data/arbs.json` ### 2. Continuous Monitoring Monitor every 5 minutes and alert on new opportunities: ```bash python scripts/monitor.py --interval 300 --min-edge 3.0 ``` Stop with `Ctrl+C` ### 3. Understanding Results Each detected arbitrage includes: - **net_profit_pct**: Edge after 2% fees - **risk_score**: 0-100, lower is better - **volume**: Market liquidity - **action**: What to do (buy/sell all outcomes) Good opportunities: - Net profit: 3-5%+ - Risk score: <50 - Volume: $1M+ - Type: `math_arb_buy` (safer) ## Arbitrage Types Detected ### Math Arbitrage (Primary Focus) **Type A: Buy All Outcomes** (prob sum < 100%) - Safest type - Guaranteed profit if executable - Example: 48% + 45% = 93% → 7% edge, ~5% net after fees **Type B: Sell All Outcomes** (prob sum > 100%) - Riskier (requires liquidity) - Need capital to collateralize - Avoid until experienced See `references/arbitrage_types.md` for detailed examples and strategies. ### Cross-Market Arbitrage Same event priced differently across markets (not yet implemented - requires semantic matching). ### Orderbook Arbitrage Requires real-time orderbook data (homepage shows midpoints, not executable prices). ## Scripts ### fetch_markets.py Scrape Polymarket homepage for active markets. ```bash python scripts/fetch_markets.py --output markets.json --min-volume 50000 ``` Returns JSON with market probabilities, volumes, and metadata. ### detect_arbitrage.py Analyze markets for arbitrage opportunities. ```bash python scripts/detect_arbitrage.py markets.json --min-edge 3.0 --output arbs.json ``` Accounts for: - 2% taker fees (per leg) -...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.