← 返回 Skills 市场
dannyboy1241

Weather Intelligence Digest Fresh

作者 dannyboy1241 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
622
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-intelligence-digest-fresh
功能描述
Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.
安全使用建议
This skill appears to do exactly what it claims: fetch public NOAA/NWS data and render a digest. Before installing: (1) review the full weather_digest.py file (the provided snippet is benign but one truncated portion remains in the bundle); (2) run it inside a Python virtualenv and inspect/lock requirements (requests>=2.31.0); (3) confirm it only contacts api.weather.gov (the code sets the User-Agent and uses that domain); (4) respect NOAA API usage/rate limits and set an appropriate User-Agent; (5) avoid running as a privileged user and do not store sensitive credentials in config.json. If you plan to schedule it or expose outputs, verify the output handling (email/publishing) code or automation recipes you attach do not send data to unexpected third parties.
功能分析
Type: OpenClaw Skill Name: weather-intelligence-digest-fresh Version: 1.0.0 The skill's core functionality is benign, fetching weather data from api.weather.gov. However, it is classified as suspicious due to vulnerabilities related to arbitrary file read/write and potential output injection. The `weather_digest.py` script accepts `--config`, `--output`, `--html`, and `--json` arguments, which could allow an attacker to read or write to arbitrary file paths if an AI agent were to execute the skill with untrusted input. Additionally, user-controlled input from `config.json` (e.g., location `name`) and external API data (alert headlines/instructions) are embedded into the generated Markdown and HTML without sufficient sanitization, posing a risk for XSS or Markdown injection if the input or API response were malicious.
能力评估
Purpose & Capability
Name/description (daily NOAA/NWS digest) matches what is required: python3 + pip, a small requests dependency, and a config.json of locations. There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
SKILL.md instructs creating a venv, installing requirements, copying config.example.json to config.json, and running weather_digest.py — all consistent with producing a digest. The runtime instructions do not ask the agent to read unrelated files, secrets, or contact endpoints beyond api.weather.gov.
Install Mechanism
No automated install/spec is provided (instruction-only). The single dependency is requests (requirements.txt). This is low-risk: nothing is downloaded from arbitrary URLs or executed outside the project.
Credentials
The skill declares no required environment variables or credentials and the code uses only a configurable User-Agent header (suggested in README). There is no evidence of environment or credential access beyond what is needed to fetch public NOAA APIs.
Persistence & Privilege
always is false and the skill does not request permanent platform presence or modify other skills. It is a runnable script that operates when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-intelligence-digest-fresh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-intelligence-digest-fresh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Weather Intelligence Digest. - Generates daily weather digests using NOAA/NWS data. - Supports customizable locations and alert monitoring. - Configuration via simple JSON file with location details. - Output in Markdown format for easy conversion and sharing. - No API key required; dependency setup instructions included.
元数据
Slug weather-intelligence-digest-fresh
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Intelligence Digest Fresh 是什么?

Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 622 次。

如何安装 Weather Intelligence Digest Fresh?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-intelligence-digest-fresh」即可一键安装,无需额外配置。

Weather Intelligence Digest Fresh 是免费的吗?

是的,Weather Intelligence Digest Fresh 完全免费(开源免费),可自由下载、安装和使用。

Weather Intelligence Digest Fresh 支持哪些平台?

Weather Intelligence Digest Fresh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather Intelligence Digest Fresh?

由 dannyboy1241(@dannyboy1241)开发并维护,当前版本 v1.0.0。

💬 留言讨论