Clawdwatch: Open-source OSINT tool for real-time flight tracking, news scraping, and alerts

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
Clawdwatch: Open-source OSINT tool for real-time flight tracking, news scraping, and alerts
Ad

What Clawdwatch does

Clawdwatch is an open-source OSINT (Open Source Intelligence) CLI tool that aggregates real-time data from multiple sources. The developer built it to get faster information during geopolitical events, citing that during conflicts, "governments say one thing, news is 2 hours behind, and Twitter is 50% bots pushing narratives."

Current features

  • Flight tracking: Pulls live data from OpenSky Network (free), tracking 204+ flights over the Middle East in real-time
  • News scraping: Scrapes live news from Al Jazeera and AP (example: pulled "Iran strikes US military base in Bahrain" before it hit most US feeds)
  • Military aircraft detection: Watches for NATO callsigns and flags them
  • Emergency squawk monitoring: Alerts when a plane broadcasts 7700 (emergency), 7600 (radio failure), or 7500 (hijack)

Setup and usage

The tool requires Node.js and is installed with:

git clone https://github.com/cloudweaver/clawdwatch.git
cd clawdwatch
npm install
npm run watch

It starts pulling live data immediately after installation. The default region is the Middle East, but you can change it to Europe, USA, or Asia.

Ad

Alert configuration

For Telegram alerts (phone notifications when military aircraft enter airspace or sketchy events occur), you need to set up with BotFather, which takes about 5 minutes.

Additional features requiring API keys

  • Twitter/X monitoring (needs bearer token)
  • Satellite imagery via Sentinel Hub
  • Ship tracking via AIS (for watching tankers and naval movements)

Why this matters for developers

This type of tool demonstrates how developers can build their own intelligence gathering systems using publicly available data sources. The approach of combining flight data, news scraping, and alert systems creates a comprehensive monitoring tool that runs entirely locally without third-party services.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Open Source System Captures Claude Code Patterns into Evolving Documentation
Tools

Open Source System Captures Claude Code Patterns into Evolving Documentation

Developer Lee Fuhr has released three open source repositories that systematically capture and codify learnings from working with Claude Code. The system includes a methodology document with 14 principles and 19 patterns, an architecture classification framework, and a memory system with 149 features.

OpenClawRadar
Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally
Tools

Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally

A developer compared running Qwen3.5 397B locally on a $10K Mac Studio M3 Ultra 512GB and a $10K dual DGX Spark setup. The Mac Studio achieved 30-40 tok/s with 800 GB/s bandwidth but slow prefill, while the Sparks delivered 27-28 tok/s with faster compute but complex setup.

OpenClawRadar
LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs
Tools

LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs

LogClaw is an open-source log intelligence platform that runs on Kubernetes, ingests logs via OpenTelemetry, detects anomalies using signal-based composite scoring, and automatically creates tickets with root cause analysis in about 90 seconds.

OpenClawRadar
Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers
Tools

Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers

Sentinel is a free, open-source agent platform that runs directly on your existing Claude Code OAuth token without API overhead. It provides a clean operator UI with real-time browser automation via built-in VNC and includes features like Git gating, session trace logs, and structured hierarchical memory.

OpenClawRadar