Weather Tools

v1.0.0

Automation skill for Weather Tools.

0· 118·1 current·1 all-time
byzhangzhifeng@164149043
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the instructions: all examples call wttr.in to fetch weather. Minor metadata mismatch: registry metadata lists no required binaries, while SKILL.md metadata declares curl as required — but curl is reasonable and expected for this skill.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in with various query parameters. It does not ask to read local files, access environment secrets, or post data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk risk; the skill relies on an existing curl binary.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation. It does not request persistent system-wide changes or modify other skills.
Assessment
This skill is coherent and lightweight: it simply instructs the agent to curl wttr.in for weather data. Before installing, confirm you are comfortable with outbound network requests to wttr.in (requests reveal requester IP and query parameters and may be logged). Ensure curl is available in the agent environment. Note minor metadata inconsistencies (declared required binary in SKILL.md vs registry listing, and differing fields in _meta.json) — likely packaging inconsistencies rather than malicious behavior, but you can ask the publisher to clarify if that concerns you.

Like a lobster shell, security has layers — review code before you run it.

latestvk97310zwkphmqha8n78ewjwffs832vrh

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments