Get current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind,...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openmeteo-sh-weather-simple或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openmeteo-sh-weather-simple⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openmeteo-sh-weather-simple/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openmeteo-sh-weather-simple description: "Get current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind, or wants to know if they need an umbrella." metadata: {"openclaw":{"emoji":"🌤","requires":{"bins":["openmeteo"]}}} homepage: https://github.com/lstpsche/openmeteo-sh user-invocable: true ---
Current weather and forecasts (up to 16 days) via openmeteo CLI. No API key required.
openmeteo weather --current --city=Berlin --llm
openmeteo weather --current --forecast-days=2 --city=London --llm
openmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --llm
openmeteo weather --current --lat=48.85 --lon=2.35 --llm
--city=NAME — city name (auto-geocoded)--city=NAME --country=CODE — disambiguate (e.g. Portland --country=US)--lat=NUM --lon=NUM — direct coordinates--current — current conditions--forecast-days=N — forecast length, 1–16 (default 7)--forecast-since=N — start from day N (1=today, 2=tomorrow). Must be <= forecast-days.--hourly-params=LIST — override hourly variables (comma-separated)--daily-params=LIST — override daily variables (comma-separated)--current-params=LIST — override current variables (comma-separated)--temperature-unit=UNIT — celsius (default) / fahrenheit--llm — always pass thisDefaults are sensible for general weather. Override only when needed.
Current & hourly:
temperature_2m — air temp, Capparent_temperature — feels-like, Cprecipitation — rain+showers+snow, mmprecipitation_probability (hourly only) — chance of precipitation, %weather_code — condition, auto-resolved to textwind_speed_10m — wind, km/hwind_gusts_10m — gusts, km/hcloud_cover — cloud cover, %snowfall — snowfall, cmuv_index (hourly only) — UV indexDaily:
temperature_2m_max / temperature_2m_min — max/min temp, Cprecipitation_sum — total precipitation, mmprecipitation_probability_max — max precipitation chance, %weather_code — dominant conditionwind_speed_10m_max — max wind, km/hsunrise / sunset — timessnowfall_sum — total snowfall, cm--llm.--city="New York", --city="St. Petersburg". Only known-safe tokens (numbers, single ASCII words) may be unquoted.help subcommand or --raw — work only with what's described here.--forecast-days=1 for today, =2 for tomorrow — minimize token waste.--forecast-since=N to skip to a specific future day."What's the weather like?" -> openmeteo weather --current --city=Berlin --llm Summarize: "Clear, -12C (feels -17C), wind 9 km/h."
"When will the rain stop?" -> openmeteo weather --forecast-days=2 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm Find when precipitation hits ~0. Answer: "Should stop around 14:00."
"Do I need an umbrella?" -> openmeteo weather --forecast-days=1 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm "Yes — 70% chance between 11:00-15:00, up to 2mm."
"Weather this weekend in Rome?" -> openmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --daily-params=temperature_2m_max,temperature_2m_min,weather_code,precipitation_sum --llm Present only Sat/Sun: "Saturday: 14/8C, partly cloudy. Sunday: 16/9C, clear."
"Temperature outside?" -> openmeteo weather --current --city=Berlin --current-params=temperature_2m,apparent_temperature --llm "-5C, feels like -9C."
安装 Weather via OpenMeteo (via openmeteo-sh cli; simple ver) 后,可以对 AI 说这些话来触发它
Help me get started with Weather via OpenMeteo (via openmeteo-sh cli; simple ver)
Explains what Weather via OpenMeteo (via openmeteo-sh cli; simple ver) does, walks through the setup, and runs a quick demo based on your current project
Use Weather via OpenMeteo (via openmeteo-sh cli; simple ver) to get current weather and forecasts for any city or coordinates using...
Invokes Weather via OpenMeteo (via openmeteo-sh cli; simple ver) with the right parameters and returns the result directly in the conversation
What can I do with Weather via OpenMeteo (via openmeteo-sh cli; simple ver) in my data & analytics workflow?
将技能文件夹放到 ~/.claude/skills/openmeteo-sh-weather-simple/ 目录(个人级,所有项目可用),或 .claude/skills/openmeteo-sh-weather-simple/(项目级)。重启 AI 客户端后,用 /openmeteo-sh-weather-simple 主动调用,或让 AI 根据上下文自动发现并使用。
Weather via OpenMeteo (via openmeteo-sh cli; simple ver) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Weather via OpenMeteo (via openmeteo-sh cli; simple ver) 可免费安装使用。请查阅仓库了解许可证信息。
Get current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind,...
Lists the top use cases for Weather via OpenMeteo (via openmeteo-sh cli; simple ver), with example commands for each scenario
Automate my data & analytics tasks using Weather via OpenMeteo (via openmeteo-sh cli; simple ver)
Identifies repetitive steps in your workflow and sets up Weather via OpenMeteo (via openmeteo-sh cli; simple ver) to handle them automatically
Weather via OpenMeteo (via openmeteo-sh cli; simple ver) 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。