Web Search Prime

Search the web via the Zhipu CodePlan MCP web-search-prime server. Use when you need fast web discovery (titles/URLs/snippets) without a browser. Triggers: web-search-prime, webSearchPrime, search web, web search prime.

zkl2333 f875558 1007 B Updated

File contents

Prerequisites (mcporter)

Add this server to your mcporter.json (merge under mcpServers):

"web-search-prime": {
  "baseUrl": "https://open.bigmodel.cn/api/mcp/web_search_prime/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_ZHIPU_API_KEY",
    "Accept": "application/json, text/event-stream"
  }
}

Based on the Zhipu CodePlan MCP server configuration, this skill provides functionality for web searching.

Usage: Call the webSearchPrime tool with the search_query parameter.

Parameters:

  • search_query (string, required): The content to search for. Recommended to keep under 70 characters.

Example:

mcporter call web-search-prime.webSearchPrime search_query="OpenClaw 最新进展"

zkl2333/skills/tree/main/skills/web-search-prime commit f875558e43

Frequently asked questions

npx skillmds@latest add zkl2333/web-search-prime