← Back to Skills Marketplace
dannyboy1241

Weather Intelligence Digest Fresh

by dannyboy1241 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
622
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-intelligence-digest-fresh
Description
Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-intelligence-digest-fresh
  3. After installation, invoke the skill by name or use /weather-intelligence-digest-fresh
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weather-intelligence-digest-fresh
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Weather Intelligence Digest Fresh?

Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 622 downloads so far.

How do I install Weather Intelligence Digest Fresh?

Run "/install weather-intelligence-digest-fresh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather Intelligence Digest Fresh free?

Yes, Weather Intelligence Digest Fresh is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weather Intelligence Digest Fresh support?

Weather Intelligence Digest Fresh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather Intelligence Digest Fresh?

It is built and maintained by dannyboy1241 (@dannyboy1241); the current version is v1.0.0.

💬 Comments