返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
t

tempest-weather

Get current weather conditions from a WeatherFlow Tempest station using the Tempest REST API. Use when the user asks for "tempest weather" (preferred trigger), or asks for backyard/home weather, Tempest station readings, wind/gust/rain/lightning from a specific station, or quick local weather summaries sourced from Tempest data.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
878
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

tempest-weather

# Tempest Weather Use this skill to fetch current conditions from a Tempest station/device or retrieve historical station statistics (day/month/year) from the Tempest Stats API. ## Run the fetch script Use: ```bash python3 scripts/get_tempest_weather.py ``` The script reads configuration from environment variables by default, if both station and device id are set device_id is used by default: - `TEMPEST_API_TOKEN` (required) - `TEMPEST_STATION_ID` (optional if `TEMPEST_DEVICE_ID` is set) - `TEMPEST_DEVICE_ID` (optional if `TEMPEST_STATION_ID` is set) - `TEMPEST_UNITS` (optional: `metric` or `us`, default `us`) ## Useful command options ```bash # Explicit station/token (current observations) python3 scripts/get_tempest_weather.py --station-id 12345 --token "$TEMPEST_API_TOKEN" # Explicit device/token (current observations) python3 scripts/get_tempest_weather.py --device-id 67890 --token "$TEMPEST_API_TOKEN" # Historical stats for current local day/month/year (defaults to "now") python3 scripts/get_tempest_weather.py --stats day python3 scripts/get_tempest_weather.py --stats month python3 scripts/get_tempest_weather.py --stats year # Historical stats for a specific target date period python3 scripts/get_tempest_weather.py --stats day --date 2026-02-23 python3 scripts/get_tempest_weather.py --stats month --date 2026-02 python3 scripts/get_tempest_weather.py --stats year --date 2025 # Metric output python3 scripts/get_tempest_weather.py --units metric # JSON only (machine-friendly) python3 scripts/get_tempest_weather.py --json ``` ## Output behavior - Emit concise JSON (always) - Include a short human summary unless `--json` is used - Include timestamp and source URL for traceability - For `--stats`, return the matched historical row from `stats_day`, `stats_month`, or `stats_year` ## If data fetch fails - Check token validity and station/device ID - Retry once for transient network errors - Return a short actionable error message ## Field mapping reference For Tempest observation index mapping and response notes, read: - `references/tempest-api.md` ## License - `LICENSE` (MIT) ## Source - https://github.com/wranglerdriver/tempest-weather

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tempest-weather-1776309614 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tempest-weather-1776309614 技能

通过命令行安装

skillhub install tempest-weather-1776309614

下载

⬇ 下载 tempest-weather v1.1.0(免费)

文件大小: 13.13 KB | 发布时间: 2026-4-16 16:03

v1.1.0 最新 2026-4-16 16:03
Add day/month/year stats support with default day mode, human-readable summaries, full stats index mapping docs, and updated tests.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部