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


