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 foundminimax MCP server not readyconfig/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 : 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.
--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.
共 1 个版本