Swiss-Weather

v1.0.0

Get current weather and forecasts from MeteoSwiss (official Swiss weather service). Use when querying Swiss weather data, local measurements from Swiss weather stations, or Swiss-specific forecasts. Provides real-time measurements (temperature, humidity, wind, precipitation, pressure) from 100+ Swiss stations and multi-day forecasts by postal code. Ideal for Swiss locations - more accurate than generic weather services for Switzerland.

4· 2k·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
Name/description and included scripts align: current_weather.py and current_weather_curl.sh pull the public CSV from data.geo.admin.ch; forecast.py calls a MeteoSwiss app endpoint. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md explicitly instructs running the provided scripts and installing requests; the scripts only fetch and parse public weather endpoints and print results. There are no instructions to read arbitrary local files, environment variables, or send data to unknown external endpoints.
Install Mechanism
No install spec (instruction-only); code files are shipped but nothing is downloaded or executed from arbitrary URLs. Dependencies are limited to the requests Python library or curl (already present on most systems).
Credentials
The skill requires no environment variables, credentials, or config paths. All network access is to MeteoSwiss/public data endpoints, which is proportional to the skill's functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It does not modify other skills or require elevated privileges.
Assessment
This skill appears coherent and low-risk: it fetches public MeteoSwiss data (CSV and an app JSON endpoint) and requires no credentials. Before installing, consider: 1) provenance — the package source/homepage is unknown, so verify you trust the publisher if provenance matters; 2) network access — the scripts make outbound HTTPS requests to meteoschweiz/data.geo.admin.ch and an app endpoint; ensure this is acceptable on your network; 3) dependency — forecast.py and current_weather.py require the requests library (pip3 install requests) or curl for the shell script; 4) the forecast API used is an app endpoint (User-Agent is set to mimic the official app) and is noted as unstable — expect possible breakage and prefer the CSV fallback for reliability. No credentials are requested and there are no signs of data exfiltration or unrelated behavior.

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

latestvk97d9k5trhmeyvy5q7mkjzdfw97z9fd0

License

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

Comments