← 返回 Skills 市场
Tempest Weather
作者
wranglerdriver
· GitHub ↗
· v1.1.0
940
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears to be what it says: a small Python script that calls WeatherFlow/Tempest REST endpoints and formats results. Before installing, confirm you are comfortable providing a Tempest API token and one of station or device IDs to the skill (the token is the only sensitive secret required). Note the registry metadata over-declares required env vars (it lists both station and device IDs and units as required even though the code accepts either station OR device and defaults units to 'us') — you only need to set the token and at least one of station/device. Review the included scripts (get_tempest_weather.py) yourself if you want additional assurance, and do not hardcode the token in files; keep it in environment variables. If you need stricter guarantees, run the included tests locally to verify behavior before use.
功能分析
Type: OpenClaw Skill
Name: tempest-weather
Version: 1.1.0
The OpenClaw skill 'tempest-weather' is benign. The `get_tempest_weather.py` script correctly fetches weather data from the hardcoded WeatherFlow Tempest REST API (`https://swd.weatherflow.com/swd/rest`) using `urllib.request`. It handles API tokens securely by expecting them from environment variables or CLI arguments and redacting them in output URLs. The `SKILL.md` and `README.md` provide clear, functional instructions for the AI agent and do not contain any prompt injection attempts or directives for malicious actions. The `package_clean.sh` script is a standard build script that uses `rsync` to clean the package and calls the OpenClaw framework's `package_skill.py`.
能力评估
Purpose & Capability
Name/description, README, SKILL.md, and the Python script all align: the skill queries WeatherFlow/Tempest REST endpoints using an API token and a station or device id. The only mismatch is registry metadata listing TEMPEST_STATION_ID and TEMPEST_DEVICE_ID as required even though the code accepts either one (device takes precedence) and SKILL.md documents them as optional alternatives. TEMPEST_UNITS is also declared required in metadata but the script treats it as optional (default 'us').
Instruction Scope
SKILL.md instructs running python3 scripts/get_tempest_weather.py and the script reads only the declared env vars and calls the documented Tempest endpoints. There is no instruction to read unrelated system files, other credentials, or to transmit data to any endpoints other than the WeatherFlow API. The script does read SKILL.md (to detect a version string) which is benign and scoped to the skill.
Install Mechanism
No install spec or external downloads are present; this is effectively an instruction/script bundle. All code is included in the skill archive and no network-based install or arbitrary URL extraction is used.
Credentials
Requested credential (TEMPEST_API_TOKEN) is appropriate and used as the primary credential. However, the registry's required env list includes TEMPEST_STATION_ID, TEMPEST_DEVICE_ID, and TEMPEST_UNITS even though the script treats station/device as optional alternatives and units as optional with a default. This is an overbroad metadata declaration but not evidence of exfiltration or unrelated credential access.
Persistence & Privilege
The skill does not request always: true and has no special OS or config-path requirements. It does not modify other skills or system-wide settings. Normal autonomous invocation is allowed (platform default) but nothing in the skill increases privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tempest-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/tempest-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add day/month/year stats support with default day mode, human-readable summaries, full stats index mapping docs, and updated tests.
v1.0.6
Add sky estimate and include rain/lightning events in summary
v1.0.5
Patch release: align SKILL.md version and release metadata
v1.0.4
Add CI + tests, improve packaging, and align User-Agent versioning with SKILL.md
v1.0.3
Add tempest.earth link to README
v1.0.2
Improve README with Tempest station context and disclaimer
v1.0.1
Add metadata.openclaw runtime requirements for security analysis
v1.0.0
Initial release: Tempest station/device current conditions
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 940 次。
如何安装 Tempest Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tempest-weather」即可一键安装,无需额外配置。
Tempest Weather 是免费的吗?
是的,Tempest Weather 完全免费(开源免费),可自由下载、安装和使用。
Tempest Weather 支持哪些平台?
Tempest Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tempest Weather?
由 wranglerdriver(@wranglerdriver)开发并维护,当前版本 v1.1.0。
推荐 Skills