# Send MiniMax CLI Web Search to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "minimax-cli-web-search",
    "name": "MiniMax CLI Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/biggersun/minimax-cli-web-search",
    "canonicalUrl": "https://clawhub.ai/biggersun/minimax-cli-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/minimax-cli-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimax-cli-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/environment-checklist.md",
      "scripts/minimax_web_search.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "minimax-cli-web-search",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T16:05:03.899Z",
      "expiresAt": "2026-05-12T16:05:03.899Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimax-cli-web-search",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimax-cli-web-search",
        "contentDisposition": "attachment; filename=\"minimax-cli-web-search-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "minimax-cli-web-search"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/minimax-cli-web-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/minimax-cli-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/minimax-cli-web-search",
    "agentUrl": "https://openagent3.xyz/skills/minimax-cli-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/minimax-cli-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/minimax-cli-web-search/agent.md"
  }
}
```
## Documentation

### MiniMax CLI Web Search

Use this skill to run web search through MiniMax MCP from CLI, then return clean, source-first results.

### 1) Preflight checks

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)

### 2) If preflight fails, repair by failure type

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.

### 3) Initiate / smoke test

Run one query after preflight passes:

scripts/minimax_web_search.sh --query "latest OpenClaw release" --count 3

If this returns results, environment is ready.

### Quick usage

scripts/minimax_web_search.sh --query "your query" --count 5

### Supported options

--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)

### Output contract (default text)

Show top-N results in order
For each item: title, URL, snippet, date (when available)
Keep output concise and directly actionable

### Agent behavior guideline

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).

### Error model (for reliable automation)

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.

### Risks and handling

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.

### Additional reference

For setup/verification commands and publish readiness checks, read:

references/environment-checklist.md

### Reference style

When presenting findings, include direct links for verification. Prefer 3–5 high-signal sources over large dumps.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: biggersun
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T16:05:03.899Z
- Expires at: 2026-05-12T16:05:03.899Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/minimax-cli-web-search)
- [Send to Agent page](https://openagent3.xyz/skills/minimax-cli-web-search/agent)
- [JSON manifest](https://openagent3.xyz/skills/minimax-cli-web-search/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/minimax-cli-web-search/agent.md)
- [Download page](https://openagent3.xyz/downloads/minimax-cli-web-search)