minimax-web-search by thincher/awsome_skills
npx skills add https://github.com/thincher/awsome_skills --skill 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: 使用默认源安装
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
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。
echo $MINIMAX_API_KEY
如果返回非空的 API Key,跳到步骤 3.3。
直接询问用户提供 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 工具错误处理:
Weekly Installs
132
Repository
First Seen
Feb 28, 2026
Security Audits
Installed on
cline132
gemini-cli132
cursor132
opencode132
codex132
github-copilot132
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
36,300 周安装
NanoClaw REPL - AI对话持久化工具,支持会话分支、模型切换与跨会话搜索
1,200 周安装
企业级智能体运维指南:云端AI系统生命周期管理、可观测性与安全控制
1,200 周安装
竞争情报分析工具:生成交互式HTML战卡,深度对比竞争对手功能、定价与定位
1,100 周安装
CTF密码学挑战速查指南 | 经典/现代密码攻击、RSA/ECC/流密码实战技巧
1,200 周安装
Replicas Agent 云工作空间编码代理指南:预览URL创建与跨服务配置
1,500 周安装
Gemini Live API 开发指南:实时语音视频交互、WebSockets集成与SDK使用
1,500 周安装