← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-alert
功能描述
Monitors weather for any location, sends alerts when rain, snow, temperature, wind, UV, or pressure thresholds are exceeded, plus daily briefings and trends.
安全使用建议
This skill appears to do what it says: it queries Open‑Meteo and wttr.in (no API keys required), formats forecasts, evaluates thresholds, and stores alerts and a short cache under ~/.weather-alerts. Before installing, consider: (1) it will create and read files in ~/.weather-alerts — do not put secrets in that directory; (2) network access is limited to public weather APIs (open-meteo.com, wttr.in); (3) if you prefer not to allow file writes, run the script manually or review the code first; (4) optional OpenWeatherMap usage would require you to provide an API key — the skill does not request any keys by default. Overall the package is internally consistent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: weather-alert
Version: 1.0.0
The weather-alert skill is a standard weather monitoring tool that fetches data from legitimate public APIs (Open-Meteo and wttr.in). The Python script (scripts/weather_alert.py) follows safe practices, such as using yaml.safe_load and restricting file operations to a specific local directory (~/.weather-alerts/). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description (weather monitoring & alerts) match the code and SKILL.md. The script fetches data from Open‑Meteo and wttr.in, formats forecasts, checks thresholds, and stores alerts — all consistent with the advertised features.
Instruction Scope
Runtime instructions are scoped to weather queries and alert management. The skill reads config.yaml (bundled) and will read/write under the user's home (~/.weather-alerts/alerts.yaml and cache.json) and performs network calls to the documented endpoints. This is expected, but users should note it will create and access files in their home directory.
Install Mechanism
No install spec; this is an instruction/code-only skill. There are no downloads or external install steps in the package that would write arbitrary code to disk beyond the included script files.
Credentials
The skill requests no environment variables or external credentials. The SKILL.md mentions an optional OpenWeatherMap fallback if a user configures an API key, which is reasonable. No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
always:false and model invocation is allowed (platform default). The skill persists only to a per-user directory (~/.weather-alerts) for cache and alerts and does not attempt to change other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-alert - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-alert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the weather-alert skill.
- Proactive weather monitoring for any location with rain, temperature, wind, UV, pressure, snow, and frost alerts
- Daily and 7-day weather briefings with multi-day trends
- Event planner mode for checking weather suitability (picnic, sports, etc.)
- Configurable alert thresholds and delivery notifications
- Uses free APIs (Open-Meteo, wttr.in) with no API key required
- Simple configuration via config.yaml and support for listing/managing active alerts
元数据
常见问题
Weather Alert 是什么?
Monitors weather for any location, sends alerts when rain, snow, temperature, wind, UV, or pressure thresholds are exceeded, plus daily briefings and trends. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Weather Alert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-alert」即可一键安装,无需额外配置。
Weather Alert 是免费的吗?
是的,Weather Alert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Alert 支持哪些平台?
Weather Alert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Alert?
由 Indigas(@indigas)开发并维护,当前版本 v1.0.0。
推荐 Skills