Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...
Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 exists MiniMax MCP server is discoverable (mcporter list --json) Server status is healthy (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. Auth/API-key related errors 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 <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)
Show top-N results in order For each item: title, URL, snippet, date (when available) Keep output concise and directly actionable
Start with a focused query (3β7 keywords). If low quality, rephrase once with narrower terms. Return key findings + links (no table required). For time-sensitive asks, include time words in query (e.g., today, latest, date).
Script exit codes: 0: success 2: argument error 3: dependency missing (mcporter/python3) 4: config/auth issue (MCP server unavailable, API key/auth problems) 5: upstream/runtime/network failure 6: no results (non-fatal) Treat code 6 as a normal βno matchβ outcome, not a crash.
CLI/config drift across machines Use --preflight before first use in a new environment. API key exposure risk Never print key values; report only missing/invalid status. Temporary file safety Wrapper uses mktemp for stderr/output temp files and cleans them with trap. Upstream response variance Use --json normalized output for downstream automation. Timeout/network instability Increase --timeout and retry with narrower query/count. Weak relevance Rephrase query, add concrete entities/time ranges.
For setup/verification commands and publish readiness checks, read: references/environment-checklist.md
When presenting findings, include direct links for verification. Prefer 3β5 high-signal sources over large dumps.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.