{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bocha-web-search",
    "name": "Bocha Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Iuriak/bocha-web-search",
    "canonicalUrl": "https://clawhub.ai/Iuriak/bocha-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bocha-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bocha-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-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/bocha-web-search"
    },
    "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/bocha-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/bocha-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bocha-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bocha-web-search/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": "Bocha Web Search",
        "body": "This skill performs web searches using the Bocha Web Search API.\n\nIt is designed to:\n\nRetrieve up-to-date information\nVerify factual claims\nProvide source-backed answers\nSupport citation-based responses\n\nThis version avoids shell-specific instructions and system-level file operations to ensure compatibility with secure environments such as ClawHub."
      },
      {
        "title": "When to Use This Skill",
        "body": "Use this skill whenever the user request:\n\nRequires information not present in the conversation\nInvolves time-sensitive or changing data (news, policies, financial data, releases)\nRequires fact-checking or verification\nRequests links, sources, or citations\nMentions a specific organization, event, person, or product and asks for factual details\n\nIf uncertain whether online lookup is required, perform a search."
      },
      {
        "title": "API Specification",
        "body": "Endpoint:\n\nPOST https://api.bocha.cn/v1/web-search\n\nHeaders:\n\nAuthorization: Bearer <BOCHA_API_KEY>\nContent-Type: application/json\n\nRequest body (recommended defaults):\n\n{\n\"query\": \"<USER_QUERY>\",\n\"freshness\": \"noLimit\",\n\"summary\": true,\n\"count\": 10\n}\n\nField meanings:\n\nquery: search query string (required)\nfreshness: time filter (e.g., noLimit, oneWeek, oneMonth)\nsummary: whether to include summarized content\ncount: number of returned results (1–50)"
      },
      {
        "title": "Response Structure",
        "body": "Search results are located at:\n\ndata.webPages.value[]\n\nEach result typically contains:\n\nname (title)\nurl\nsnippet\nsummary (original content)\nsiteName\ndatePublished"
      },
      {
        "title": "Citation Rules (Mandatory)",
        "body": "When generating the final answer:\n\nSupport factual statements using returned sources.\nAssign citation numbers in order of appearance: [1], [2], [3]\nEnd with a References section.\nEach reference must include:\n\nTitle\nURL\nSite name (if available)\n\nExample output format:\n\nAnswer:\n\n<Your answer with inline citations like [1], [2].>\n\nReferences\n\n[1] <title>\n<url>\nSource: <siteName>\n\n[2] <title>\n<url>\nSource: <siteName>\n\nIf no reliable sources are found, respond with:\n\"No reliable sources found.\""
      },
      {
        "title": "Error Handling",
        "body": "Common API error codes:\n\n400: Bad request\n401: Invalid API key\n403: Insufficient balance\n429: Rate limit exceeded\n500: Server error\n\nUse log_id from API responses for debugging if needed."
      }
    ],
    "body": "Bocha Web Search\n\nThis skill performs web searches using the Bocha Web Search API.\n\nIt is designed to:\n\nRetrieve up-to-date information\nVerify factual claims\nProvide source-backed answers\nSupport citation-based responses\n\nThis version avoids shell-specific instructions and system-level file operations to ensure compatibility with secure environments such as ClawHub.\n\nWhen to Use This Skill\n\nUse this skill whenever the user request:\n\nRequires information not present in the conversation\nInvolves time-sensitive or changing data (news, policies, financial data, releases)\nRequires fact-checking or verification\nRequests links, sources, or citations\nMentions a specific organization, event, person, or product and asks for factual details\n\nIf uncertain whether online lookup is required, perform a search.\n\nAPI Specification\n\nEndpoint:\n\nPOST https://api.bocha.cn/v1/web-search\n\nHeaders:\n\nAuthorization: Bearer <BOCHA_API_KEY> Content-Type: application/json\n\nRequest body (recommended defaults):\n\n{ \"query\": \"<USER_QUERY>\", \"freshness\": \"noLimit\", \"summary\": true, \"count\": 10 }\n\nField meanings:\n\nquery: search query string (required)\nfreshness: time filter (e.g., noLimit, oneWeek, oneMonth)\nsummary: whether to include summarized content\ncount: number of returned results (1–50)\nResponse Structure\n\nSearch results are located at:\n\ndata.webPages.value[]\n\nEach result typically contains:\n\nname (title)\nurl\nsnippet\nsummary (original content)\nsiteName\ndatePublished\nCitation Rules (Mandatory)\n\nWhen generating the final answer:\n\nSupport factual statements using returned sources.\nAssign citation numbers in order of appearance: [1], [2], [3]\nEnd with a References section.\nEach reference must include:\nTitle\nURL\nSite name (if available)\n\nExample output format:\n\nAnswer:\n\n<Your answer with inline citations like [1], [2].>\n\nReferences\n\n[1] <title> <url> Source: <siteName>\n\n[2] <title> <url> Source: <siteName>\n\nIf no reliable sources are found, respond with: \"No reliable sources found.\"\n\nError Handling\n\nCommon API error codes:\n\n400: Bad request\n401: Invalid API key\n403: Insufficient balance\n429: Rate limit exceeded\n500: Server error\n\nUse log_id from API responses for debugging if needed."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Iuriak/bocha-web-search",
    "publisherUrl": "https://clawhub.ai/Iuriak/bocha-web-search",
    "owner": "Iuriak",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bocha-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/bocha-web-search",
    "agentUrl": "https://openagent3.xyz/skills/bocha-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bocha-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bocha-web-search/agent.md"
  }
}