Weather Radar

v1.0.0

Fetch and generate an image of the current weather radar combined with a base map. Use when the user wants to see a rain/weather radar map, current precipita...

1· 70·0 current·0 all-time
byBob Yuan@chaosconst
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
Name/description match the implementation: the included Python script downloads OpenStreetMap tiles and RainViewer radar frames and stitches them into a GIF. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to: look up lat/lon, run scripts/generate_radar.py, and send the output GIF. One minor ambiguity: SKILL.md suggests defaulting to the "user's known location" without specifying how that location is obtained or ensuring user consent — this is a privacy/operational consideration rather than a technical inconsistency.
Install Mechanism
No install spec; it's instruction-only with a bundled Python script. Dependencies are standard Python packages (requests, Pillow) and are noted in the README. No downloads from unknown hosts or archive extraction are present.
Credentials
The skill does not require environment variables, credentials, or access to config paths. It makes network calls only to public RainViewer and OpenStreetMap endpoints, which are appropriate for the task.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or to modify other skills. Autonomous invocation is allowed by default but not excessive for this type of utility.
Assessment
This skill appears coherent and limited to fetching public map and radar tiles and producing a GIF. Before installing, confirm: (1) your agent environment can install/has requests and Pillow or that installing them is acceptable; (2) network access to tile.openstreetmap.org and api.rainviewer.com is allowed and you accept any rate/usage terms (OpenStreetMap requires attribution and has tile usage policies); (3) you want the skill to use a "known user location" — ensure user consent or that the agent supplies coordinates explicitly; and (4) the agent has write access to the output path you choose. If you need stronger guarantees, inspect the script in your environment and run it manually once to verify behavior.

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

latestvk9746j9nksytsg5b8r81rsppt584bvry

License

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

Comments