Skip to main content

weather

Get current weather for any city worldwide. Triggers: weather, forecast, temperature, 天气, 气温, how cold, how hot, is it raining, wind.

インストールへ移動

ソース情報

リポジトリ
ZhangHanDong/octos
ソースの最終更新活動
2026年3月16日 02:23
検出された SKILL.md の言語
英語
スター
1
フォーク
1

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
4 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
weather
description
Get current weather for any city worldwide. Triggers: weather, forecast, temperature, 天气, 气温, how cold, how hot, is it raining, wind.
# Weather Get current weather conditions for any city worldwide using the free Open-Meteo API (no API key required). ## Tools ### get_weather Returns current temperature, humidity, wind speed, and weather conditions for a given city. ```json {"city": "Stockholm"} ``` **Parameters:** - `city` (required): City name, optionally with country. Examples: `Stockholm`, `Tokyo`, `New York, US`, `上海`, `Paris, France` ### get_forecast Returns multi-day weather forecast with daily high/low temperatures, conditions, precipitation, and wind. ```json {"city": "Paris", "days": 7} ``` **Parameters:** - `city` (required): City name, optionally with country - `days` (optional): Number of forecast days, 1-16. Default: 7
GitHubで見る