Loading...
Loading...
Use GLM web search MCP to perform internet searches. Trigger conditions: (1) Users request network search, online search, or information lookup (2) Need to query the latest information, news, and materials (3) Use GLM's web_search function
npx skill4agent add thincher/awsome_skills glm-web-searchnpx -y mcporter --versioncat ~/.openclaw/config/glm.json 2>/dev/null | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('api_key', ''))"mkdir -p ~/.openclaw/config
cat > ~/.openclaw/config/glm.json << EOF
{
"api_key": "API密钥"
}
EOFmcporter config add glm-search \
--type sse \
--url "https://open.bigmodel.cn/api/mcp/web_search_prime/sse?Authorization=your-key"your-keymcporter listglm-searchmcporter call glm-search.webSearchPrime search_query="<搜索查询>"# 搜索今日新闻
mcporter call glm-search.webSearchPrime search_query="今天的热点新闻"
# 搜索技术信息
mcporter call glm-search.webSearchPrime search_query="Python 异步编程最佳实践"| Parameter | Description | Type |
|---|---|---|
| search_query | Search query string | string (required) |
webSearchPrimeglm-searchhttps://open.bigmodel.cn/api/mcp/web_search_prime/mcp