Skip to main content
在 Manus 中运行任何 Skill
一键导入

weather

星标3
分支5
更新时间2026年7月16日 06:33

Query current weather and forecasts for any place using Open-Meteo through curl + jq via the bash tool — no API key and no extra Python dependencies. Two APIs, both key-free: the Geocoding API (geocoding-api.open-meteo.com/v1/search) turns a place name like 'Tokyo' or 'Shibuya' into latitude/longitude/timezone, and the Forecast API (api.open-meteo.com/v1/forecast) returns current conditions, an hourly forecast, and a daily forecast for those coordinates. Weather condition is a WMO weather_code integer that this skill maps to a human label. Use when the user asks what the weather is like now, the temperature/wind/humidity/precipitation at a location, or a forecast (today, hourly, or multi-day) for a city or coordinate. Needs curl + jq installed. Present only values copied verbatim from a real API response — never invent weather data. For plain geocoding/routing without weather use the maps skill instead.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly