A hyper-local weather monitoring tool that alerts you only when severe weather polygons physically intersect your specific address coordinates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nws-warning-bot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nws-warning-bot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The NWS Warning Bot is a technical solution designed to eliminate the noise of broad, county-level weather notifications. While traditional alerts trigger for an entire geographic region, this Openclaw Skills utility uses high-precision spatial geometry to check if your specific house or office falls within National Weather Service (NWS) warning polygons. By utilizing a ray-casting algorithm to process GeoJSON data, the bot ensures you are only notified when a Tornado or Severe Thunderstorm warning is physically headed for your coordinates, making it a vital component for anyone building localized emergency response systems using Openclaw Skills.
To get started with this Openclaw Skills automation, first obtain your decimal coordinates from Google Maps or a geocoder. Then, configure your environment and run the bot:
# Set your location variables
export WARNING_BOT_LAT=39.9612
export WARNING_BOT_LON=-82.9988
export WARNING_BOT_ADDRESS="123 Main St, Columbus, OH"
export WARNING_BOT_STATE="OH"
# Run a manual check
python3 scripts/warning-bot.py
# Automate via cron (every 5 minutes)
*/5 * * * * /path/to/warning-bot/scripts/warning-bot-cron.sh
The bot manages state and output through a simple file-based schema:
| File | Description |
|---|---|
data/warning-bot.db |
SQLite database tracking alert IDs with a 24-hour TTL to prevent duplicate notifications. |
data/alert-pending.txt |
A temporary file created when a warning is detected, containing the alert text for external scripts. |
data/warning-bot.log |
Execution logs for monitoring cron job health and API response status. |
Loading
A powerful AI agent skill to log meals, track nutrition progress, and manage calorie goals hands-free using Openclaw Skills.

A structured framework to decompose technical designs into granular, 2-5 minute tasks with mandatory verification steps.

A Socratic design refinement skill that ensures clear technical specifications through collaborative exploration and documentation before implementation.

An autonomous payment protocol enabling AI agents to conduct machine-to-machine micropayments using HTTP 402 and stablecoins.

A high-performance local speech-to-text microservice providing private, offline transcription for AI-driven voice workflows.

A high-efficiency skill that prioritizes native Linux and Python commands over AI inference for file processing and data manipulation.








































