{
  "schemaVersion": "1.0",
  "item": {
    "slug": "baidu-search-node",
    "name": "Baidu Search Node",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wsh66660/baidu-search-node",
    "canonicalUrl": "https://clawhub.ai/wsh66660/baidu-search-node",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/baidu-search-node",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=baidu-search-node",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "baidusearch.js",
      "package-lock.json",
      "package.json"
    ],
    "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-search-node"
    },
    "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-search-node",
    "agentPageUrl": "https://openagent3.xyz/skills/baidu-search-node/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baidu-search-node/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baidu-search-node/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": "Baidu Search Skill",
        "body": "百度搜索命令行工具，通过 Node.js 脚本爬取百度搜索结果（无需 API key）。"
      },
      {
        "title": "激活条件",
        "body": "当用户提到：\n\n百度搜索\n用百度搜一下\nbaidu search\n使用 baidu_search 工具"
      },
      {
        "title": "工具实现",
        "body": "使用 baidusearch.js 脚本，位于 /Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js"
      },
      {
        "title": "使用方式",
        "body": "# 基本搜索\nnode baidusearch.js \"搜索内容\"\n\n# 指定结果数量\nnode baidusearch.js \"搜索内容\" -n 10\n\n# 调试模式\nnode baidusearch.js \"搜索内容\" -n 5 -d 1"
      },
      {
        "title": "参数说明",
        "body": "参数类型必需默认值说明[keyword]string是-搜索关键字-n, --numnumber否10返回结果数量-d, --debugnumber否0调试模式（0-关闭，1-打开）"
      },
      {
        "title": "返回格式",
        "body": "每条搜索结果包含：\n\nrank - 排名\ntitle - 标题\nabstract - 摘要/描述\nurl - 链接"
      },
      {
        "title": "与百度官方 API 技能对比",
        "body": "功能baidu-search-node (本技能)baidu-search (官方 API)API Key❌ 不需要✅ 需要 BAIDU_API_KEY资源类型过滤❌ 仅网页✅ web/video/image/aladdin时间过滤❌ 不支持✅ week/month/semiyear/year网站过滤❌ 不支持✅ 匹配/屏蔽网站安全搜索❌ 不支持✅ 支持实现方式网页爬虫百度千帆 API"
      },
      {
        "title": "配置",
        "body": "在 openclaw.json 中添加：\n\n{\n  tools: {\n    baiduSearch: {\n      enabled: true,\n      scriptPath: \"/Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js\",\n      defaultCount: 5,\n      timeout: 30000,\n    },\n  },\n}"
      },
      {
        "title": "使用方法",
        "body": "// 执行百度搜索\nconst { execSync } = require('child_process');\n\nfunction baiduSearch(query, count = 5) {\n  const scriptPath = '/Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js';\n  const cmd = `node \"${scriptPath}\" \"${query}\" -n ${count}`;\n  const output = execSync(cmd, { encoding: 'utf-8' });\n  return parseOutput(output);\n}"
      },
      {
        "title": "依赖安装",
        "body": "# 进入 skill 目录\ncd /Users/mac/.openclaw/workspace/skills/baidu-search\n\n# 安装依赖\nnpm install axios cheerio commander"
      },
      {
        "title": "注意事项",
        "body": "需要 Node.js 环境\n依赖 axios、cheerio、commander 包\n搜索结果来自百度网页，可能包含广告\n建议设置合理的 timeout 避免请求超时\n无需 API key，开箱即用"
      }
    ],
    "body": "Baidu Search Skill\n\n百度搜索命令行工具，通过 Node.js 脚本爬取百度搜索结果（无需 API key）。\n\n激活条件\n\n当用户提到：\n\n百度搜索\n用百度搜一下\nbaidu search\n使用 baidu_search 工具\n工具实现\n\n使用 baidusearch.js 脚本，位于 /Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js\n\n使用方式\n# 基本搜索\nnode baidusearch.js \"搜索内容\"\n\n# 指定结果数量\nnode baidusearch.js \"搜索内容\" -n 10\n\n# 调试模式\nnode baidusearch.js \"搜索内容\" -n 5 -d 1\n\n参数说明\n参数\t类型\t必需\t默认值\t说明\n[keyword]\tstring\t是\t-\t搜索关键字\n-n, --num\tnumber\t否\t10\t返回结果数量\n-d, --debug\tnumber\t否\t0\t调试模式（0-关闭，1-打开）\n返回格式\n\n每条搜索结果包含：\n\nrank - 排名\ntitle - 标题\nabstract - 摘要/描述\nurl - 链接\n与百度官方 API 技能对比\n功能\tbaidu-search-node (本技能)\tbaidu-search (官方 API)\nAPI Key\t❌ 不需要\t✅ 需要 BAIDU_API_KEY\n资源类型过滤\t❌ 仅网页\t✅ web/video/image/aladdin\n时间过滤\t❌ 不支持\t✅ week/month/semiyear/year\n网站过滤\t❌ 不支持\t✅ 匹配/屏蔽网站\n安全搜索\t❌ 不支持\t✅ 支持\n实现方式\t网页爬虫\t百度千帆 API\n配置\n\n在 openclaw.json 中添加：\n\n{\n  tools: {\n    baiduSearch: {\n      enabled: true,\n      scriptPath: \"/Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js\",\n      defaultCount: 5,\n      timeout: 30000,\n    },\n  },\n}\n\n使用方法\n// 执行百度搜索\nconst { execSync } = require('child_process');\n\nfunction baiduSearch(query, count = 5) {\n  const scriptPath = '/Users/mac/.openclaw/workspace/skills/baidu-search/baidusearch.js';\n  const cmd = `node \"${scriptPath}\" \"${query}\" -n ${count}`;\n  const output = execSync(cmd, { encoding: 'utf-8' });\n  return parseOutput(output);\n}\n\n依赖安装\n# 进入 skill 目录\ncd /Users/mac/.openclaw/workspace/skills/baidu-search\n\n# 安装依赖\nnpm install axios cheerio commander\n\n注意事项\n需要 Node.js 环境\n依赖 axios、cheerio、commander 包\n搜索结果来自百度网页，可能包含广告\n建议设置合理的 timeout 避免请求超时\n无需 API key，开箱即用"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wsh66660/baidu-search-node",
    "publisherUrl": "https://clawhub.ai/wsh66660/baidu-search-node",
    "owner": "wsh66660",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/baidu-search-node",
    "downloadUrl": "https://openagent3.xyz/downloads/baidu-search-node",
    "agentUrl": "https://openagent3.xyz/skills/baidu-search-node/agent",
    "manifestUrl": "https://openagent3.xyz/skills/baidu-search-node/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/baidu-search-node/agent.md"
  }
}