Agent skill
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.
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/zkl2333/skills/tree/main/skills/web-search-prime
SKILL.md
Prerequisites (mcporter)
Add this server to your mcporter.json (merge under mcpServers):
json
"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:
bash
mcporter call web-search-prime.webSearchPrime search_query="OpenClaw 最新进展"
Didn't find tool you were looking for?