Install
openclaw skills install polymarket-sniper-bot-standaloneAn autonomous trading agent for Polymarket (Polygon). Scans 15-minute markets for momentum and trades automatically. Includes dashboard, simulation mode, and live execution.
openclaw skills install polymarket-sniper-bot-standaloneProduction-ready autonomous trading agent for Polymarket. Features real-time momentum detection, HMAC-SHA256 order signing, and a Flask dashboard.
scripts/polymarket.py — Core trading enginescripts/dashboard.py — Monitoring UI (Port 5000)scripts/db.py — SQLite persistencescripts/agent.yaml — OpenClaw orchestrationscripts/bootstrap.sh — One-command setupscripts/config.yaml.example — Configuration templateDEPLOYMENT.md — Full setup guidegit 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
MIT — see LICENSE file.