Weather
Your own AI assistant for Windows, Make Doro Great Again!
npx -y skills add waterfeet/DoroPet_V3 --skill weatherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
直接从专业天气API获取实时天气数据和历史天气信息。当需要查询任意城市的当前天气、未来预报、空气质量等精准气象数据时使用该技能。
SKILL.md
0.8 KB, as published. Nobody here has run it
Weather 技能
功能概述
本技能通过直接调用专业天气服务API获取气象数据,提供比搜索工具更实时、更准确的天气信息。
核心能力
- 实时天气查询(温度、湿度、风力、天气状况)
- 未来预报查询(24小时预报、多日预报)
- 空气质量查询
- 支持全球城市搜索
使用说明
调用 weather_tool.py 并传入城市名称即可获取天气数据。
依赖
- 天气API服务接入(需要API Key)
- requests 库