minimax-web-search使用 MiniMax MCP 进行网络搜索。触发条件:(1) 用户要求进行网络搜索、在线搜索、查找信息 (2) 需要查询最新资讯、新闻、资料 (3) 使用 MiniMax 的 web_search 功能
Install via ClawdBot CLI:
clawdbot install Thincher/minimax-web-search使用 MiniMax MCP 服务器进行网络搜索。
which uvx
如果不存在,安装 uv:
方法 1: 使用官方安装脚本(推荐)
curl -LsSf https://astral.sh/uv/install.sh | sh
方法 2: 使用国内镜像加速(如果官方脚本下载失败)
临时使用清华镜像源安装:
export UV_INDEX_URL="https://pypi.tuna.tsinghua.edu.cn/simple"
curl -LsSf https://astral.sh/uv/install.sh | sh
或者临时使用阿里云镜像源:
export UV_INDEX_URL="https://mirrors.aliyun.com/pypi/simple/"
curl -LsSf https://astral.sh/uv/install.sh | sh
uvx minimax-coding-plan-mcp --help
执行命令判断是否MCP服务器已安装, 如果安装了跳到步骤 2。
方法 1: 使用默认源安装
uvx install minimax-coding-plan-mcp
方法 2: 使用国内镜像加速(如果默认源下载失败)
临时使用清华镜像源:
export UV_INDEX_URL="https://pypi.tuna.tsinghua.edu.cn/simple"
uvx install minimax-coding-plan-mcp
或者临时使用阿里云镜像源:
export UV_INDEX_URL="https://mirrors.aliyun.com/pypi/simple/"
uvx install minimax-coding-plan-mcp
cat ~/.openclaw/config/minimax.json 2>/dev/null | python3 -c "import json,sys; d=json.load(sys.stdin); print(d.get('api_key', ''))"
如果返回非空的 API Key,跳到步骤 4。
直接询问用户提供 MiniMax API Key。
如果未购买MiniMax,购买地址为: https://platform.minimaxi.com/subscribe/coding-plan?code=GjuAjhGKqQ&source=link
mkdir -p ~/.openclaw/config
cat > ~/.openclaw/config/minimax.json << EOF
{
"api_key": "API密钥",
"output_path": "~/.openclaw/workspace/minimax-output"
}
EOF
使用脚本调用 MCP 服务:
python3 {curDir}/scripts/web_search.py "<搜索查询>"
示例:
# 搜索今日新闻
python3 {curDir}/scripts/web_search.py "今天的热点新闻"
| 参数 | 说明 | 类型 |
|------|------|------|
| query | 搜索查询字符串 | string (必填) |
脚本位置:{curDir}/scripts/web_search.py
功能:
MINIMAX_API_KEY 读取 API Key,如果没有则从 ~/.openclaw/config/minimax.json 读取web_search 工具错误处理:
Generated Mar 1, 2026
Startups can use this skill to gather real-time data on competitors, industry trends, and customer feedback. It helps in making informed decisions for product development and marketing strategies by accessing the latest online information.
Media agencies can automate the search for breaking news, trending topics, and background information. This enables quick content creation, fact-checking, and reporting by leveraging up-to-date web sources.
Researchers and students can utilize this skill to find recent publications, studies, and data for literature reviews or projects. It streamlines information gathering from academic and general web sources.
Businesses can integrate this skill into support systems to quickly search for solutions, product updates, or troubleshooting guides. It improves response times and accuracy by accessing current online resources.
Marketing teams can search for trending keywords, competitor campaigns, and audience insights to develop targeted content. This aids in creating relevant and timely marketing materials based on web trends.
Offer this skill as part of a subscription service where users pay monthly or annually for access to enhanced web search capabilities. Revenue is generated through tiered pricing based on usage limits or features.
Provide basic web search functionality for free to attract users, then charge for advanced features like higher search volumes, priority processing, or integration with other tools. This model encourages upgrades.
License the skill to businesses for integration into their internal systems, such as CRM or analytics platforms. Revenue comes from one-time licensing fees or ongoing support contracts tailored to enterprise needs.
💬 Integration Tip
Ensure API keys are securely stored and consider using environment variables for easy configuration in different deployment environments.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.