with one click
weather
現在地(IPベース)や指定した主要都市(東京、大阪、名古屋、札幌、福岡)の天気を取得し、現在の状況と向こう3日間の予報を表示する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
現在地(IPベース)や指定した主要都市(東京、大阪、名古屋、札幌、福岡)の天気を取得し、現在の状況と向こう3日間の予報を表示する。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
ASEE と ACAM の backend / viewer を停止する。ユーザーが「asee, acam 停止」「ASEE を止めて」「ACAM Viewer を止めて」など依頼したときに使う。
ローカルの `switchbot` CLI と SwitchBot OpenAPI を使って、SwitchBot デバイスや Hub Mini 配下の赤外線リモコンを確認・操作する。ユーザーが SwitchBot デバイスの状態確認、ライト操作、家電プリセット実行を依頼したときに使う。
whisper.cpp(whisper-server)と PipeWire マイク入力を使って、日本語の音声待ち受け・文字起こし・音声コマンド待機(tmux常駐)を運用する。listen-only 実験、voice command loop(VOICEVOX応答 + VacuumTube操作)、モデル切替(small/medium)、マイク source 切替(DJI MIC MINI / Razer など)、ログ確認・デバッグを行う。ユーザーが『マイクで話しかけたい』『音声待ち受けを常駐したい』『whisper.cpp で音声認識したい』など依頼したときに使う。
whisper.cpp(whisper-server)と PipeWire マイク入力を使って、日本語の音声待ち受け・文字起こし・音声コマンド待機(tmux常駐)を運用する。listen-only 実験、voice command loop(VOICEVOX応答 + VacuumTube操作)、モデル切替(small/medium)、マイク source 切替(DJI MIC MINI / Razer など)、ログ確認・デバッグを行う。ユーザーが『マイクで話しかけたい』『音声待ち受けを常駐したい』『whisper.cpp で音声認識したい』など依頼したときに使う。
whisper.cpp(whisper-server)と PipeWire マイク入力を使って、日本語の音声待ち受け・文字起こし・音声コマンド待機(tmux常駐)を運用する。listen-only 実験、voice command loop(VOICEVOX応答 + VacuumTube操作)、モデル切替(small/medium)、マイク source 切替(DJI MIC MINI / Razer など)、ログ確認・デバッグを行う。ユーザーが『マイクで話しかけたい』『音声待ち受けを常駐したい』『whisper.cpp で音声認識したい』など依頼したときに使う。
5時前の中途覚醒(「おきてもーた」等)をトリガーに、どうでもよい雑学を提示して再入眠を促す。
| name | weather |
| description | 現在地(IPベース)や指定した主要都市(東京、大阪、名古屋、札幌、福岡)の天気を取得し、現在の状況と向こう3日間の予報を表示する。 |
weathercli を使用して、現在の天候と 3 日間の予報を取得します。デフォルトでは実行環境の IP アドレスから現在地を自動特定し、その場所の天気を報告します。
weathercli引数なしで実行すると、IP アドレスから現在地を特定して天気を表示します。
weathercli
プリセットされている主要都市を指定して取得します。
weathercli --location osaka # 大阪
weathercli --location sapporo # 札幌
weathercli --location nagoya # 名古屋
weathercli --location fukuoka # 福岡
weathercli --location tokyo # 東京 (明示的な指定)
30 分間のキャッシュを無視して、最新の情報を取得します。
weathercli --sync
heartbeat の一環として実行し、「今日の天気」をユーザーに報告する。make ls-osaka で現地の予報を伝える。cache/current.json 等)が使用され、高速にレスポンスを返します。Weather Report: Tokyo (Detected) (Cache)
==============================
Current: 9.6°C, Mainly clear
Wind Speed: 2.6 km/h
--- 3-Day Forecast ---
2026-02-20: 9.7°C / 0°C - Overcast
2026-02-21: 13.2°C / 2.1°C - Mainly clear
2026-02-22: 15.6°C / 4.4°C - Mainly clear