{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zhihu-hot-cn",
    "name": "Zhihu Hot CN",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/zhihu-hot-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/zhihu-hot-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zhihu-hot-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zhihu-hot-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/get-hot.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/zhihu-hot-cn"
    },
    "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/zhihu-hot-cn",
    "agentPageUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/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": "知乎热榜监控",
        "body": "获取知乎热门话题、问题和趋势分析。"
      },
      {
        "title": "功能",
        "body": "🔥 获取知乎实时热榜\n📊 分析热门话题趋势\n🏷️ 按类别筛选（科技、娱乐、财经等）\n💾 导出为 Markdown/JSON"
      },
      {
        "title": "获取热榜",
        "body": "# 获取当前热榜（前 50 条）\n./scripts/get-hot.sh\n\n# 获取指定数量\n./scripts/get-hot.sh --limit 20\n\n# 输出 JSON 格式\n./scripts/get-hot.sh --format json"
      },
      {
        "title": "按类别筛选",
        "body": "# 科技类话题\n./scripts/get-hot.sh --category tech\n\n# 财经类话题\n./scripts/get-hot.sh --category finance\n\n# 娱乐类话题\n./scripts/get-hot.sh --category entertainment"
      },
      {
        "title": "趋势分析",
        "body": "# 对比昨天和今天的热榜变化\n./scripts/compare-trends.sh\n\n# 查找持续热门的话题（连续 3 天在榜）\n./scripts/find-persistent.sh --days 3"
      },
      {
        "title": "数据来源",
        "body": "知乎热榜数据来自公开数据源：\n\nzhihu-hot-questions - 每小时更新\nSnailDev/zhihu-hot-hub - 按天归档"
      },
      {
        "title": "Markdown 格式",
        "body": "# 知乎热榜 - 2026-02-19\n\n1. [如何评估 AI Agent 的商业价值？](https://zhihu.com/question/xxx) 🔥 999万热度\n2. [2026 年最值得学习的编程语言？](https://zhihu.com/question/xxx) 💬 523 回答\n3. ..."
      },
      {
        "title": "JSON 格式",
        "body": "{\n  \"date\": \"2026-02-19\",\n  \"items\": [\n    {\n      \"rank\": 1,\n      \"title\": \"如何评估 AI Agent 的商业价值？\",\n      \"url\": \"https://zhihu.com/question/xxx\",\n      \"heat\": 9990000,\n      \"answers\": 523\n    }\n  ]\n}"
      },
      {
        "title": "热度指标",
        "body": "🔥 热度值: 综合浏览量、互动量计算\n💬 回答数: 问题下的回答数量\n⏰ 在榜时间: 持续在热榜的天数"
      },
      {
        "title": "与其他平台对比",
        "body": "平台对应美国平台特点知乎Quora问答社区，知识分享抖音TikTok短视频小红书Instagram图文分享B站YouTube长视频"
      },
      {
        "title": "使用场景",
        "body": "内容创作: 发现热门话题，获取创作灵感\n市场研究: 了解用户关注点\n舆情监控: 追踪品牌/产品讨论\n知识获取: 快速了解当日热点"
      },
      {
        "title": "注意事项",
        "body": "数据来自公开数据源，非官方 API\n热榜每小时更新一次\n如需实时数据，请访问知乎官网\n\n版本: 1.0.0\n数据源: GitHub 公开项目"
      }
    ],
    "body": "知乎热榜监控\n\n获取知乎热门话题、问题和趋势分析。\n\n功能\n🔥 获取知乎实时热榜\n📊 分析热门话题趋势\n🏷️ 按类别筛选（科技、娱乐、财经等）\n💾 导出为 Markdown/JSON\n使用方法\n获取热榜\n# 获取当前热榜（前 50 条）\n./scripts/get-hot.sh\n\n# 获取指定数量\n./scripts/get-hot.sh --limit 20\n\n# 输出 JSON 格式\n./scripts/get-hot.sh --format json\n\n按类别筛选\n# 科技类话题\n./scripts/get-hot.sh --category tech\n\n# 财经类话题\n./scripts/get-hot.sh --category finance\n\n# 娱乐类话题\n./scripts/get-hot.sh --category entertainment\n\n趋势分析\n# 对比昨天和今天的热榜变化\n./scripts/compare-trends.sh\n\n# 查找持续热门的话题（连续 3 天在榜）\n./scripts/find-persistent.sh --days 3\n\n数据来源\n\n知乎热榜数据来自公开数据源：\n\nzhihu-hot-questions - 每小时更新\nSnailDev/zhihu-hot-hub - 按天归档\n输出示例\nMarkdown 格式\n# 知乎热榜 - 2026-02-19\n\n1. [如何评估 AI Agent 的商业价值？](https://zhihu.com/question/xxx) 🔥 999万热度\n2. [2026 年最值得学习的编程语言？](https://zhihu.com/question/xxx) 💬 523 回答\n3. ...\n\nJSON 格式\n{\n  \"date\": \"2026-02-19\",\n  \"items\": [\n    {\n      \"rank\": 1,\n      \"title\": \"如何评估 AI Agent 的商业价值？\",\n      \"url\": \"https://zhihu.com/question/xxx\",\n      \"heat\": 9990000,\n      \"answers\": 523\n    }\n  ]\n}\n\n热度指标\n🔥 热度值: 综合浏览量、互动量计算\n💬 回答数: 问题下的回答数量\n⏰ 在榜时间: 持续在热榜的天数\n与其他平台对比\n平台\t对应美国平台\t特点\n知乎\tQuora\t问答社区，知识分享\n抖音\tTikTok\t短视频\n小红书\tInstagram\t图文分享\nB站\tYouTube\t长视频\n使用场景\n内容创作: 发现热门话题，获取创作灵感\n市场研究: 了解用户关注点\n舆情监控: 追踪品牌/产品讨论\n知识获取: 快速了解当日热点\n注意事项\n数据来自公开数据源，非官方 API\n热榜每小时更新一次\n如需实时数据，请访问知乎官网\n\n版本: 1.0.0 数据源: GitHub 公开项目"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guohongbin-git/zhihu-hot-cn",
    "publisherUrl": "https://clawhub.ai/guohongbin-git/zhihu-hot-cn",
    "owner": "guohongbin-git",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zhihu-hot-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/zhihu-hot-cn",
    "agentUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zhihu-hot-cn/agent.md"
  }
}