返回 Skill 列表
extension
分类: 其它需要 API Key

Polymarket Sniper Bot (Standalone)

Polymarket(Polygon)自动交易代理,扫描15分钟市场动量并自动执行交易,包含仪表盘、模拟模式等。

person作者: wjs829hubclawhub

Polymarket Sniper Bot Skill 🚀

Production-ready autonomous trading agent for Polymarket. Features real-time momentum detection, HMAC-SHA256 order signing, and a Flask dashboard.

✨ Features

  • Auto-Scanning: Cron-driven market scans every 5 minutes
  • Momentum Strategy: 15-minute candle RSI + volume surge detection
  • CLOB Integration: Direct Polymarket order book API
  • Dashboard: Real-time positions, balance, and logs (Flask)
  • Simulation Mode: Paper-trade safely before going live

📦 What's Included

  • scripts/polymarket.py — Core trading engine
  • scripts/dashboard.py — Monitoring UI (Port 5000)
  • scripts/db.py — SQLite persistence
  • scripts/agent.yaml — OpenClaw orchestration
  • scripts/bootstrap.sh — One-command setup
  • scripts/config.yaml.example — Configuration template
  • DEPLOYMENT.md — Full setup guide

🛠️ Quick Start

git clone https://github.com/wjs829/polymarket-sniper-skill.git
cd polymarket-sniper-skill/scripts
chmod +x bootstrap.sh && ./bootstrap.sh
python3 dashboard.py  # View at http://localhost:5000

📜 License

MIT — see LICENSE file.