← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install minimax-websearch
Description
提供基于 MiniMax Token Plan 的免费网络搜索功能,支持自动切换到 Brave Search 和 Qwen Chat 作为备用方案。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-websearch - After installation, invoke the skill by name or use
/minimax-websearch - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is minimax-websearch?
提供基于 MiniMax Token Plan 的免费网络搜索功能,支持自动切换到 Brave Search 和 Qwen Chat 作为备用方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install minimax-websearch?
Run "/install minimax-websearch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minimax-websearch free?
Yes, minimax-websearch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minimax-websearch support?
minimax-websearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minimax-websearch?
It is built and maintained by GoDiao (@godiao); the current version is v1.0.1.
More Skills