{
  "schemaVersion": "1.0",
  "item": {
    "slug": "another-zhipu-web-search",
    "name": "Zhipu AI Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xianglifei/another-zhipu-web-search",
    "canonicalUrl": "https://clawhub.ai/xianglifei/another-zhipu-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/another-zhipu-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=another-zhipu-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "requirements.txt",
      "README.md",
      "search_util.py",
      "SKILL.md",
      ".claude/settings.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. 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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/another-zhipu-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/another-zhipu-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/another-zhipu-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/another-zhipu-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/another-zhipu-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. 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": "智谱 Web Search Skill",
        "body": "使用智谱 AI 的 Web Search API 进行网络搜索，获取实时、结构化的搜索结果。"
      },
      {
        "title": "前置条件",
        "body": "获取智谱 BigModel 开放平台的 API Key：https://bigmodel.cn/usercenter/apikeys\n配置 API Key（见下方说明）"
      },
      {
        "title": "API Key 配置",
        "body": "在使用前，请设置您的智谱 API Key：\n\nexport ZHIPUAI_API_KEY=\"your-api-key-here\"\n\n重要: 请使用环境变量方式配置 API Key，不要将密钥硬编码在脚本或配置文件中。"
      },
      {
        "title": "快速开始",
        "body": "使用提供的 search_util.py 脚本进行搜索：\n\n# 基本搜索\npython search_util.py \"搜索内容\"\n\n# 查看帮助\npython search_util.py --help"
      },
      {
        "title": "搜索引擎选项",
        "body": "引擎编码说明search_std智谱基础版搜索引擎search_pro智谱高阶版搜索引擎（推荐）search_pro_sogou搜狗搜索search_pro_quark夸克搜索"
      },
      {
        "title": "搜索参数",
        "body": "参数类型必填说明search_queryString是搜索内容，建议不超过 70 字符search_engineString是搜索引擎编码search_intentBoolean是是否进行意图识别countInt否返回结果条数 (1-50, 默认 10)search_recency_filterString否时间筛选: oneDay/oneWeek/oneMonth/oneYear/noLimitcontent_sizeString否内容长度: medium/highsearch_domain_filterString否限定域名"
      },
      {
        "title": "API 概览",
        "body": "请求地址: https://open.bigmodel.cn/api/paas/v4/web_search\n\n认证方式: 使用智谱 API Key，通过 Authorization header 传递"
      },
      {
        "title": "响应结构",
        "body": "{\n  \"id\": \"任务ID\",\n  \"created\": 1748261757,\n  \"search_intent\": [\n    {\n      \"query\": \"原始搜索query\",\n      \"intent\": \"SEARCH_ALL|SEARCH_NONE|SEARCH_ALWAYS\",\n      \"keywords\": \"改写后的搜索关键词\"\n    }\n  ],\n  \"search_result\": [\n    {\n      \"title\": \"标题\",\n      \"content\": \"内容摘要\",\n      \"link\": \"结果链接\",\n      \"media\": \"网站名称\",\n      \"icon\": \"网站图标\",\n      \"refer\": \"角标序号\",\n      \"publish_date\": \"网站发布时间\"\n    }\n  ]\n}"
      },
      {
        "title": "工作流程",
        "body": "确认用户已配置 API Key\n根据用户需求选择合适的搜索参数\n执行搜索并以友好格式展示结果（标题、来源、日期、链接、摘要）"
      },
      {
        "title": "错误码",
        "body": "错误码说明1701网络搜索并发已达上限，请稍后重试1702系统未找到可用的搜索引擎服务1703搜索引擎未返回有效数据，请调整查询条件"
      },
      {
        "title": "更多信息",
        "body": "智谱 Web Search API 文档\n产品价格"
      }
    ],
    "body": "智谱 Web Search Skill\n\n使用智谱 AI 的 Web Search API 进行网络搜索，获取实时、结构化的搜索结果。\n\n前置条件\n获取智谱 BigModel 开放平台的 API Key：https://bigmodel.cn/usercenter/apikeys\n配置 API Key（见下方说明）\nAPI Key 配置\n\n在使用前，请设置您的智谱 API Key：\n\nexport ZHIPUAI_API_KEY=\"your-api-key-here\"\n\n\n重要: 请使用环境变量方式配置 API Key，不要将密钥硬编码在脚本或配置文件中。\n\n快速开始\n\n使用提供的 search_util.py 脚本进行搜索：\n\n# 基本搜索\npython search_util.py \"搜索内容\"\n\n# 查看帮助\npython search_util.py --help\n\n搜索引擎选项\n引擎编码\t说明\nsearch_std\t智谱基础版搜索引擎\nsearch_pro\t智谱高阶版搜索引擎（推荐）\nsearch_pro_sogou\t搜狗搜索\nsearch_pro_quark\t夸克搜索\n搜索参数\n参数\t类型\t必填\t说明\nsearch_query\tString\t是\t搜索内容，建议不超过 70 字符\nsearch_engine\tString\t是\t搜索引擎编码\nsearch_intent\tBoolean\t是\t是否进行意图识别\ncount\tInt\t否\t返回结果条数 (1-50, 默认 10)\nsearch_recency_filter\tString\t否\t时间筛选: oneDay/oneWeek/oneMonth/oneYear/noLimit\ncontent_size\tString\t否\t内容长度: medium/high\nsearch_domain_filter\tString\t否\t限定域名\nAPI 概览\n\n请求地址: https://open.bigmodel.cn/api/paas/v4/web_search\n\n认证方式: 使用智谱 API Key，通过 Authorization header 传递\n\n响应结构\n{\n  \"id\": \"任务ID\",\n  \"created\": 1748261757,\n  \"search_intent\": [\n    {\n      \"query\": \"原始搜索query\",\n      \"intent\": \"SEARCH_ALL|SEARCH_NONE|SEARCH_ALWAYS\",\n      \"keywords\": \"改写后的搜索关键词\"\n    }\n  ],\n  \"search_result\": [\n    {\n      \"title\": \"标题\",\n      \"content\": \"内容摘要\",\n      \"link\": \"结果链接\",\n      \"media\": \"网站名称\",\n      \"icon\": \"网站图标\",\n      \"refer\": \"角标序号\",\n      \"publish_date\": \"网站发布时间\"\n    }\n  ]\n}\n\n工作流程\n确认用户已配置 API Key\n根据用户需求选择合适的搜索参数\n执行搜索并以友好格式展示结果（标题、来源、日期、链接、摘要）\n错误码\n错误码\t说明\n1701\t网络搜索并发已达上限，请稍后重试\n1702\t系统未找到可用的搜索引擎服务\n1703\t搜索引擎未返回有效数据，请调整查询条件\n更多信息\n智谱 Web Search API 文档\n产品价格"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xianglifei/another-zhipu-web-search",
    "publisherUrl": "https://clawhub.ai/xianglifei/another-zhipu-web-search",
    "owner": "xianglifei",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/another-zhipu-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/another-zhipu-web-search",
    "agentUrl": "https://openagent3.xyz/skills/another-zhipu-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/another-zhipu-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/another-zhipu-web-search/agent.md"
  }
}