Agent skill
weather
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。
Stars
13
Forks
2
Install this agent skill to your Project
npx add-skill https://github.com/ArcaneOrion/Alice/tree/main/skills/weather
SKILL.md
Weather 技能
功能概述
本技能通过直接调用专业天气服务API获取气象数据,提供比搜索工具更实时、更准确的天气信息。
核心能力
- 实时天气查询(温度、湿度、风力、天气状况)
- 未来预报查询(24小时预报、多日预报)
- 空气质量查询
- 支持全球城市搜索
使用说明
调用 weather_tool.py 并传入城市名称即可获取天气数据。
依赖
- 天气API服务接入(需要API Key)
- requests 库
Didn't find tool you were looking for?