weather-forecast
Fetch current weather conditions and multi-day forecasts for any city worldwide using the Open-Meteo API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch current weather conditions and multi-day forecasts for any city worldwide using the Open-Meteo API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when asked to design, build, or improve web interfaces, app screens, landing pages, dashboards, or any UI where visual excellence and brand distinction matter. Also use when the user mentions "make it beautiful," "premium design," "world-class UI," "design system," "brand identity," "visual hierarchy," "make it feel right," "design that converts," "stand out from competitors," or wants design that goes beyond functional to become memorable and emotionally resonant. This skill produces the caliber of work that commands premium rates — design with soul, distinction, and craft.
Generate, preview, and export parametric 3D models using OpenSCAD scripting, including primitive shapes, CSG operations, transformations, full script execution, and STL/3MF export via the OpenSCAD CLI
| name | weather-forecast |
| display_name | Weather Forecast |
| description | Fetch current weather conditions and multi-day forecasts for any city worldwide using the Open-Meteo API |
| category | general |
| icon | cloud |
| skill_type | sandbox |
| catalog_type | addon |
| requirements | httpx>=0.25 |
| tool_schema | {"name":"weather-forecast","description":"Fetch current weather conditions and multi-day forecasts for any city worldwide","parameters":{"type":"object","properties":{"action":{"type":"string","description":"Which operation to perform","enum":["current","forecast"]},"city":{"type":"string","description":"City name to get weather for (e.g. 'London', 'New York', 'Tokyo')","default":""},"days":{"type":"integer","description":"Number of forecast days (1-16, only for forecast action)","default":7}},"required":["action","city"]}} |
Get real-time weather conditions and multi-day forecasts for any city in the world. Uses the free Open-Meteo API — no API key required.
Get the current weather conditions for a city.
action: "current", city: "Paris"Get a daily weather forecast for up to 16 days.
action: "forecast", city: "Tokyo", days: 7