Install
openclaw skills install polymarket-news-monitorMonitor official Polymarket sources (The Oracle blog, API status) for important updates, security alerts, and breaking news. Automatic importance scoring with instant notifications for critical events.
openclaw skills install polymarket-news-monitorStay informed about Polymarket updates, security alerts, and critical events
Automatically monitors official Polymarket sources and alerts you when something important happens.
# Clone skill
git clone https://github.com/yourusername/polymarket-news-monitor.git
cd polymarket-news-monitor
# Install (no dependencies!)
python3 scripts/polymarket-monitor.py
# Run once
python3 scripts/polymarket-monitor.py
# With custom data directory
python3 scripts/polymarket-monitor.py --data-dir /path/to/data
# Lower threshold (more alerts)
python3 scripts/polymarket-monitor.py --min-importance 2
# Check every 30 minutes
*/30 * * * * /path/to/polymarket-monitor.py --data-dir /path/to/data
# Check every hour with notifications
0 * * * * /path/to/polymarket-monitor.py --config config.json
{
"data_dir": "./data",
"check_interval": 1800,
"min_importance": 4,
"notification": {
"enabled": true,
"method": "webhook",
"webhook": "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
}
}
}
| Method | Description | Setup |
|---|---|---|
console | Print to stdout | Default, no setup |
webhook | HTTP POST to URL | Set webhook URL |
telegram | Telegram bot (coming soon) | Set telegram_token and chat_id |
email | Email alerts (coming soon) | Set SMTP credentials |
| Score | Level | Action |
|---|---|---|
| ≥ 7 | 🔴 Critical | Immediate notification |
| 4-6 | 🟠 High | Standard notification |
| 2-3 | 🟡 Medium | Log only (if min_importance ≤ 3) |
🔍 Polymarket News Monitor
==================================================
[2026-02-21 14:08:16] Starting Polymarket News Monitor
[2026-02-21 14:08:16] =
==================================================
[2026-02-21 14:08:16] Checking The Oracle...
[2026-02-21 14:08:17] Found: 5 new articles
[2026-02-21 14:08:17] Checking API status...
[2026-02-21 14:08:18] Found: 0 issues
[2026-02-21 14:08:18] =
==================================================
[2026-02-21 14:08:18] Total: 5 items, 2 important
[2026-02-21 14:08:18] 🚨 IMPORTANT ALERTS:
🔴 **Polymarket Alert** (The Oracle) - HIGH
**New Security Guidelines Released**
🔗 URL: https://news.polymarket.com/p/security-update
📅 Time: Mon, 21 Feb 2026 13:00:00 GMT
⚡ Importance: 8/10
🏷️ Keywords: security, phishing, credential
---
| File | Description |
|---|---|
data/news_state.json | Seen articles hash (deduplication) |
data/alerts.json | Important alerts history |
data/monitor.log | Runtime log |
https://news.polymarket.com/feed - RSS feedhttps://clob.polymarket.com/health - API health✅ No sensitive data stored
✅ No API keys required
✅ Read-only monitoring
✅ Local data only
This is an unofficial monitoring tool. Always verify information on official Polymarket channels. Not affiliated with Polymarket.
MIT - Free for personal and commercial use.
Created for ClawHub 🦞
Version: 1.0.0
Last Updated: 2026-02-21