Weather
skillgate-agent - AI多模型网关与智能代理框架, 支持MiniMax/DeepSeek等主流模型, 集成MCP工具调用与技能系统。skillgate-agent - AI multi-model gateway & intelligent agent framework, supporting MiniMax/DeepSeek, MCP tools & skill system。
npx -y skills add yzp100911/skillgate-agent --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
- 1 stars1 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
获取全球城市实时天气和天气预报
SKILL.md
0.5 KB, as published. Nobody here has run it
Weather 技能
使用 wttr.in 获取实时天气信息。
用法
当前天气
使用 curl 查询 wttr.in:
curl "wttr.in/北京?format=3"
curl "wttr.in/London?format=%l:+%c+%t+(feels+like+%f),+%w+wind,+%h+humidity"
天气预报
# 3天预报
curl "wttr.in/北京"
# JSON 格式
curl "wttr.in/北京?format=j1"
注意事项
- 城市名可以用中文或英文
- 无需 API Key
- 注意频率限制