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