{
  "schemaVersion": "1.0",
  "item": {
    "slug": "baidu-hot-cn",
    "name": "Baidu Hot Cn",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/guohongbin-git/baidu-hot-cn",
    "canonicalUrl": "https://clawhub.ai/guohongbin-git/baidu-hot-cn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/baidu-hot-cn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=baidu-hot-cn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/baidu_hot.py"
    ],
    "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-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/baidu-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/baidu-hot-cn",
    "agentPageUrl": "https://openagent3.xyz/skills/baidu-hot-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baidu-hot-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baidu-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. 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": "实时热搜 - 获取当前百度热搜榜 Top 30\n搜索指数 - 显示每条热搜的搜索量\n分类标签 - 娱乐、科技、社会、体育等"
      },
      {
        "title": "趋势分析",
        "body": "上升最快 - 搜索量上升最快的关键词\n地域分布 - 不同地区的搜索热度\n时间趋势 - 24小时搜索趋势"
      },
      {
        "title": "关键词监控",
        "body": "关键词追踪 - 监控特定关键词热度\n竞品监控 - 监控竞品相关搜索\n行业趋势 - 行业关键词热度变化"
      },
      {
        "title": "获取热搜榜",
        "body": "获取百度热搜榜前 10\n\n返回：\n\n[\n  {\"rank\": 1, \"title\": \"春节档电影票房\", \"search_count\": 1234567, \"category\": \"娱乐\"},\n  {\"rank\": 2, \"title\": \"AI技术突破\", \"search_count\": 987654, \"category\": \"科技\"},\n  {\"rank\": 3, \"title\": \"春运最新消息\", \"search_count\": 876543, \"category\": \"社会\"}\n]"
      },
      {
        "title": "关键词搜索",
        "body": "查询 \"AI\" 在百度的搜索热度"
      },
      {
        "title": "趋势分析",
        "body": "分析百度热搜今天的科技类话题"
      },
      {
        "title": "数据来源",
        "body": "百度热搜榜 API（如可用）\n模拟数据（API 不可用时）\n历史数据对比"
      },
      {
        "title": "与其他 Skill 配合",
        "body": "weibo-hot-cn - 微博热搜对比\nzhihu-hot-cn - 知乎热榜对比\ntoutiao-hot-news-cn - 头条热榜对比"
      },
      {
        "title": "热榜列表",
        "body": "🔍 百度热搜榜 Top 10\n\n1. [娱乐] 春节档电影票房 - 123.5万搜索\n2. [科技] AI技术突破 - 98.8万搜索\n3. [社会] 春运最新消息 - 87.7万搜索\n..."
      },
      {
        "title": "趋势报告",
        "body": "📊 百度热搜趋势分析\n\n今日热点分类：\n- 娱乐：35%\n- 科技：28%\n- 社会：22%\n- 体育：15%\n\n上升最快：AI技术突破 (+250%)\n\n百度热榜，洞察搜索趋势 🔍"
      }
    ],
    "body": "百度热榜监控\n\n百度搜索热搜榜实时监控，支持搜索趋势分析、关键词热度追踪。\n\n功能\n热榜获取\n实时热搜 - 获取当前百度热搜榜 Top 30\n搜索指数 - 显示每条热搜的搜索量\n分类标签 - 娱乐、科技、社会、体育等\n趋势分析\n上升最快 - 搜索量上升最快的关键词\n地域分布 - 不同地区的搜索热度\n时间趋势 - 24小时搜索趋势\n关键词监控\n关键词追踪 - 监控特定关键词热度\n竞品监控 - 监控竞品相关搜索\n行业趋势 - 行业关键词热度变化\n使用方式\n获取热搜榜\n获取百度热搜榜前 10\n\n\n返回：\n\n[\n  {\"rank\": 1, \"title\": \"春节档电影票房\", \"search_count\": 1234567, \"category\": \"娱乐\"},\n  {\"rank\": 2, \"title\": \"AI技术突破\", \"search_count\": 987654, \"category\": \"科技\"},\n  {\"rank\": 3, \"title\": \"春运最新消息\", \"search_count\": 876543, \"category\": \"社会\"}\n]\n\n关键词搜索\n查询 \"AI\" 在百度的搜索热度\n\n趋势分析\n分析百度热搜今天的科技类话题\n\n数据来源\n百度热搜榜 API（如可用）\n模拟数据（API 不可用时）\n历史数据对比\n与其他 Skill 配合\nweibo-hot-cn - 微博热搜对比\nzhihu-hot-cn - 知乎热榜对比\ntoutiao-hot-news-cn - 头条热榜对比\n输出格式\n热榜列表\n🔍 百度热搜榜 Top 10\n\n1. [娱乐] 春节档电影票房 - 123.5万搜索\n2. [科技] AI技术突破 - 98.8万搜索\n3. [社会] 春运最新消息 - 87.7万搜索\n...\n\n趋势报告\n📊 百度热搜趋势分析\n\n今日热点分类：\n- 娱乐：35%\n- 科技：28%\n- 社会：22%\n- 体育：15%\n\n上升最快：AI技术突破 (+250%)\n\n\n百度热榜，洞察搜索趋势 🔍"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guohongbin-git/baidu-hot-cn",
    "publisherUrl": "https://clawhub.ai/guohongbin-git/baidu-hot-cn",
    "owner": "guohongbin-git",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/baidu-hot-cn",
    "downloadUrl": "https://openagent3.xyz/downloads/baidu-hot-cn",
    "agentUrl": "https://openagent3.xyz/skills/baidu-hot-cn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baidu-hot-cn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baidu-hot-cn/agent.md"
  }
}