← 返回 Skills 市场
MH weather
作者
mohdalhashemi98-hue
· GitHub ↗
· v1.0.0
616
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mh-weather
功能描述
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic...
使用说明 (SKILL.md)
Weather Skill
Get current weather conditions and forecasts.
When to Use
✅ USE this skill when:
- "What's the weather?"
- "Will it rain today/tomorrow?"
- "Temperature in [city]"
- "Weather forecast for the week"
- Travel planning weather checks
When NOT to Use
❌ DON'T use this skill when:
- Historical weather data → use weather archives/APIs
- Climate analysis or trends → use specialized data sources
- Hyper-local microclimate data → use local sensors
- Severe weather alerts → check official NWS sources
- Aviation/marine weather → use specialized services (METAR, etc.)
Location
Always include a city, region, or airport code in weather queries.
Commands
Current Weather
# One-line summary
curl "wttr.in/London?format=3"
# Detailed current conditions
curl "wttr.in/London?0"
# Specific city
curl "wttr.in/New+York?format=3"
Forecasts
# 3-day forecast
curl "wttr.in/London"
# Week forecast
curl "wttr.in/London?format=v2"
# Specific day (0=today, 1=tomorrow, 2=day after)
curl "wttr.in/London?1"
Format Options
# One-liner
curl "wttr.in/London?format=%l:+%c+%t+%w"
# JSON output
curl "wttr.in/London?format=j1"
# PNG image
curl "wttr.in/London.png"
Format Codes
%c— Weather condition emoji%t— Temperature%f— "Feels like"%w— Wind%h— Humidity%p— Precipitation%l— Location
Quick Responses
"What's the weather?"
curl -s "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
"Will it rain?"
curl -s "wttr.in/London?format=%l:+%c+%p"
"Weekend forecast"
curl "wttr.in/London?format=v2"
Notes
- No API key needed (uses wttr.in)
- Rate limited; don't spam requests
- Works for most global cities
- Supports airport codes:
curl wttr.in/ORD
安全使用建议
This skill appears coherent and lightweight: it runs curl against wttr.in to fetch weather and needs no credentials or installs. Consider: (1) the description mentions Open‑Meteo but the instructions only show wttr.in — if you need Open‑Meteo replace or extend the commands accordingly; (2) queries (including location text) are sent to a third party (wttr.in), so avoid sending highly sensitive location data you don't want transmitted; (3) wttr.in has rate limits — avoid spamming requests; and (4) if you require official severe-weather alerts or historical/climatological data, use a specialized API instead. If you want extra assurance, request a version that documents Open‑Meteo usage or that exposes a configurable endpoint.
功能分析
Type: OpenClaw Skill
Name: mh-weather
Version: 1.0.0
The skill bundle is benign. It clearly defines its purpose as fetching weather information using `curl` from the legitimate `wttr.in` service. All commands provided in `SKILL.md` are simple `curl` requests to this domain, without any evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the AI agent. The content is well-aligned with its stated function and lacks any high-risk behaviors.
能力评估
Purpose & Capability
Name/description promise is a weather lookup via wttr.in or Open‑Meteo; the SKILL.md exclusively documents curl usage against wttr.in. Requiring only curl and no credentials is appropriate for the described wttr.in-based functionality, but the mention of Open‑Meteo in the description is not reflected in the instructions (minor mismatch).
Instruction Scope
SKILL.md contains concrete curl commands to query wttr.in and does not instruct reading files, accessing unrelated environment variables, or transmitting data to unexpected endpoints. All commands are scoped to fetching weather responses/images from wttr.in.
Install Mechanism
Instruction-only skill with no install spec or code files; it relies on curl being present. This is low-risk and consistent with the stated behavior.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is proportionate to a public weather lookup skill.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default) and appropriate for this utility. The skill does not request persistent system-level privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mh-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/mh-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Priority upload batch
元数据
常见问题
MH weather 是什么?
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 616 次。
如何安装 MH weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mh-weather」即可一键安装,无需额外配置。
MH weather 是免费的吗?
是的,MH weather 完全免费(开源免费),可自由下载、安装和使用。
MH weather 支持哪些平台?
MH weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MH weather?
由 mohdalhashemi98-hue(@mohdalhashemi98-hue)开发并维护,当前版本 v1.0.0。
推荐 Skills