An automated tool to generate comprehensive weather forecasts and alert summaries using real-time NOAA data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-intelligence-digest-fresh
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 weather-intelligence-digest-fresh using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
To get started with this entry in your Openclaw Skills library, follow these steps:
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp config.example.json config.json
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. |
Loading
A Python-powered automation tool that generates detailed weather briefings and alert monitoring reports using real-time NOAA/NWS data.

An AI-powered health assistant that provides personalized coaching by analyzing data from popular wearables and manual logs.

A deterministic preflight scanner that identifies technical risks and workflow smells in ArcGIS Pro projects via pay-per-request automation.

An AI-powered lead generation agent that monitors VKontakte groups to identify and filter math tutoring requests for educators.

A local, fast, and private semantic memory layer that allows AI agents to store facts, decisions, and context with biological decay and relationship mapping.

A sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.








































