weather-plus

获取全球城市天气信息和预报。使用场景包括查询当前天气、未来7天预报、空气质量、穿衣建议等。适用于用户问天气、温度、预报等。

3,891 stars

Best use case

weather-plus is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

获取全球城市天气信息和预报。使用场景包括查询当前天气、未来7天预报、空气质量、穿衣建议等。适用于用户问天气、温度、预报等。

Teams using weather-plus should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/anmu-weather/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/anmu14641/anmu-weather/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/anmu-weather/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How weather-plus Compares

Feature / Agentweather-plusStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

获取全球城市天气信息和预报。使用场景包括查询当前天气、未来7天预报、空气质量、穿衣建议等。适用于用户问天气、温度、预报等。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 天气查询 Skill

获取全球城市天气信息和详细预报。

## 数据来源

- **wttr.in** — 全球城市天气,无 API Key 需要
- **Open-Meteo** — 免费天气预报 API,支持 7 天预报

## 使用方式

### 1. 查询当前天气

用户可能问:
- "今天天气怎么样?"
- "现在多少度?"
- "北京今天冷吗?"

执行流程:
1. 提取城市名称
2. 使用 wttr.in 获取天气数据
3. 提取温度、天气状况、湿度、风力
4. 返回简洁的天气报告

### 2. 查询天气预报

用户可能问:
- "明天会下雨吗?"
- "这周末天气如何?"
- "下周一的天气怎么样?"
- "东京未来7天天气"

执行流程:
1. 确定查询的天数(1-7天)
2. 调用 wttr.in 或 Open-Meteo 获取预报
3. 整理每日最高/最低温度、天气状况
4. 返回预报列表

### 3. 详细气象信息

用户可能问:
- "湿度多少?"
- "风力几级?"
- "空气质量怎么样?"
- "日出日落时间?"

执行流程:
1. 获取完整天气数据(JSON 格式)
2. 提取相关气象要素
3. 格式化输出

### 4. 穿衣建议

用户可能问:
- "明天穿什么?"
- "去三亚需要带什么?"
- "哈尔滨冬天穿什么?"

执行流程:
1. 获取温度范围和天气状况
2. 根据温度给出穿衣建议
3. 提醒是否需要带伞、防晒等

### 5. 多城市对比

用户可能问:
- "北京和上海天气对比"
- "这几个城市哪个更暖和?"

执行流程:
1. 提取多个城市名称
2. 并行获取各城市天气
3. 对比分析后返回

## 输出格式

### 当前天气
```
🌤️ 北京今日天气
- 温度:15°C
- 体感:13°C
- 天气:晴
- 湿度:45%
- 风力:东北风 3级
- 空气质量:良
```

### 天气预报
```
📅 北京天气预报 (3月17日-19日)

3月17日(周一)☀️ 晴
- 最高 18°C | 最低 8°C
- 风向:北风 2级

3月18日(周二)🌤️ 多云
- 最高 16°C | 最低 10°C
- 风向:东南风 3级

3月19日(周三)🌧️ 小雨
- 最高 14°C | 最低 9°C
- 降水概率:60%
```

### 穿衣建议
```
👕 穿衣建议(北京,3月17日)
- 建议:长袖衬衫 + 薄外套
- 早晚温差较大,建议带件外套
- 无需带伞,适宜外出
```

## 注意事项

- wttr.in 在国内访问可能不稳定,可备用 Open-Meteo
- 预报准确度随天数递减,3天内较准确
- 极端天气请查询官方气象预警
- 部分小城市可能无法查询

Related Skills

weather-checker

3891
from openclaw/skills

Get current weather information for any city

weather-openmeteo

3891
from openclaw/skills

Get current weather and forecasts using Open-Meteo API (no API key required). Optimized for PowerShell environments with Chinese support.

Weather&Webcam

3891
from openclaw/skills

Fetches current weather from Open-Meteo API and automatically captures a live webcam image from Meteoblue or Windy for the requested location. Use it when the user asks for the weather and wants to see a real image of the current conditions.

weather-forecast

3891
from openclaw/skills

This skill should be used when users ask about weather forecasts, temperature information, or need to retrieve weather data for specific locations. It provides access to the Open-Meteo weather API for getting hourly temperature forecasts based on latitude and longitude coordinates.

shuzhi-weather

3891
from openclaw/skills

This skill should be used when users need to query weather information via the Shuzhi Weather API with HMAC-SHA256 authentication. It provides hourly weather forecasts based on latitude and longitude coordinates. Users must configure app_key and app_secret in ~/.openclaw/skills/shuzhi-weather/config.json before using this skill.

polymarket-weather-trader

3891
from openclaw/skills

Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run gopfan2-style trading.

soaring-weather

3891
from openclaw/skills

Segelflug- und Thermikvorhersage mit Thermik-Score (0-10). Nutze diesen Skill wenn der User nach Segelflugwetter, Thermik, Streckenflugbedingungen, Flugwetter fuer Segelflieger oder Gleitschirmflieger fragt - auch indirekt wie "lohnt sich Samstag fliegen?", "wie wird die Thermik?", "Segelflugwetter Wochenende?" oder "kann ich am Sonntag einen Streckenflug machen?" oder "Wettercheck Werdenfels". Der Skill ruft Open-Meteo (ICON-D2) ab und liefert eine Profi-Einschaetzung mit Tagesablauf, Steigwerten, Basishöhe, Alpen-Besonderheiten (Foehn, Hangflug) und Warnungen.

mockplus-reader

3891
from openclaw/skills

读取和分析 MockPlus 在线设计页面。用于:(1)打开并解析 MockPlus 网页链接,(2)提取页面中的设计信息、结构、组件,(3)分析原型稿内容和交互说明。当用户发送 MockPlus 链接或要求分析原型稿时使用此技能。

weather — 天气查询技能

3891
from openclaw/skills

Get current weather and forecasts (no API key required).

kalshi-weather-trader

3880
from openclaw/skills

Trade Kalshi weather markets using NOAA forecasts via Simmer SDK and DFlow on Solana. Port of the popular polymarket-weather-trader. Use when user wants to trade temperature markets on Kalshi, automate weather bets, or check NOAA forecasts.

小说写作技能包 (novel-plus)

3776
from openclaw/skills

## 版本

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation