Skip to main content
Manusで任意のスキルを実行
ワンクリックで

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