在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用get-weather
星标3
分支0
更新时间2026年3月10日 04:05
获取指定城市的实时天气信息
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
获取指定城市的实时天气信息
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | get_weather |
| description | 获取指定城市的实时天气信息 |
This skill allows you to fetch weather information for a specific city.
fetch_url tool to get weather data from wttr.in.
https://wttr.in/{city}?format=3https://wttr.in/Beijing?format=3User: "What's the weather in London?" Agent:
backend/skills/get_weather/SKILL.md.fetch_url("https://wttr.in/London?format=3").