weather Skill
获取当前天气信息
功能描述
调用天气接口获取当前天气信息。
所属分类
office/skills/tools/weather/
调用方式
from skills.tools import weather
weather()
参数说明
无参数。
返回值
None(结果直接打印输出)
使用示例
from skills.tools import weather
weather()
原始函数
office.api.tools.weather
获取当前天气信息。当用户提到查天气、天气查询、今天天气、当前天气时使用。
npx skillmds@latest add coderwanfeng/weather 获取当前天气信息
调用天气接口获取当前天气信息。
office/skills/tools/weather/
from skills.tools import weather
weather()
无参数。
None(结果直接打印输出)
from skills.tools import weather
weather()
office.api.tools.weather
coderwanfeng/python-office/tree/main/skills/tools/weather commit 3e3f361ad5