{
  "schemaVersion": "1.0",
  "item": {
    "slug": "maomao-weather",
    "name": "weather",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/maomaoshuo/maomao-weather",
    "canonicalUrl": "https://clawhub.ai/maomaoshuo/maomao-weather",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/maomao-weather",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maomao-weather",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/weather.py",
      "references/weather_details.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/maomao-weather"
    },
    "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/maomao-weather",
    "agentPageUrl": "https://openagent3.xyz/skills/maomao-weather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maomao-weather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maomao-weather/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": "天气查询技能",
        "body": "查询指定城市的当前天气信息，包括温度、天气状况、风速、风向等。"
      },
      {
        "title": "快速使用",
        "body": "执行天气查询：\nprintf '%s\\n' \"$ARGUMENTS\" | python3 \"scripts/weather.py\"\n\n\n\n参数处理：\n\n城市参数支持中文、英文、拼音\n自动过滤\"天气\"、\"怎么样\"等修饰词\n无参数时默认查询北京\n\n\n\n输出解析：脚本返回格式化的天气信息，提取核心数据呈现给用户。"
      },
      {
        "title": "详细参考",
        "body": "城市支持与查询技巧：见 references/weather_details.md\n故障排除指南：见 references/weather_details.md#故障排除"
      },
      {
        "title": "示例用法",
        "body": "查询北京天气 → 自动触发，查询北京\n/weather 上海 → 查询上海天气\n纽约温度多少 → 查询纽约天气\nLondon weather → 查询伦敦天气\n\n脚本自动处理城市名匹配和地理编码，优先匹配知名城市。"
      }
    ],
    "body": "天气查询技能\n\n查询指定城市的当前天气信息，包括温度、天气状况、风速、风向等。\n\n快速使用\n\n执行天气查询：\n\nprintf '%s\\n' \"$ARGUMENTS\" | python3 \"scripts/weather.py\"\n\n\n参数处理：\n\n城市参数支持中文、英文、拼音\n自动过滤\"天气\"、\"怎么样\"等修饰词\n无参数时默认查询北京\n\n输出解析：脚本返回格式化的天气信息，提取核心数据呈现给用户。\n\n详细参考\n城市支持与查询技巧：见 references/weather_details.md\n故障排除指南：见 references/weather_details.md#故障排除\n示例用法\n查询北京天气 → 自动触发，查询北京\n/weather 上海 → 查询上海天气\n纽约温度多少 → 查询纽约天气\nLondon weather → 查询伦敦天气\n\n脚本自动处理城市名匹配和地理编码，优先匹配知名城市。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/maomaoshuo/maomao-weather",
    "publisherUrl": "https://clawhub.ai/maomaoshuo/maomao-weather",
    "owner": "maomaoshuo",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/maomao-weather",
    "downloadUrl": "https://openagent3.xyz/downloads/maomao-weather",
    "agentUrl": "https://openagent3.xyz/skills/maomao-weather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maomao-weather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maomao-weather/agent.md"
  }
}