Agent Skills
› EverClaw/EverClaw
› weather-check
weather-check
GitHub该技能用于响应用户的天气查询请求,通过调用天气API获取指定位置的当前气温、天气状况及预报信息。
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


