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 - INLINECODE1 — Monitoring UI (Port 5000)
- INLINECODE2 — SQLite persistence
- INLINECODE3 — OpenClaw orchestration
- INLINECODE4 — One-command setup
- INLINECODE5 — Configuration template
- INLINECODE6 — Full setup guide
🛠️ Quick Start
CODEBLOCK0
📜 License
MIT — see LICENSE file.
技能名称: polymarket-sniper
详细描述:
Polymarket 狙击机器人技能 🚀
面向生产环境的Polymarket自主交易代理。具备实时动量检测、HMAC-SHA256订单签名及Flask仪表盘功能。
✨ 功能特性
- - 自动扫描: 基于Cron任务每5分钟执行市场扫描
- 动量策略: 15分钟K线RSI指标 + 成交量激增检测
- CLOB集成: 直接对接Polymarket订单簿API
- 仪表盘: 实时查看持仓、余额及日志(Flask框架)
- 模拟模式: 上线前可安全进行纸面交易测试
📦 包含内容
- - scripts/polymarket.py — 核心交易引擎
- scripts/dashboard.py — 监控界面(端口5000)
- scripts/db.py — SQLite持久化存储
- scripts/agent.yaml — OpenClaw编排配置
- scripts/bootstrap.sh — 一键安装脚本
- scripts/config.yaml.example — 配置模板文件
- DEPLOYMENT.md — 完整部署指南
🛠️ 快速开始
bash
git clone https://github.com/wjs829/polymarket-sniper-skill.git
cd polymarket-sniper-skill/scripts
chmod +x bootstrap.sh && ./bootstrap.sh
python3 dashboard.py # 访问 http://localhost:5000 查看
📜 许可证
MIT协议 — 详见LICENSE文件