DC Weather
v1.0.0Check Washington DC weather using Open-Meteo API. Use when user asks about DC weather, current conditions, or needs a weather report for Washington DC.
⭐ 0· 1.1k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the instructions: both point to querying Open-Meteo for DC current weather. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
SKILL.md instructs the agent to run curl and jq against api.open-meteo.com. This is appropriate for the stated purpose, but the skill metadata does not declare required binaries (curl, jq). The instructions perform an external network call to a public API using fixed DC coordinates; they do not read local files or request secrets.
Install Mechanism
No install spec and no code files — lowest-risk model. Nothing is written to disk or downloaded by the skill itself.
Credentials
The skill requires no environment variables or credentials. Network access to the public Open-Meteo API is the only external dependency and is proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or configs. Autonomous invocation is allowed (platform default) but not an additional concern given the limited scope.
Assessment
This skill appears safe and does exactly what it says: fetch DC weather from Open-Meteo. Before installing, confirm your agent environment allows outbound HTTP(s) calls and has curl and jq available (or adapt the commands). No credentials are requested and no code is installed. If your environment restricts network access or forbids running shell commands, the skill will not work as written.Like a lobster shell, security has layers — review code before you run it.
latestvk97es4npn0ye2zch8jk5kkzf4d80ywq1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
