Agent Skills
› EverClaw/EverClaw
› weather-check
weather-check
GitHub查询指定地点的当前天气状况,包括温度、天气现象及预报信息。
Trigger Scenarios
用户询问某地天气
需要获取实时气象数据
Install
npx skills add EverClaw/EverClaw --skill weather-check -g -y
SKILL.md
Frontmatter
{
"name": "weather-check",
"metadata": {
"openclaw": {
"requires": {
"bins": [
"curl"
]
}
}
},
"description": "Get current weather for a location"
}
Weather Check
When the user asks about weather, use this skill to look up current conditions.
Usage
Call the weather API with the location name. Return temperature, conditions, and forecast.
Version History
- f580bc4 Current 2026-07-25 11:17


