TopRank Skills

Home / Claw Skills / API Integration / weather-intelligence-digest
Official OpenClaw rules 36%

weather-intelligence-digest

Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 weather-intelligence-digest 技能。 若已安装,则直接安装 weather-intelligence-digest 技能。

Overview

Skill Key
dannyboy1241/weather-intelligence-digest-fresh
Author
dannyboy1241
Source Repo
openclaw/skills
Version
-
Source Path
skills/dannyboy1241/weather-intelligence-digest-fresh
Latest Commit SHA
fc9a494ca2d9f9d6d24d8dd585f92bc7a7ac66df

Extracted Content

SKILL.md excerpt

# Weather Intelligence Digest

Generate a daily Weather Intelligence Digest using NOAA / NWS data.

## Setup

1. **Dependencies:** `python3`, `pip`.
2. Optional but recommended: `python3 -m venv .venv && source .venv/bin/activate`.
3. `pip install -r requirements.txt`.
4. Copy `config.example.json` to `config.json` and customize the `locations` list with `name`, `lat`, `lon` pairs.

## Usage

```bash
python3 weather_digest.py --config config.json --output digest.md
```

Output is Markdown; convert to PDF/email as needed.

## Configuration Notes

- Data source: `api.weather.gov` (no API key required; feel free to customize the User-Agent string in the script).
- Each location fetches forecast + alerts; add/remove fields as needed.
- Extend the template by editing `build_digest` in `weather_digest.py`.

README excerpt

# Weather Intelligence Digest Skill

This skill builds a daily briefing that highlights forecasts and severe-weather alerts for a list of locations. It relies entirely on NOAA/NWS public APIs, so there are no keys to manage.

## Features

- Pulls the latest gridpoint forecast (today + tonight) for each configured city
- Surfaces active alerts with severity badges, local expiration times, and trimmed instructions
- Produces Markdown, HTML (with selectable color themes), and JSON so you can publish, embed, or automate the digest anywhere

## Quick Start

```bash
cd skills/weather-digest
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp config.example.json config.json  # customize locations
python weather_digest.py \
  --config config.json \
  --output digest.md \
  --html digest.html \
  --json digest.json \
  --theme daybreak  # midnight (dark) by default
```

## Sample Output

```
# Weather Intelligence Digest
*Generated Tuesday, February 10 2026*

## New York City
**Nearest location:** New York, NY
### Outlook
- **Today**: 42°F, Light Rain (winds 10 mph S)
- **Tonight**: 35°F, Chance Rain/Snow (winds 5 mph NW)

### Active Alerts
- No active alerts
```

Customize the template by editing `build_digest` in `weather_digest.py`. Ship-ready marketing copy lives in `landing-page.md`, pricing guidance in `pricing.md`, automation recipes in `automation.md`, and theme notes in `themes.md`.

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.