← 返回 Skills 市场
2040
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swissweather
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install swissweather - 安装完成后,直接呼叫该 Skill 的名称或使用
/swissweather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2040 次。
如何安装 Swiss-Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install swissweather」即可一键安装,无需额外配置。
Swiss-Weather 是免费的吗?
是的,Swiss-Weather 完全免费(开源免费),可自由下载、安装和使用。
Swiss-Weather 支持哪些平台?
Swiss-Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Swiss-Weather?
由 xenofex7(@xenofex7)开发并维护,当前版本 v1.0.0。
推荐 Skills