Files
magnus919_agent-skills/tempest
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 2619ba395f docs(skills): add When-not-to-use boundaries to renamed skills
The quality validator enforces an imperative-verb description plus a
negative boundary on every changed SKILL.md. The six renamed skills and
cli-builder carried no substantive boundary, so add a tailored
When-not-to-use section to each naming concrete alternatives (dashboard
administration, sibling platforms, adjacent skills). cli-builder lands
at 499 lines, inside the 500-line budget.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-26 02:26:59 -04:00
..

Tempest — Hyper-Local Weather from Your Station

Query live weather data from a WeatherFlow Tempest station. Current conditions, 7-day forecast, historical observations, and real-time UDP broadcasts.

Why Install This Skill

When your agent loads this skill, it can check hyper-local weather from your own station — more accurate than generic services. That means:

  • Current conditions — temperature, humidity, wind, rain, UV, solar radiation, barometric pressure
  • 7-day forecast — daily and hourly outlook with precipitation probability
  • Historical data — past observations for analysis
  • Real-time UDP — local broadcast reception without cloud dependency
  • Auto-discovery — finds your station and sensors automatically

What You Get

Directory Purpose
SKILL.md Complete command reference with examples
scripts/tempest CLI tool for WeatherFlow Tempest API
references/ API field layout reference

Quick Start

export TEMPEST_TOKEN="your-token-here"
tempest current
tempest forecast

Triggers

Load this for weather, temperature, rain, wind, humidity, forecast, or conditions from a specific Tempest station.

Requirements

Python 3.8+ with requests library. Free token from weatherflow.com.