{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swissweather",
    "name": "Swiss-Weather",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/xenofex7/swissweather",
    "canonicalUrl": "https://clawhub.ai/xenofex7/swissweather",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/swissweather",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swissweather",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/forecast.py",
      "scripts/current_weather.py",
      "scripts/current_weather_curl.sh",
      "references/api_info.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/swissweather"
    },
    "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/swissweather",
    "agentPageUrl": "https://openagent3.xyz/skills/swissweather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swissweather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swissweather/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SwissWeather",
        "body": "Get current weather measurements and forecasts from MeteoSwiss, the official Swiss Federal Office of Meteorology and Climatology."
      },
      {
        "title": "Why Use This",
        "body": "Official Swiss data: Direct from MeteoSwiss government service\nReal measurements: 100+ automated weather stations across Switzerland\nNo API key required: Free public data\nSwiss-optimized: Better coverage and accuracy for Switzerland than generic services\nComprehensive: Temperature, humidity, wind, precipitation, pressure, sunshine, radiation"
      },
      {
        "title": "Current Weather by Station",
        "body": "Get real-time measurements from a specific Swiss weather station:\n\nOption 1: Shell script (no dependencies)\n\nscripts/current_weather_curl.sh --station RAG\n\nOption 2: Python script (requires: pip3 install requests)\n\nscripts/current_weather.py --station RAG\n\nExample output:\n\nStation: RAG\nTime: 2026-01-15 11:40 UTC\nTemperature (°C)........................ 8.6\nRel. humidity (%)...................... 56.3\nWind speed (km/h)...................... 6.8\nPrecipitation (mm)..................... 0.0\n\nPopular stations:\n\nRAG - Rapperswil (Zurich region)\nBER - Bern\nZRH - Zurich Airport\nBAS - Basel\nGVE - Geneva\nLUG - Lugano"
      },
      {
        "title": "List All Stations",
        "body": "scripts/current_weather_curl.sh --list\n# or\nscripts/current_weather.py --list\n\nReturns 100+ Swiss weather stations with codes and last update time."
      },
      {
        "title": "Forecast by Postal Code",
        "body": "Get multi-day weather forecast:\n\nscripts/forecast.py 8640            # Rapperswil-Jona\nscripts/forecast.py 8001 --days 7   # Zurich, 7-day forecast\n\nNote: The forecast API may occasionally be unstable. If it fails, fall back to current weather measurements."
      },
      {
        "title": "Current Weather Measurements",
        "body": "Updated every 10 minutes from automated stations:\n\nTemperature (°C) - Air temperature at 2m height\nHumidity (%) - Relative humidity\nWind - Speed (km/h), direction (°), gust peak\nPrecipitation (mm) - Recent rainfall\nPressure (hPa) - Station level, sea level\nSunshine (min) - Duration of sunshine\nRadiation (W/m²) - Global solar radiation\nDew point (°C)"
      },
      {
        "title": "Weather Forecasts",
        "body": "Multi-day forecasts by Swiss postal code:\n\nDaily temperature (min/max)\nWeather conditions with icons\nPrecipitation amount and probability\nHourly forecasts (when available)"
      },
      {
        "title": "Station Selection",
        "body": "Choose the nearest station to your location:\n\nMajor cities: BER (Bern), ZRH (Zurich), BAS (Basel), GVE (Geneva), LUG (Lugano)\nZurich region: KLO (Kloten), RAG (Rapperswil), TAE (Tänikon)\nCentral: LUZ (Lucerne), ALT (Altdorf), ENG (Engelberg)\nMountains: SMA (Säntis), JUN (Jungfraujoch), PIL (Pilatus)\n\nTip: Avoid mountain stations for valley locations due to altitude differences.\n\nSee references/api_info.md for complete station list and details."
      },
      {
        "title": "JSON Output",
        "body": "All scripts support --json flag for programmatic use:\n\nscripts/current_weather.py --station RAG --json\nscripts/forecast.py 8640 --json"
      },
      {
        "title": "Multiple Stations",
        "body": "Show all current measurements:\n\nscripts/current_weather.py --all"
      },
      {
        "title": "Find Nearest Station",
        "body": "List all stations: scripts/current_weather.py --list\nIdentify closest by name/location\nUse that station code"
      },
      {
        "title": "Caching",
        "body": "Data updates every 10 minutes. Cache responses appropriately:\n\n# Cache current weather for 5-10 minutes\n# Cache forecasts for 1-2 hours"
      },
      {
        "title": "API Reference",
        "body": "See references/api_info.md for:\n\nComplete API documentation\nAll available data fields\nWeather icon codes\nWarning levels and types\nAlternative data sources\nTechnical details"
      },
      {
        "title": "Dependencies",
        "body": "pip3 install requests"
      },
      {
        "title": "Data Source",
        "body": "Provider: MeteoSwiss (Federal Office of Meteorology and Climatology)\nAuthority: Official Swiss government weather service\nUpdate: Every 10 minutes (current weather)\nCoverage: 100+ automated stations across Switzerland\nURL: https://data.geo.admin.ch / https://www.meteoschweiz.admin.ch"
      },
      {
        "title": "Troubleshooting",
        "body": "Forecast API fails: The MeteoSwiss app API occasionally changes. If forecast.py fails, use current weather measurements instead, or check references/api_info.md for alternative methods.\n\nStation not found: Use --list to see available stations. Station codes are 3-letter abbreviations (case-insensitive).\n\nMissing data: Some stations don't measure all parameters. Look for - or N/A in output."
      },
      {
        "title": "Related",
        "body": "swiss-transport: Swiss public transport schedules and connections\nweather: Generic weather service (wttr.in) - use swissweather for Switzerland"
      }
    ],
    "body": "SwissWeather\n\nGet current weather measurements and forecasts from MeteoSwiss, the official Swiss Federal Office of Meteorology and Climatology.\n\nWhy Use This\nOfficial Swiss data: Direct from MeteoSwiss government service\nReal measurements: 100+ automated weather stations across Switzerland\nNo API key required: Free public data\nSwiss-optimized: Better coverage and accuracy for Switzerland than generic services\nComprehensive: Temperature, humidity, wind, precipitation, pressure, sunshine, radiation\nQuick Start\nCurrent Weather by Station\n\nGet real-time measurements from a specific Swiss weather station:\n\nOption 1: Shell script (no dependencies)\n\nscripts/current_weather_curl.sh --station RAG\n\n\nOption 2: Python script (requires: pip3 install requests)\n\nscripts/current_weather.py --station RAG\n\n\nExample output:\n\nStation: RAG\nTime: 2026-01-15 11:40 UTC\nTemperature (°C)........................ 8.6\nRel. humidity (%)...................... 56.3\nWind speed (km/h)...................... 6.8\nPrecipitation (mm)..................... 0.0\n\n\nPopular stations:\n\nRAG - Rapperswil (Zurich region)\nBER - Bern\nZRH - Zurich Airport\nBAS - Basel\nGVE - Geneva\nLUG - Lugano\nList All Stations\nscripts/current_weather_curl.sh --list\n# or\nscripts/current_weather.py --list\n\n\nReturns 100+ Swiss weather stations with codes and last update time.\n\nForecast by Postal Code\n\nGet multi-day weather forecast:\n\nscripts/forecast.py 8640            # Rapperswil-Jona\nscripts/forecast.py 8001 --days 7   # Zurich, 7-day forecast\n\n\nNote: The forecast API may occasionally be unstable. If it fails, fall back to current weather measurements.\n\nAvailable Data\nCurrent Weather Measurements\n\nUpdated every 10 minutes from automated stations:\n\nTemperature (°C) - Air temperature at 2m height\nHumidity (%) - Relative humidity\nWind - Speed (km/h), direction (°), gust peak\nPrecipitation (mm) - Recent rainfall\nPressure (hPa) - Station level, sea level\nSunshine (min) - Duration of sunshine\nRadiation (W/m²) - Global solar radiation\nDew point (°C)\nWeather Forecasts\n\nMulti-day forecasts by Swiss postal code:\n\nDaily temperature (min/max)\nWeather conditions with icons\nPrecipitation amount and probability\nHourly forecasts (when available)\nStation Selection\n\nChoose the nearest station to your location:\n\nMajor cities: BER (Bern), ZRH (Zurich), BAS (Basel), GVE (Geneva), LUG (Lugano)\nZurich region: KLO (Kloten), RAG (Rapperswil), TAE (Tänikon)\nCentral: LUZ (Lucerne), ALT (Altdorf), ENG (Engelberg)\nMountains: SMA (Säntis), JUN (Jungfraujoch), PIL (Pilatus)\n\nTip: Avoid mountain stations for valley locations due to altitude differences.\n\nSee references/api_info.md for complete station list and details.\n\nJSON Output\n\nAll scripts support --json flag for programmatic use:\n\nscripts/current_weather.py --station RAG --json\nscripts/forecast.py 8640 --json\n\nAdvanced Usage\nMultiple Stations\n\nShow all current measurements:\n\nscripts/current_weather.py --all\n\nFind Nearest Station\nList all stations: scripts/current_weather.py --list\nIdentify closest by name/location\nUse that station code\nCaching\n\nData updates every 10 minutes. Cache responses appropriately:\n\n# Cache current weather for 5-10 minutes\n# Cache forecasts for 1-2 hours\n\nAPI Reference\n\nSee references/api_info.md for:\n\nComplete API documentation\nAll available data fields\nWeather icon codes\nWarning levels and types\nAlternative data sources\nTechnical details\nDependencies\npip3 install requests\n\nData Source\nProvider: MeteoSwiss (Federal Office of Meteorology and Climatology)\nAuthority: Official Swiss government weather service\nUpdate: Every 10 minutes (current weather)\nCoverage: 100+ automated stations across Switzerland\nURL: https://data.geo.admin.ch / https://www.meteoschweiz.admin.ch\nTroubleshooting\n\nForecast API fails: The MeteoSwiss app API occasionally changes. If forecast.py fails, use current weather measurements instead, or check references/api_info.md for alternative methods.\n\nStation not found: Use --list to see available stations. Station codes are 3-letter abbreviations (case-insensitive).\n\nMissing data: Some stations don't measure all parameters. Look for - or N/A in output.\n\nRelated\nswiss-transport: Swiss public transport schedules and connections\nweather: Generic weather service (wttr.in) - use swissweather for Switzerland"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xenofex7/swissweather",
    "publisherUrl": "https://clawhub.ai/xenofex7/swissweather",
    "owner": "xenofex7",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swissweather",
    "downloadUrl": "https://openagent3.xyz/downloads/swissweather",
    "agentUrl": "https://openagent3.xyz/skills/swissweather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swissweather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swissweather/agent.md"
  }
}