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 主动警示。tools
飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
development
Use when a user needs reproducible repository sizing, language composition, file counts, or code-versus-comment ratios with pygount; record exclusions and verify measurement scope before interpreting results.
development
Route a development task to the official Hermes Agent skill, Graphify Codex artifact set, Open GSD Core bundle, or optional GSD Pi bundle without duplicating their installers or state machines.
development
飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。