{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glm-web-search",
    "name": "glm-web-search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Thincher/glm-web-search",
    "canonicalUrl": "https://clawhub.ai/Thincher/glm-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/glm-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glm-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "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-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/glm-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/glm-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/glm-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glm-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glm-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": "glm-web-search",
        "body": "使用 GLM 联网搜索 MCP 服务器进行网络搜索。"
      },
      {
        "title": "步骤 1: 检查并安装依赖",
        "body": "1.1 检查 mcporter 是否可用\n\nnpx -y mcporter --version\n\n如果命令返回成功，说明 mcporter 可用，跳到步骤 2。\n\nmcporter 可以直接通过 npx 使用，无需安装。"
      },
      {
        "title": "步骤 2: 检查 API Key 配置",
        "body": "cat ~/.openclaw/config/glm.json 2>/dev/null | python3 -c \"import json,sys; d=json.load(sys.stdin); print(d.get('api_key', ''))\"\n\n如果返回非空的 API Key，跳到步骤 4。"
      },
      {
        "title": "步骤 3: 配置 API Key（如果未配置）",
        "body": "3.2 如果没有找到 Key，向用户索要\n\n如果用户没有智谱 API Key，可以访问 https://www.bigmodel.cn/glm-coding?ic=OOKF4KGGTW 购买。\n\n询问用户提供智谱 API Key。\n\n3.3 保存 API Key\n\nmkdir -p ~/.openclaw/config\ncat > ~/.openclaw/config/glm.json << EOF\n{\n  \"api_key\": \"API密钥\"\n}\nEOF"
      },
      {
        "title": "步骤 4: 添加 MCP 服务器",
        "body": "使用 mcporter 添加 GLM 联网搜索 MCP 服务器：\n\nmcporter config add glm-search \\\n  --type sse \\\n  --url \"https://open.bigmodel.cn/api/mcp/web_search_prime/sse?Authorization=your-key\"\n\n注意：将 your-key 替换为实际的智谱 API Key。"
      },
      {
        "title": "步骤 5: 测试连接",
        "body": "mcporter list\n\n确认 glm-search 服务器已成功添加。"
      },
      {
        "title": "步骤 6: 使用 mcporter 调用 MCP 进行网络搜索",
        "body": "6.1 使用 mcporter 调用 MCP 工具\n\n使用 mcporter 调用 MCP 服务：\n\nmcporter call glm-search.webSearchPrime search_query=\"<搜索查询>\"\n\n示例：\n\n# 搜索今日新闻\nmcporter call glm-search.webSearchPrime search_query=\"今天的热点新闻\"\n\n# 搜索技术信息\nmcporter call glm-search.webSearchPrime search_query=\"Python 异步编程最佳实践\"\n\n6.2 API 参数说明\n\n参数说明类型search_query搜索查询字符串string (必填)"
      },
      {
        "title": "支持的工具",
        "body": "重要提示：如果出现问题以官方说明为准\n官方版说明 ： https://docs.bigmodel.cn/cn/coding-plan/mcp/search-mcp-server\n\nGLM 联网搜索 MCP 服务器提供以下工具：\n\nwebSearchPrime - 搜索网络信息，返回结果包括网页标题、网页URL、网页摘要、网站名称、网站图标等"
      },
      {
        "title": "MCP 配置",
        "body": "MCP 服务器名称：glm-search\n\nMCP 服务器类型：HTTP\n\nMCP 服务器 URL：https://open.bigmodel.cn/api/mcp/web_search_prime/mcp\n\n认证方式：Bearer Token（Authorization header）"
      }
    ],
    "body": "glm-web-search\n\n使用 GLM 联网搜索 MCP 服务器进行网络搜索。\n\n执行流程（首次需要安装，后续直接步骤6调用）\n步骤 1: 检查并安装依赖\n1.1 检查 mcporter 是否可用\nnpx -y mcporter --version\n\n\n如果命令返回成功，说明 mcporter 可用，跳到步骤 2。\n\nmcporter 可以直接通过 npx 使用，无需安装。\n\n步骤 2: 检查 API Key 配置\ncat ~/.openclaw/config/glm.json 2>/dev/null | python3 -c \"import json,sys; d=json.load(sys.stdin); print(d.get('api_key', ''))\"\n\n\n如果返回非空的 API Key，跳到步骤 4。\n\n步骤 3: 配置 API Key（如果未配置）\n3.2 如果没有找到 Key，向用户索要\n\n如果用户没有智谱 API Key，可以访问 https://www.bigmodel.cn/glm-coding?ic=OOKF4KGGTW 购买。\n\n询问用户提供智谱 API Key。\n\n3.3 保存 API Key\nmkdir -p ~/.openclaw/config\ncat > ~/.openclaw/config/glm.json << EOF\n{\n  \"api_key\": \"API密钥\"\n}\nEOF\n\n步骤 4: 添加 MCP 服务器\n\n使用 mcporter 添加 GLM 联网搜索 MCP 服务器：\n\nmcporter config add glm-search \\\n  --type sse \\\n  --url \"https://open.bigmodel.cn/api/mcp/web_search_prime/sse?Authorization=your-key\"\n\n\n注意：将 your-key 替换为实际的智谱 API Key。\n\n步骤 5: 测试连接\nmcporter list\n\n\n确认 glm-search 服务器已成功添加。\n\n步骤 6: 使用 mcporter 调用 MCP 进行网络搜索\n6.1 使用 mcporter 调用 MCP 工具\n\n使用 mcporter 调用 MCP 服务：\n\nmcporter call glm-search.webSearchPrime search_query=\"<搜索查询>\"\n\n\n示例：\n\n# 搜索今日新闻\nmcporter call glm-search.webSearchPrime search_query=\"今天的热点新闻\"\n\n# 搜索技术信息\nmcporter call glm-search.webSearchPrime search_query=\"Python 异步编程最佳实践\"\n\n6.2 API 参数说明\n参数\t说明\t类型\nsearch_query\t搜索查询字符串\tstring (必填)\n支持的工具\n\n重要提示：如果出现问题以官方说明为准 官方版说明 ： https://docs.bigmodel.cn/cn/coding-plan/mcp/search-mcp-server\n\nGLM 联网搜索 MCP 服务器提供以下工具：\n\nwebSearchPrime - 搜索网络信息，返回结果包括网页标题、网页URL、网页摘要、网站名称、网站图标等\nMCP 配置\n\nMCP 服务器名称：glm-search\n\nMCP 服务器类型：HTTP\n\nMCP 服务器 URL：https://open.bigmodel.cn/api/mcp/web_search_prime/mcp\n\n认证方式：Bearer Token（Authorization header）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Thincher/glm-web-search",
    "publisherUrl": "https://clawhub.ai/Thincher/glm-web-search",
    "owner": "Thincher",
    "version": "1.0.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glm-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/glm-web-search",
    "agentUrl": "https://openagent3.xyz/skills/glm-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glm-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glm-web-search/agent.md"
  }
}