ワンクリックで
weather-query
Query current weather information for any location
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Query current weather information for any location
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use to reconstruct PonyBunny failure paths from logs, traces, state, and runtime evidence in order to identify the first bad transition.
Use when writing ADRs, migration notes, harness principles, verification records, or other technical documentation for PonyBunny.
Use to generate high-signal evaluation cases for PonyBunny changes, including success paths, failure modes, edge cases, and regression-sensitive behaviours.
Use when defining or reviewing runtime events, lifecycle payloads, and event-order expectations for PonyBunny.
Use when designing or reviewing PonyBunny as a harness-first system, especially around boundaries, evaluation flow, observability, and migration structure.
Use when mapping PonyBunny's current state against harness-first best-practice gaps and turning those gaps into actionable engineering inputs.
| name | weather-query |
| description | Query current weather information for any location |
| version | 1.0.0 |
| author | PonyBunny Team |
| tags | ["weather","information","query"] |
| phases | ["conversation","execution"] |
| user-invocable | true |
| requires-approval | false |
| primary-env | host |
This skill helps you query current weather information for any location worldwide.
Use this skill when the user asks about:
Examples:
Extract the location from the user's query. Common patterns:
Use the web_search tool to query current weather:
{
"tool": "web_search",
"parameters": {
"query": "current weather in [LOCATION]"
}
}
Important: Always include "current" in the query to get real-time data.
From the search results, extract:
Provide a concise, natural response:
Good response:
London is currently 12°C (54°F), partly cloudy with light winds.
Bad response (too verbose):
I have searched for the weather information and found that according to
multiple sources, the current temperature in London, United Kingdom is
approximately 12 degrees Celsius, which converts to about 54 degrees
Fahrenheit. The weather conditions show partly cloudy skies...
User: "What's the weather in London?"
Your thought process:
Your response:
London is currently 12°C (54°F), partly cloudy with light winds.
If the location is ambiguous:
If web_search fails: