weather

v1.0.0

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

0· 64·0 current·0 all-time
bylonika@lei335·duplicate of @99percentgod/weather-1-0-0
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 (weather, no API key) align with the runtime instructions to query wttr.in and Open-Meteo via curl. Minor metadata inconsistency: registry Owner ID (kn74...) differs from _meta.json ownerId (kn70...), which looks like a bookkeeping mismatch but does not affect functionality.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and optionally write a PNG to /tmp; these actions are appropriate for a weather skill. Note: queries send the location strings to third-party services, so location data will be transmitted to those endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and requires only the curl binary to be present. This is low risk and proportionate to the stated purpose.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate for a read-only weather lookup service.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It only performs ephemeral network calls and optional writes to /tmp.
Assessment
This skill is coherent and low-risk: it will make network requests to wttr.in and Open-Meteo using curl and will send whatever location text you provide to those services. Ensure you are comfortable with that network traffic and avoid sending sensitive or private location strings. Confirm curl is available on your system. If you need stronger privacy guarantees, consider using Open-Meteo (JSON) with coordinates or hosting your own weather endpoint, and note the minor ownerId mismatch in metadata if provenance is important to you.

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

latestvk975j5h85jn4sgtv81996jv6ph83kmg9

License

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

Runtime requirements

🌤️ Clawdis
Binscurl

Comments