mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-21 08:36:33 +03:00
Rename ghost-cli, jira-cli, jellyfin-cli, openlibrary-cli, tmdb-cli, and tempest-cli to ghost, jira, jellyfin, openlibrary, tmdb, and tempest via git mv. Rewrite frontmatter name fields to match new directories, rename bundled scripts preserving executable bits, update internal invocation strings and README quick-start examples, and relocate the jellyfin pytest suite to jellyfin/scripts/ with its SCRIPT constant now resolving to the renamed sibling script. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# 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
|
|
|
|
```bash
|
|
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.
|