← Back to Skills Marketplace
xenofex7

Swiss-Weather

by xenofex7 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2040
Downloads
4
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swissweather
Description
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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: swissweather Version: 1.0.0 The skill bundle is benign. All scripts (`current_weather_curl.sh`, `current_weather.py`, `forecast.py`) interact exclusively with official MeteoSwiss domains (`data.geo.admin.ch`, `app-prod-ws.meteoswiss-app.ch`) to fetch public weather data. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`, `eval`), persistence mechanisms, or attempts to access sensitive local files. The `SKILL.md` instructions are clear, transparent, and directly align with the stated purpose, showing no signs of prompt injection aimed at subverting the agent's behavior.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install swissweather
  3. After installation, invoke the skill by name or use /swissweather
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of SwissWeather for current and forecasted weather in Switzerland: - Provides real-time weather measurements from 100+ official Swiss weather stations via MeteoSwiss. - Supports multi-day forecasts by Swiss postal code, optimized for Swiss geography. - Shell and Python scripts provided for retrieving current data or forecasts (no API key required). - Covers temperature, humidity, wind, precipitation, pressure, sunshine, radiation, and more. - All data can be output as JSON; includes options for listing stations, querying by station or postal code, and bulk queries. - Designed for accuracy and completeness specifically within Switzerland; instructions and troubleshooting included.
Metadata
Slug swissweather
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Swiss-Weather?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2040 downloads so far.

How do I install Swiss-Weather?

Run "/install swissweather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Swiss-Weather free?

Yes, Swiss-Weather is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Swiss-Weather support?

Swiss-Weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Swiss-Weather?

It is built and maintained by xenofex7 (@xenofex7); the current version is v1.0.0.

💬 Comments