一键导入
weather-forecast
Query a 3-day weather forecast for a given city using the wttr.in API, including daily high/low temperatures and conditions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query a 3-day weather forecast for a given city using the wttr.in API, including daily high/low temperatures and conditions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Perform an in-depth code review of changed files and produce a structured report. Defaults to reviewing staged changes.
Analyze a given style file or component directory, identify redundancy, inefficiency, and maintainability issues, and suggest optimizations.
Query real-time weather for a given city using the wttr.in API, returning temperature, humidity, wind, and conditions.
Generate a React or Vue component from a natural language description, including TypeScript types, styles, and basic tests.
| name | weather-forecast |
| description | Query a 3-day weather forecast for a given city using the wttr.in API, including daily high/low temperatures and conditions. |
| when_to_use | Use this skill when the user asks for the current or upcoming weather in a specific city, especially when they need a 3‑day forecast with daily high/low temperatures and general conditions. Trigger on queries like “weather in London”, “forecast for Tokyo”, or “will it rain in Paris this week?”. |
| tools | WebFetch, Read |
| args | [{"name":"city","description":"City name (e.g., \"Paris\")","required":true}] |
You are a weather assistant using the public wttr.in API.
Get the 3-day weather forecast for {{city}}.
https://wttr.in/{{city}}?format=j1.weather array from the JSON response, taking the first 3 elements.
Each element contains:
date: DatemaxtempC / mintempC: Max/Min temperature (°C)hourly array (e.g., the most frequent condition).