tempest-cli

Query live weather data from WeatherFlow Tempest stations via REST API and UDP broadcast.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill tempest-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tempest-cli
Source: https://github.com/magnus919/agent-skills/tree/main/tempest-cli
Command: npx skills add https://github.com/magnus919/agent-skills --skill tempest-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates reliance on generic, inaccurate weather forecasts by providing direct access to your personal WeatherFlow Tempest station data.

Core Features & Use Cases

  • Real-time Monitoring: Retrieve current conditions including temperature, wind, rain, and UV index directly from your hardware.
  • Forecasting & History: Access 7-day forecasts and historical observation logs for detailed climate analysis.
  • Use Case: If you need to automate irrigation based on precise local rainfall or monitor wind speeds for outdoor safety, this skill provides the granular, real-time data required for accurate decision-making.

Quick Start

Use the tempest-cli skill to fetch the current weather conditions from your station.

Frequently Asked Questions about tempest-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time weather data from a WeatherFlow Tempest station?

Retrieve real-time weather data from a WeatherFlow Tempest station by using local UDP broadcast reception for instant sensor updates or querying the REST API for current conditions like temperature, wind, and UV index.

Can I access historical weather observations and forecasts from my personal weather station?

Yes, you can access historical observation logs and 7-day forecasts from your personal weather station by querying the Tempest REST API to facilitate detailed climate analysis and planning.

Do I need an API token to query live weather conditions from a Tempest sensor?

Yes, a valid Tempest API token is required to authenticate and query live weather conditions from your sensor hardware, and the requests library is needed to facilitate the cloud data communication.

What's the best way to automate irrigation based on hyper-local rainfall data?

Automate irrigation based on hyper-local rainfall by querying live weather data and historical observation logs from your Tempest station to retrieve the granular, real-time precipitation measurements required for accurate decisions.

Does the tempest-cli skill support both cloud REST API and local UDP data reception?

Yes, the tempest-cli skill supports REST API integration for querying cloud data and local UDP broadcast reception for receiving real-time sensor updates directly from the WeatherFlow hardware.