{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weibo-fresh-posts",
    "name": "微博关键信息不漏看",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/hwb96/weibo-fresh-posts",
    "canonicalUrl": "https://clawhub.ai/hwb96/weibo-fresh-posts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/weibo-fresh-posts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weibo-fresh-posts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/cron-setup.md",
      "references/markdown-schema.md",
      "references/workflow.md",
      "scripts/install_cron.sh"
    ],
    "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-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/weibo-fresh-posts"
    },
    "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/weibo-fresh-posts",
    "agentPageUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/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": "Weibo Timeline Monitor（微博关键信息不漏看）",
        "body": "将微博「最新微博」时间线的新增帖子稳定写入本地日报，方便随时打开 Markdown 查看，不再漏看关键信息。"
      },
      {
        "title": "本 Skill 强制约束",
        "body": "抓取前必须先点击左侧 最新微博，不能直接在推荐流抓取。\n表格时间列必须是帖子原始发布时间，禁止写抓取时间。\n发帖内容 必须是原帖正文，不能写成概括句。\n内容总结 只写简短摘要（<= 30 字）。\n以原始链接全文件去重，避免重复记录。\n在时间窗口内执行滚动补抓，降低漏抓概率。"
      },
      {
        "title": "参考文档",
        "body": "references/workflow.md：完整抓取流程与时间解析规则。\nreferences/markdown-schema.md：Markdown 表头与字段语义。\nreferences/cron-setup.md：如何与 OpenClaw Cron 组合。"
      },
      {
        "title": "快速开始",
        "body": "确保 openclaw 浏览器 profile 已登录微博。\n按 references/workflow.md 执行抓取流程。\n按 references/markdown-schema.md 写入日报。\n使用 scripts/install_cron.sh 创建周期任务。"
      },
      {
        "title": "安全注意",
        "body": "不在提示词、仓库或输出文件中保存账号密码、Cookie。\n时间文本无法解析时跳过该条，并在运行摘要中统计跳过数。\n无法稳定进入「最新微博」时，返回可读失败信息，避免静默错抓。"
      }
    ],
    "body": "Weibo Timeline Monitor（微博关键信息不漏看）\n\n将微博「最新微博」时间线的新增帖子稳定写入本地日报，方便随时打开 Markdown 查看，不再漏看关键信息。\n\n本 Skill 强制约束\n抓取前必须先点击左侧 最新微博，不能直接在推荐流抓取。\n表格时间列必须是帖子原始发布时间，禁止写抓取时间。\n发帖内容 必须是原帖正文，不能写成概括句。\n内容总结 只写简短摘要（<= 30 字）。\n以原始链接全文件去重，避免重复记录。\n在时间窗口内执行滚动补抓，降低漏抓概率。\n参考文档\nreferences/workflow.md：完整抓取流程与时间解析规则。\nreferences/markdown-schema.md：Markdown 表头与字段语义。\nreferences/cron-setup.md：如何与 OpenClaw Cron 组合。\n快速开始\n确保 openclaw 浏览器 profile 已登录微博。\n按 references/workflow.md 执行抓取流程。\n按 references/markdown-schema.md 写入日报。\n使用 scripts/install_cron.sh 创建周期任务。\n安全注意\n不在提示词、仓库或输出文件中保存账号密码、Cookie。\n时间文本无法解析时跳过该条，并在运行摘要中统计跳过数。\n无法稳定进入「最新微博」时，返回可读失败信息，避免静默错抓。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hwb96/weibo-fresh-posts",
    "publisherUrl": "https://clawhub.ai/hwb96/weibo-fresh-posts",
    "owner": "hwb96",
    "version": "0.1.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weibo-fresh-posts",
    "downloadUrl": "https://openagent3.xyz/downloads/weibo-fresh-posts",
    "agentUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weibo-fresh-posts/agent.md"
  }
}