ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

geospatial-osint

Open-source geospatial intelligence gathering and visualization dashboard. Use when building Worldview-style spy thriller dashboards, monitoring geopolitical events, or analyzing multi-source OSINT. Covers satellite tracking, live flights (commercial + military), maritime traffic, street cameras, seismic data, and real-time visualization with post-processing effects. Supports 3D globe rendering with CRT/NVG/thermal modes, time-based replay, and multi-agent development workflows.

Why use this skill?

Learn to build high-fidelity geospatial intelligence dashboards with the OpenClaw geospatial-osint skill. Real-time satellite, flight, and maritime data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/imjohnathanblog-spec/geospatial-osint
Or

What This Skill Does

The geospatial-osint skill provides a robust framework for building high-fidelity intelligence dashboards using the OpenClaw agent ecosystem. It serves as a bridge between raw data streams—such as satellite telemetry, maritime AIS, and flight tracking—and a sophisticated 3D visualization engine powered by Cesium.js and Three.js. This skill is designed to handle multi-agent orchestration, allowing you to synthesize diverse data sets into a singular, cohesive "Worldview-style" dashboard capable of rendering real-time events with advanced post-processing effects like NVG, thermal, and CRT displays.

Installation

To integrate this skill into your environment, use the OpenClaw hub command: clawhub install openclaw/skills/skills/imjohnathanblog-spec/geospatial-osint Ensure you have configured your environment variables if using paid API keys for high-frequency data streams. The skill automatically scaffolds the necessary Cesium viewports and effect pipelines upon initialization.

Use Cases

This skill is built for OSINT researchers, cybersecurity professionals, and creative technologists. Common use cases include:

  • Geopolitical Event Monitoring: Aggregating flight, ship, and seismic data to track regional developments.
  • Satellite Tracking: Visualizing complex orbital trajectories using CelesTrak TLE data.
  • Intelligence Dashboards: Creating cinematic-quality monitoring stations for mission control simulations or spy-thriller projects.
  • Urban Analytics: Mapping road networks via OSM and overlaying CCTV feeds for neighborhood security analysis.

Example Prompts

  1. "Initialize a Worldview dashboard focused on the Mediterranean region, overlaying real-time ADS-B flight data and MarineTraffic ship positions with an NVG post-processing effect applied."
  2. "Update the 3D globe to track the latest LEO satellite constellation passes for the current coordinates, and set the visualization mode to thermal for better contrast against the terrain."
  3. "Analyze the last 24 hours of USGS seismic data near the Pacific Ring of Fire and visualize the magnitude events as interactive spheres on the 3D globe."

Tips & Limitations

  • Data Freshness: While ADS-B and flight data update every 5 seconds, ensure you manage polling intervals effectively to avoid API rate limiting.
  • Resource Usage: 3D globe rendering and post-processing (bloom/scanlines) are GPU-intensive; consider disabling complex shaders on lower-end devices.
  • Dependency Management: Keep your TLE (Two-Line Element) datasets current by automating periodic refreshes to maintain accuracy in satellite tracking.
  • Security: Be mindful that integrating public CCTV feeds from services like Insecam may fall into a grey area of ethics; ensure your usage aligns with local regulations and ethical guidelines.

Metadata

Stars2287
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-imjohnathanblog-spec-geospatial-osint": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#osint#geospatial#cesium#visualization#satellite-tracking
Safety Score: 3/5

Flags: network-access, external-api, code-execution