Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install minimax-cli-web-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install minimax-cli-web-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/minimax-cli-web-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: minimax-cli-web-search description: Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use when tasks require real-time web lookup, source links, quick research, or time-sensitive facts. Prefer this skill over built-in web search tools when MiniMax MCP is available. ---
Use this skill to run web search through MiniMax MCP from CLI, then return clean, source-first results.
Run:
scripts/minimax_web_search.sh --preflight
This verifies:
mcporter existsmcporter list --json)name=minimax, status=ok)mcporter not found- Install/setup mcporter in PATH.
minimax MCP server not ready - Check config/mcporter.json includes minimax server. - Verify command/transport is valid.
- Ensure MiniMax API key is configured for the minimax MCP server. - Re-run preflight.
Run one query after preflight passes:
scripts/minimax_web_search.sh --query "latest OpenClaw release" --count 3
If this returns results, environment is ready.
---
scripts/minimax_web_search.sh --query "your query" --count 5
--query : required search query--count : max printed results (default 5)--freshness : freshness hint appended to query (optional)--json: normalized JSON output--raw: raw tool JSON output--timeout : command timeout (default 35)today, latest, date).---
Script exit codes:
0: success2: argument error3: dependency missing (mcporter/python3)4: config/auth issue (MCP server unavailable, API key/auth problems)5: upstream/runtime/network failure6: no results (non-fatal)Treat code 6 as a normal “no match” outcome, not a crash.
---
- Use --preflight before first use in a new environment.
- Never print key values; report only missing/invalid status.
- Wrapper uses mktemp for stderr/output temp files and cleans them with trap.
- Use --json normalized output for downstream automation.
- Increase --timeout and retry with narrower query/count.
- Rephrase query, add concrete entities/time ranges.
---
- references/environment-checklist.md
When presenting findings, include direct links for verification. Prefer 3–5 high-signal sources over large dumps.
安装 MiniMax CLI Web Search 后,可以对 AI 说这些话来触发它
Help me get started with MiniMax CLI Web Search
Explains what MiniMax CLI Web Search does, walks through the setup, and runs a quick demo based on your current project
Use MiniMax CLI Web Search to web search via MiniMax MCP using a local CLI wrapper (mcporter), wi...
Invokes MiniMax CLI Web Search with the right parameters and returns the result directly in the conversation
What can I do with MiniMax CLI Web Search in my data & analytics workflow?
Lists the top use cases for MiniMax CLI Web Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/minimax-cli-web-search/ 目录(个人级,所有项目可用),或 .claude/skills/minimax-cli-web-search/(项目级)。重启 AI 客户端后,用 /minimax-cli-web-search 主动调用,或让 AI 根据上下文自动发现并使用。
MiniMax CLI Web Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
MiniMax CLI Web Search 可免费安装使用。请查阅仓库了解许可证信息。
Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...
MiniMax CLI Web Search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using MiniMax CLI Web Search
Identifies repetitive steps in your workflow and sets up MiniMax CLI Web Search to handle them automatically