My Weather

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: my-weather Version: 1.0.0 The skill bundle is benign. All files consistently describe and implement a weather retrieval skill using the legitimate `wttr.in` service via `curl`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection with harmful intent, or obfuscation. The `SKILL.md` provides clear, non-malicious instructions for the AI agent to interact with `wttr.in`.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your requested city, airport code, or zip code may be sent to wttr.in to retrieve weather information.

Why it was flagged

The skill instructs the agent or user to make an external web request with a location value. This is central to the weather lookup purpose and is clearly disclosed.

Skill content
curl -s "wttr.in/78023?format=3"
Recommendation

Use non-sensitive location queries if privacy is a concern, and review the external service before relying on it.