openclaw-skills/weather/SKILL.md
Use when users ask for current weather, forecasts, severe-weather context, travel weather checks, or natural-language weather lookup without requiring an API key.
npx skillsauth add seaworld008/commonly-used-high-value-skills weatherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用于天气查询、出行规划、活动排期等需要气象信息的场景。Weather 技能不仅提供基础的温度和降水预报,还能根据气象数据为用户提供穿衣建议、户外活动适宜度及极端天气预警,是日常生活和出差办公的得力助手。
npx clawhub@latest install weather
wttr.in 和 Open-Meteo 等开源且无需注册的数据源。get_weather 接口,传入目标城市或经纬度。MEMORY.md 或系统 IP 定位中提取当前所在地。### 行程基本信息
- **目的地**: [上海]
- **出发日期**: [2026-04-10]
- **返程日期**: [2026-04-12]
### 天气概览 (Weather Overview)
| 日期 | 天气状态 | 温度范围 | 降水概率 | 建议 |
| :--- | :--- | :--- | :--- | :--- |
| 04-10 | 多云转晴 | 12°C - 20°C | 5% | 适合户外,需穿长袖 |
| 04-11 | 小雨 | 10°C - 15°C | 80% | **记得带伞**,气温骤降 |
| 04-12 | 晴间多云 | 13°C - 22°C | 10% | 紫外线强,注意防晒 |
### 专家穿衣建议 (Clothing Advice)
- **叠穿法则**: 10号晚上温差大,建议穿一件轻便外套。
- **鞋履建议**: 11号有雨,建议穿防水鞋。
### 特别提醒
- 上海当前 AQI 为 45(优),适合所有户外活动。
// 示例:查询纽约未来 3 天的天气
mcp_call({
name: 'get_weather_forecast',
arguments: {
city: "New York",
days: 3,
units: "metric"
}
});
task_list 中添加“提前检查空调滤网”的提醒,或联动 IoT 技能在下班前 15 分钟开启冷气。question 或 see_image 主动警示。development
Enumerating failure modes via pre-mortem analysis. Systematically identifies failure scenarios for plans, designs, and features, scoring them with RPN/AP. Does not write code.
testing
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
development
Converting document formats (Markdown/Word/Excel/PDF/HTML). Converts specs from Scribe and reports from Harvest into distributable formats; generates reusable conversion scripts. Use when converting documents, building accessibility-compliant PDFs, or creating Pandoc/LibreOffice pipelines.
testing
Curating cross-agent knowledge and guarding institutional memory. Extracts patterns from agent journals into METAPATTERNS.md, detects knowledge decay, propagates best practices, prevents organizational forgetting. Use when consolidating cross-agent insights, curating memory, or auditing knowledge decay.