{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weathercli",
    "name": "Weathercli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pjtf93/weathercli",
    "canonicalUrl": "https://clawhub.ai/pjtf93/weathercli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/weathercli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weathercli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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",
      "slug": "weathercli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T20:39:00.291Z",
      "expiresAt": "2026-05-17T20:39:00.291Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weathercli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weathercli",
        "contentDisposition": "attachment; filename=\"weathercli-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "weathercli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/weathercli"
    },
    "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/weathercli",
    "agentPageUrl": "https://openagent3.xyz/skills/weathercli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weathercli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weathercli/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": "Weather CLI",
        "body": "Use the weathercli command to retrieve weather information for any location worldwide."
      },
      {
        "title": "Current Weather",
        "body": "Get real-time weather conditions including temperature, humidity, wind, and precipitation.\n\nweathercli current \"<location>\"\nweathercli current \"<location>\" --json\n\nReturns: Current temperature, \"feels like\" temperature, humidity %, wind speed/direction, pressure, cloud cover, UV index, precipitation, weather condition description, and timestamp in local timezone."
      },
      {
        "title": "Forecast",
        "body": "Get daily or hourly weather forecasts.\n\n# Daily forecast (default: 7 days, max: 16)\nweathercli forecast \"<location>\" --days <N>\n\n# Hourly forecast (max: 384 hours)\nweathercli forecast \"<location>\" --hourly --hours <N>\n\n# JSON output for parsing\nweathercli forecast \"<location>\" --json\n\nReturns: For each day/hour: temperature (high/low or current), weather condition, precipitation probability and amount, wind speed/direction, UV index, sunrise/sunset times (daily only)."
      },
      {
        "title": "Location Search",
        "body": "Find coordinates and timezone information for a location.\n\nweathercli search \"<location>\"\nweathercli search \"<location>\" --json\n\nReturns: Location name, coordinates (lat/lon), country, region/state, timezone."
      },
      {
        "title": "Location Format",
        "body": "Locations are flexible and geocoded automatically:\n\nCity names: \"London\", \"Tokyo\", \"New York\"\nCity + country: \"Paris, France\", \"Berlin, Germany\"\nCity + state/region: \"Portland, Oregon\", \"Barcelona, Catalonia\"\nAmbiguous names: Add country/region for precision"
      },
      {
        "title": "Options",
        "body": "--json - Output structured JSON (recommended for parsing)\n--no-color - Disable color output (for plain text parsing)\n--days N - Number of days for forecast (1-16, default: 7)\n--hourly - Show hourly instead of daily forecast\n--hours N - Number of hours for hourly forecast (1-384)\n--verbose - Show detailed request information"
      },
      {
        "title": "Human-Readable (default)",
        "body": "Color-coded temperatures, formatted with emojis and units. Times shown in location's local timezone."
      },
      {
        "title": "JSON Structure",
        "body": "Current weather:\n\n{\n  \"location\": {\n    \"name\": \"Tokyo\",\n    \"latitude\": 35.6895,\n    \"longitude\": 139.6917,\n    \"country\": \"Japan\",\n    \"timezone\": \"Asia/Tokyo\"\n  },\n  \"time\": \"2026-01-12T18:45:00+09:00\",\n  \"temperature\": 4.7,\n  \"apparent\": 1.8,\n  \"humidity\": 66,\n  \"wind_speed\": 3.6,\n  \"wind_direction\": 135,\n  \"condition\": \"Clear sky\",\n  \"weather_code\": 0,\n  \"precipitation\": 0,\n  \"cloud_cover\": 0,\n  \"pressure\": 1015.2,\n  \"uv_index\": 0\n}\n\nForecast:\n\n{\n  \"location\": { ... },\n  \"daily\": [\n    {\n      \"date\": \"2026-01-12\",\n      \"temp_max\": 12.1,\n      \"temp_min\": 4.3,\n      \"condition\": \"Slight rain\",\n      \"precip_prob\": 75,\n      \"precipitation\": 1.5,\n      \"sunrise\": \"2026-01-12T08:04:00+09:00\",\n      \"sunset\": \"2026-01-12T16:45:00+09:00\",\n      \"wind_speed_max\": 15.3,\n      \"wind_direction\": 202,\n      \"uv_index_max\": 2.4\n    }\n  ]\n}"
      },
      {
        "title": "When to Use",
        "body": "User asks for weather, temperature, forecast, or conditions\nPlanning activities and need weather data\nChecking if it will rain, snow, or be sunny\nGetting climate information for travel planning\nNeed sunrise/sunset times\nComparing weather across locations"
      },
      {
        "title": "Location Handling",
        "body": "If user provides clear location, use it directly\nIf ambiguous (e.g., \"Portland\"), ask for clarification or add context\nIf location not found, suggest checking spelling or adding country\nFor coordinates, use search command first to validate"
      },
      {
        "title": "Parsing Output",
        "body": "Always use --json for programmatic parsing\nExtract temperature, condition, wind_speed for quick summaries\nCheck precip_prob for rain likelihood\nUse sunrise/sunset for daylight planning\nweather_code follows WMO standard (0-99)"
      },
      {
        "title": "Best Practices",
        "body": "Request 3-5 days for travel planning (not full 16)\nUse hourly forecast for detailed day planning\nCheck apparent temperature for \"feels like\" comfort\nUV index >3 = recommend sun protection\nWind speed >20 km/h = mention it's windy"
      },
      {
        "title": "Examples",
        "body": "Quick weather check:\n\nweathercli current \"London\" --json | jq '.temperature, .condition'\n\nWeek forecast for trip:\n\nweathercli forecast \"Barcelona\" --days 5 --json\n\nDetailed today's hourly:\n\nweathercli forecast \"Seattle\" --hourly --hours 24\n\nCheck multiple cities:\n\nfor city in \"Tokyo\" \"London\" \"New York\"; do\n  weathercli current \"$city\" --json | jq -r '\"\\(.location.name): \\(.temperature)°C, \\(.condition)\"'\ndone\n\nFind exact location:\n\nweathercli search \"Springfield\" --json"
      },
      {
        "title": "Notes",
        "body": "No API key required - Uses free Open-Meteo API\nWorldwide coverage - Works for any location globally\nTemperatures in Celsius - Convert if needed (°F = °C × 9/5 + 32)\nWind speed in km/h - Convert to mph if needed (×0.621)\nLocal timezone - All times automatically converted\nRate limits - Reasonable for personal/agent use; avoid hammering\nAccuracy - Data from multiple meteorological sources\nUpdates - Current weather updates every 15 minutes\nOffline - Requires internet connection"
      },
      {
        "title": "Error Handling",
        "body": "Location not found:\n\nError: location not found: Atlantis\n\n→ Check spelling, try adding country/region\n\nNetwork error:\n\nError: weather API error: network timeout\n\n→ Retry after brief delay\n\nInvalid input:\n\nError: invalid days value\n\n→ Check --days is between 1-16"
      },
      {
        "title": "Installation",
        "body": "If weathercli is not available:\n\n# Via Go\ngo install github.com/pjtf93/weathercli/cmd/weathercli@latest\n\n# Or download binary from releases\n# https://github.com/pjtf93/weathercli/releases"
      }
    ],
    "body": "Weather CLI\n\nUse the weathercli command to retrieve weather information for any location worldwide.\n\nCommands\nCurrent Weather\n\nGet real-time weather conditions including temperature, humidity, wind, and precipitation.\n\nweathercli current \"<location>\"\nweathercli current \"<location>\" --json\n\n\nReturns: Current temperature, \"feels like\" temperature, humidity %, wind speed/direction, pressure, cloud cover, UV index, precipitation, weather condition description, and timestamp in local timezone.\n\nForecast\n\nGet daily or hourly weather forecasts.\n\n# Daily forecast (default: 7 days, max: 16)\nweathercli forecast \"<location>\" --days <N>\n\n# Hourly forecast (max: 384 hours)\nweathercli forecast \"<location>\" --hourly --hours <N>\n\n# JSON output for parsing\nweathercli forecast \"<location>\" --json\n\n\nReturns: For each day/hour: temperature (high/low or current), weather condition, precipitation probability and amount, wind speed/direction, UV index, sunrise/sunset times (daily only).\n\nLocation Search\n\nFind coordinates and timezone information for a location.\n\nweathercli search \"<location>\"\nweathercli search \"<location>\" --json\n\n\nReturns: Location name, coordinates (lat/lon), country, region/state, timezone.\n\nLocation Format\n\nLocations are flexible and geocoded automatically:\n\nCity names: \"London\", \"Tokyo\", \"New York\"\nCity + country: \"Paris, France\", \"Berlin, Germany\"\nCity + state/region: \"Portland, Oregon\", \"Barcelona, Catalonia\"\nAmbiguous names: Add country/region for precision\nOptions\n--json - Output structured JSON (recommended for parsing)\n--no-color - Disable color output (for plain text parsing)\n--days N - Number of days for forecast (1-16, default: 7)\n--hourly - Show hourly instead of daily forecast\n--hours N - Number of hours for hourly forecast (1-384)\n--verbose - Show detailed request information\nOutput Format\nHuman-Readable (default)\n\nColor-coded temperatures, formatted with emojis and units. Times shown in location's local timezone.\n\nJSON Structure\n\nCurrent weather:\n\n{\n  \"location\": {\n    \"name\": \"Tokyo\",\n    \"latitude\": 35.6895,\n    \"longitude\": 139.6917,\n    \"country\": \"Japan\",\n    \"timezone\": \"Asia/Tokyo\"\n  },\n  \"time\": \"2026-01-12T18:45:00+09:00\",\n  \"temperature\": 4.7,\n  \"apparent\": 1.8,\n  \"humidity\": 66,\n  \"wind_speed\": 3.6,\n  \"wind_direction\": 135,\n  \"condition\": \"Clear sky\",\n  \"weather_code\": 0,\n  \"precipitation\": 0,\n  \"cloud_cover\": 0,\n  \"pressure\": 1015.2,\n  \"uv_index\": 0\n}\n\n\nForecast:\n\n{\n  \"location\": { ... },\n  \"daily\": [\n    {\n      \"date\": \"2026-01-12\",\n      \"temp_max\": 12.1,\n      \"temp_min\": 4.3,\n      \"condition\": \"Slight rain\",\n      \"precip_prob\": 75,\n      \"precipitation\": 1.5,\n      \"sunrise\": \"2026-01-12T08:04:00+09:00\",\n      \"sunset\": \"2026-01-12T16:45:00+09:00\",\n      \"wind_speed_max\": 15.3,\n      \"wind_direction\": 202,\n      \"uv_index_max\": 2.4\n    }\n  ]\n}\n\nUsage Guidelines\nWhen to Use\nUser asks for weather, temperature, forecast, or conditions\nPlanning activities and need weather data\nChecking if it will rain, snow, or be sunny\nGetting climate information for travel planning\nNeed sunrise/sunset times\nComparing weather across locations\nLocation Handling\nIf user provides clear location, use it directly\nIf ambiguous (e.g., \"Portland\"), ask for clarification or add context\nIf location not found, suggest checking spelling or adding country\nFor coordinates, use search command first to validate\nParsing Output\nAlways use --json for programmatic parsing\nExtract temperature, condition, wind_speed for quick summaries\nCheck precip_prob for rain likelihood\nUse sunrise/sunset for daylight planning\nweather_code follows WMO standard (0-99)\nBest Practices\nRequest 3-5 days for travel planning (not full 16)\nUse hourly forecast for detailed day planning\nCheck apparent temperature for \"feels like\" comfort\nUV index >3 = recommend sun protection\nWind speed >20 km/h = mention it's windy\nExamples\n\nQuick weather check:\n\nweathercli current \"London\" --json | jq '.temperature, .condition'\n\n\nWeek forecast for trip:\n\nweathercli forecast \"Barcelona\" --days 5 --json\n\n\nDetailed today's hourly:\n\nweathercli forecast \"Seattle\" --hourly --hours 24\n\n\nCheck multiple cities:\n\nfor city in \"Tokyo\" \"London\" \"New York\"; do\n  weathercli current \"$city\" --json | jq -r '\"\\(.location.name): \\(.temperature)°C, \\(.condition)\"'\ndone\n\n\nFind exact location:\n\nweathercli search \"Springfield\" --json\n\nNotes\nNo API key required - Uses free Open-Meteo API\nWorldwide coverage - Works for any location globally\nTemperatures in Celsius - Convert if needed (°F = °C × 9/5 + 32)\nWind speed in km/h - Convert to mph if needed (×0.621)\nLocal timezone - All times automatically converted\nRate limits - Reasonable for personal/agent use; avoid hammering\nAccuracy - Data from multiple meteorological sources\nUpdates - Current weather updates every 15 minutes\nOffline - Requires internet connection\nError Handling\n\nLocation not found:\n\nError: location not found: Atlantis\n\n\n→ Check spelling, try adding country/region\n\nNetwork error:\n\nError: weather API error: network timeout\n\n\n→ Retry after brief delay\n\nInvalid input:\n\nError: invalid days value\n\n\n→ Check --days is between 1-16\n\nInstallation\n\nIf weathercli is not available:\n\n# Via Go\ngo install github.com/pjtf93/weathercli/cmd/weathercli@latest\n\n# Or download binary from releases\n# https://github.com/pjtf93/weathercli/releases"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pjtf93/weathercli",
    "publisherUrl": "https://clawhub.ai/pjtf93/weathercli",
    "owner": "pjtf93",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weathercli",
    "downloadUrl": "https://openagent3.xyz/downloads/weathercli",
    "agentUrl": "https://openagent3.xyz/skills/weathercli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weathercli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weathercli/agent.md"
  }
}