Weather

v1.0.0

Get current weather and forecasts (no API key required).

0· 85·0 current·0 all-time
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 skill's name/description and runtime instructions match: it retrieves weather via wttr.in and Open‑Meteo and requires only curl. However, there are minor metadata inconsistencies (registry Owner ID differs from _meta.json ownerId, and SKILL.md homepage points to wttr.in while skill.yaml homepage points to clawhub.com). These look like sloppy metadata, not capability mismatch, but you may want to verify the source.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and to optionally save a PNG to /tmp. It does not instruct reading local secrets, system files, or unrelated environment variables. Note: calling these endpoints exposes the agent's network address to those services (wttr.in can infer location from IP if no location parameter is used).
Install Mechanism
There is no install spec and no code files — this is an instruction-only skill that runs commands at runtime. That minimizes local persistence and install-time risk.
Credentials
No environment variables or credentials are requested. This is proportionate for a weather lookup skill.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/configs. Autonomous invocation is allowed by default but is not excessive for a simple utility.
Assessment
This skill is lightweight and coherent with its purpose: it uses curl to query wttr.in and Open‑Meteo and requires no secrets. Before installing: (1) verify the publisher/source if you require provenance (metadata shows inconsistent owner/homepage values); (2) be aware network calls go to third-party sites—your IP/address may be visible and wttr.in can infer location if you omit a location parameter; (3) the skill may write temporary files (example saves a PNG to /tmp) so confirm that is acceptable; (4) if you prefer only officially maintained code, consider using a weather client from a known repository. If those points are acceptable, the skill appears safe to use.

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

latestvk97dzyjph0f6187cgdy9qyzps183q1tr

License

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

Runtime requirements

🌤️ Clawdis
Binscurl

Comments