caiyun-weather
Installation
SKILL.md
彩云天气 Skill
通过 MCP server (caiyun-weather) 调用彩云天气 v2.6 API,获取高精度天气数据(1km 分辨率,分钟级降水预报)。
前置条件
-
在你的
mcporter.json里加入 server 配置(合并到mcpServers下即可):"caiyun-weather": { "command": "uvx", "args": ["mcp-caiyun-weather"], "env": { "CAIYUN_WEATHER_API_TOKEN": "YOUR_CAIYUN_API_TOKEN" } } -
需要彩云天气 API token(环境变量
CAIYUN_WEATHER_API_TOKEN)