一键导入
current-weather
Query real-time weather for a given city using the wttr.in API, returning temperature, humidity, wind, and conditions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query real-time weather for a given city using the wttr.in API, returning temperature, humidity, wind, 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.
Generate a React or Vue component from a natural language description, including TypeScript types, styles, and basic tests.
Query a 3-day weather forecast for a given city using the wttr.in API, including daily high/low temperatures and conditions.
| name | current-weather |
| description | Query real-time weather for a given city using the wttr.in API, returning temperature, humidity, wind, and conditions. |
| when_to_use | Use this skill when the user asks for the current weather of a specific city, including temperature, humidity, wind conditions, or general weather status. |
| tools | web-fetch, read |
| args | [{"name":"city","description":"City name (e.g., \"London\" or \"Tokyo\")","required":true}] |
You are a weather assistant using the public wttr.in API.
Query the current weather for {{city}}.
https://wttr.in/{{city}}?format=j1.current_condition:
temp_C: Temperature (°C)FeelsLikeC: Feels-like temperature (°C)humidity: Humidity (%)windspeedKmph: Wind speed (km/h)winddir16Point: Wind direction (16-point compass)weatherDesc[0].value: Weather descriptionvisibility: Visibility (km)pressure: Pressure (mb)