← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install minimax-websearch
功能描述
提供基于 MiniMax Token Plan 的免费网络搜索功能,支持自动切换到 Brave Search 和 Qwen Chat 作为备用方案。
安全使用建议
This skill is coherent with its stated purpose but exercise caution before installing: 1) The skill requires MINIMAX_API_KEY (and optionally MINIMAX_PYTHON/MINIMAX_API_HOST) even though the registry metadata doesn't list them — verify where you store the API key (adding it to openclaw.json will expose it to the gateway process). 2) Verify the minimax-coding-plan-mcp package (pip) and the MINIMAX_API_HOST domain (https://api.minimaxi.com) are legitimate and from a trusted source. 3) Avoid pointing MINIMAX_PYTHON to an untrusted Python binary — that binary will be launched and can run arbitrary code. 4) The skill assumes an E:\.uv-venv layout on Windows; adapt paths to your environment and review the REQUESTS_CA_BUNDLE behavior if you have custom cert stores. If you want higher assurance, ask the author for: (a) explicit registry requires.env entries, (b) the minimax-coding-plan-mcp package source/hash, and (c) an option to provide the API key at runtime rather than storing it globally in openclaw.json.
能力评估
Purpose & Capability
The name/description match the implementation: the Node script launches a local minimax_mcp.server and calls the web_search tool. However the registry metadata claims no required environment variables or primary credential while the SKILL and script clearly require MINIMAX_API_KEY (and optionally MINIMAX_PYTHON/MINIMAX_API_HOST). This metadata omission is an inconsistency.
Instruction Scope
SKILL.md instructs creating a Python venv, installing minimax-coding-plan-mcp, adding MINIMAX_API_KEY to openclaw.json, and running the Node script. Those instructions are scoped to the task, but they reference and rely on host config files (openclaw.json) and hardcoded E:\.uv-venv paths which broaden the scope and may not apply to all users.
Install Mechanism
There is no automatic install spec; the user is told to pip install minimax-coding-plan-mcp into a venv. This is low-risk compared to arbitrary download-and-extract installs, but it does require installing a third-party package (minimax-coding-plan-mcp) whose provenance you should verify.
Credentials
The script legitimately needs MINIMAX_API_KEY and optionally MINIMAX_PYTHON and MINIMAX_API_HOST. Those env vars are reasonable for this purpose, but they are not declared in the registry metadata (so the skill underreports the credentials it needs). The script also uses a hardcoded E:\ venv path on Windows for certifi and the Python executable default; MINIMAX_PYTHON lets an operator point to any Python binary (which could execute arbitrary code), so ensure that the Python you point to and the minimax package come from trusted sources.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and has no install spec that writes system-wide config. It runs only when invoked (user-invocable); autonomous invocation is allowed by default but not combined with other high-risk flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-websearch - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-websearch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Big update with security and usability improvements:
- Credentials moved to environment variables (no hardcoded API keys).
- Config and instructions clarified for OpenClaw and Python venv on non-system drive.
- Fixed SSL certificate compatibility for Windows Python venv.
- Updated fallback chain for failed subscriptions.
- Expanded documentation and troubleshooting for common Windows issues.
v1.0.0
- Initial release of minimax-websearch: a MiniMax Token Plan built-in web search skill.
- Seamlessly activates fallback to Brave Search or Qwen Chat when the subscription fails (status `enabled: false`).
- No files or packages are stored on the C drive; all data remains in E drive directories.
- Easy invocation with trigger phrases or via command line.
- JSON output format for consistent integration.
- Simple configuration with one status switch; errors like 401/403 auto-activate fallback.
- Includes example configuration files and clear instructions for setup and troubleshooting.
元数据
常见问题
minimax-websearch 是什么?
提供基于 MiniMax Token Plan 的免费网络搜索功能,支持自动切换到 Brave Search 和 Qwen Chat 作为备用方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 minimax-websearch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-websearch」即可一键安装,无需额外配置。
minimax-websearch 是免费的吗?
是的,minimax-websearch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
minimax-websearch 支持哪些平台?
minimax-websearch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 minimax-websearch?
由 GoDiao(@godiao)开发并维护,当前版本 v1.0.1。
推荐 Skills