{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openmeteo-sh-weather-simple",
    "name": "Weather via OpenMeteo (via openmeteo-sh cli; simple ver)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lstpsche/openmeteo-sh-weather-simple",
    "canonicalUrl": "https://clawhub.ai/lstpsche/openmeteo-sh-weather-simple",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openmeteo-sh-weather-simple",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openmeteo-sh-weather-simple",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openmeteo-sh-weather-simple"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openmeteo-sh-weather-simple",
    "agentPageUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenMeteo Weather (openmeteo-sh)",
        "body": "Current weather and forecasts (up to 16 days) via openmeteo CLI. No API key required."
      },
      {
        "title": "Quick reference",
        "body": "openmeteo weather --current --city=Berlin --llm\nopenmeteo weather --current --forecast-days=2 --city=London --llm\nopenmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --llm\nopenmeteo weather --current --lat=48.85 --lon=2.35 --llm"
      },
      {
        "title": "Location (pick one)",
        "body": "--city=NAME — city name (auto-geocoded)\n--city=NAME --country=CODE — disambiguate (e.g. Portland --country=US)\n--lat=NUM --lon=NUM — direct coordinates"
      },
      {
        "title": "Options",
        "body": "--current — current conditions\n--forecast-days=N — forecast length, 1–16 (default 7)\n--forecast-since=N — start from day N (1=today, 2=tomorrow). Must be <= forecast-days.\n--hourly-params=LIST — override hourly variables (comma-separated)\n--daily-params=LIST — override daily variables (comma-separated)\n--current-params=LIST — override current variables (comma-separated)\n--temperature-unit=UNIT — celsius (default) / fahrenheit\n--llm — always pass this"
      },
      {
        "title": "Variables",
        "body": "Defaults are sensible for general weather. Override only when needed.\n\nCurrent & hourly:\n\ntemperature_2m — air temp, C\napparent_temperature — feels-like, C\nprecipitation — rain+showers+snow, mm\nprecipitation_probability (hourly only) — chance of precipitation, %\nweather_code — condition, auto-resolved to text\nwind_speed_10m — wind, km/h\nwind_gusts_10m — gusts, km/h\ncloud_cover — cloud cover, %\nsnowfall — snowfall, cm\nuv_index (hourly only) — UV index\n\nDaily:\n\ntemperature_2m_max / temperature_2m_min — max/min temp, C\nprecipitation_sum — total precipitation, mm\nprecipitation_probability_max — max precipitation chance, %\nweather_code — dominant condition\nwind_speed_10m_max — max wind, km/h\nsunrise / sunset — times\nsnowfall_sum — total snowfall, cm"
      },
      {
        "title": "Rules",
        "body": "Always pass --llm.\nQuote all user-provided values in shell commands: --city=\"New York\", --city=\"St. Petersburg\". Only known-safe tokens (numbers, single ASCII words) may be unquoted.\nNever use help subcommand or --raw — work only with what's described here.\nNo location specified -> use the user's default city/country if known from session context.\nSummarize results naturally — never paste raw output.\nUse --forecast-days=1 for today, =2 for tomorrow — minimize token waste.\nUse --forecast-since=N to skip to a specific future day.\nFor targeted questions, override params to fetch only what's needed.\nWhen the user switches cities (\"and what about London?\"), carry over all params used in prior weather queries this conversation — including any added in follow-ups. The new city gets the union of all previously requested params."
      },
      {
        "title": "Examples",
        "body": "\"What's the weather like?\" -> openmeteo weather --current --city=Berlin --llm\nSummarize: \"Clear, -12C (feels -17C), wind 9 km/h.\"\n\n\"When will the rain stop?\" -> openmeteo weather --forecast-days=2 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm\nFind when precipitation hits ~0. Answer: \"Should stop around 14:00.\"\n\n\"Do I need an umbrella?\" -> openmeteo weather --forecast-days=1 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm\n\"Yes — 70% chance between 11:00-15:00, up to 2mm.\"\n\n\"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\nPresent only Sat/Sun: \"Saturday: 14/8C, partly cloudy. Sunday: 16/9C, clear.\"\n\n\"Temperature outside?\" -> openmeteo weather --current --city=Berlin --current-params=temperature_2m,apparent_temperature --llm\n\"-5C, feels like -9C.\""
      }
    ],
    "body": "OpenMeteo Weather (openmeteo-sh)\n\nCurrent weather and forecasts (up to 16 days) via openmeteo CLI. No API key required.\n\nQuick reference\nopenmeteo weather --current --city=Berlin --llm\nopenmeteo weather --current --forecast-days=2 --city=London --llm\nopenmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --llm\nopenmeteo weather --current --lat=48.85 --lon=2.35 --llm\n\nLocation (pick one)\n--city=NAME — city name (auto-geocoded)\n--city=NAME --country=CODE — disambiguate (e.g. Portland --country=US)\n--lat=NUM --lon=NUM — direct coordinates\nOptions\n--current — current conditions\n--forecast-days=N — forecast length, 1–16 (default 7)\n--forecast-since=N — start from day N (1=today, 2=tomorrow). Must be <= forecast-days.\n--hourly-params=LIST — override hourly variables (comma-separated)\n--daily-params=LIST — override daily variables (comma-separated)\n--current-params=LIST — override current variables (comma-separated)\n--temperature-unit=UNIT — celsius (default) / fahrenheit\n--llm — always pass this\nVariables\n\nDefaults are sensible for general weather. Override only when needed.\n\nCurrent & hourly:\n\ntemperature_2m — air temp, C\napparent_temperature — feels-like, C\nprecipitation — rain+showers+snow, mm\nprecipitation_probability (hourly only) — chance of precipitation, %\nweather_code — condition, auto-resolved to text\nwind_speed_10m — wind, km/h\nwind_gusts_10m — gusts, km/h\ncloud_cover — cloud cover, %\nsnowfall — snowfall, cm\nuv_index (hourly only) — UV index\n\nDaily:\n\ntemperature_2m_max / temperature_2m_min — max/min temp, C\nprecipitation_sum — total precipitation, mm\nprecipitation_probability_max — max precipitation chance, %\nweather_code — dominant condition\nwind_speed_10m_max — max wind, km/h\nsunrise / sunset — times\nsnowfall_sum — total snowfall, cm\nRules\nAlways pass --llm.\nQuote all user-provided values in shell commands: --city=\"New York\", --city=\"St. Petersburg\". Only known-safe tokens (numbers, single ASCII words) may be unquoted.\nNever use help subcommand or --raw — work only with what's described here.\nNo location specified -> use the user's default city/country if known from session context.\nSummarize results naturally — never paste raw output.\nUse --forecast-days=1 for today, =2 for tomorrow — minimize token waste.\nUse --forecast-since=N to skip to a specific future day.\nFor targeted questions, override params to fetch only what's needed.\nWhen the user switches cities (\"and what about London?\"), carry over all params used in prior weather queries this conversation — including any added in follow-ups. The new city gets the union of all previously requested params.\nExamples\n\n\"What's the weather like?\" -> openmeteo weather --current --city=Berlin --llm Summarize: \"Clear, -12C (feels -17C), wind 9 km/h.\"\n\n\"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.\"\n\n\"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.\"\n\n\"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.\"\n\n\"Temperature outside?\" -> openmeteo weather --current --city=Berlin --current-params=temperature_2m,apparent_temperature --llm \"-5C, feels like -9C.\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lstpsche/openmeteo-sh-weather-simple",
    "publisherUrl": "https://clawhub.ai/lstpsche/openmeteo-sh-weather-simple",
    "owner": "lstpsche",
    "version": "1.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple",
    "downloadUrl": "https://openagent3.xyz/downloads/openmeteo-sh-weather-simple",
    "agentUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openmeteo-sh-weather-simple/agent.md"
  }
}