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


