Install
openclaw skills install minimax-cli-web-searchWeb 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.
openclaw skills install minimax-cli-web-searchUse 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
minimax MCP server not ready
config/mcporter.json includes minimax server.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 <text>: required search query--count <n>: max printed results (default 5)--freshness <value>: freshness hint appended to query (optional)--json: normalized JSON output--raw: raw tool JSON output--timeout <sec>: 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.
--preflight before first use in a new environment.mktemp for stderr/output temp files and cleans them with trap.--json normalized output for downstream automation.--timeout and retry with narrower query/count.references/environment-checklist.mdWhen presenting findings, include direct links for verification. Prefer 3–5 high-signal sources over large dumps.