Weather Intelligence Digest for Openclaw

An automated tool to generate comprehensive weather forecasts and alert summaries using real-time NOAA data.

dannyboy1241
v1.0.0
Feb 19, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install weather-intelligence-digest-fresh

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install weather-intelligence-digest-fresh using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Weather Intelligence Digest?

The Weather Intelligence Digest is a specialized utility within the Openclaw Skills ecosystem designed to fetch and aggregate meteorological data directly from the National Weather Service (NOAA). It provides developers and power users with a streamlined way to monitor multiple geographic locations, pulling both high-level forecasts and critical weather alerts into a single, digestible Markdown document.

By leveraging the open API from weather.gov, this skill eliminates the need for complex API keys while maintaining high reliability for localized weather monitoring. It is ideal for those building automated daily briefings or monitoring systems that require accurate, government-sourced weather data without the overhead of commercial weather platforms.

Weather Intelligence Digest Use Cases

  • Monitoring severe weather alerts across multiple project sites or office locations simultaneously.
  • Generating daily weather briefings for automated email newsletters or internal team updates.
  • Tracking localized weather conditions for logistics, construction scheduling, and outdoor event planning.
  • Integrating real-time meteorological data into personal productivity dashboards or smart home displays.

How Weather Intelligence Digest Works

  1. The skill reads the user-defined config.json file to identify specific coordinates (latitude and longitude) for tracking.
  2. It initiates requests to the NOAA (api.weather.gov) API to retrieve current forecast data and active weather alerts for each point.
  3. The script processes the raw JSON response, filtering for relevant meteorological fields and alert severity levels.
  4. A Markdown-formatted digest is compiled using the internal template structure provided in the python logic.
  5. The final report is exported as a file, ready for further conversion to PDF, email, or web display.

Weather Intelligence Digest Setup

To get started with this entry in your Openclaw Skills library, follow these steps:

  1. Ensure you have python3 and pip installed on your system.
  2. Create and activate a virtual environment (recommended):
python3 -m venv .venv && source .venv/bin/activate
  1. Install the required Python dependencies:
pip install -r requirements.txt
  1. Configure your locations by copying the example file:
cp config.example.json config.json
  1. Edit config.json to include your desired name, lat, and lon pairs for each location you wish to track.

Weather Intelligence Digest Data Schema & Taxonomy

The skill manages data through a simple JSON configuration and outputs structured Markdown for easy parsing:

Component Description
config.json Stores an array of location objects containing name, lat, and lon.
digest.md The generated output containing forecast summaries and alert details.
User-Agent Customizable string for API identification as per NOAA requirements.
build_digest The internal function that defines the Markdown structure of the output.

Weather Intelligence Digest Advanced Features

  • Support for multi-location monitoring in a single execution for global or regional oversight.
  • No API key requirement, making it one of the most accessible Openclaw Skills for weather data.
  • Fully customizable Markdown template within the weather_digest.py script for bespoke reporting styles.
  • Comprehensive alert monitoring capability that extracts severity, headlines, and specific weather warnings.
  • Lightweight CLI interface perfectly suited for cron jobs and headless server environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins python3pip
Github Stars: 0
forks: 0

Featured*