{
  "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": {
    "downloadMode": "redirect",
    "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",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/environment-checklist.md",
      "scripts/minimax_web_search.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/minimax-cli-web-search",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MiniMax CLI Web Search",
        "body": "Use this skill to run web search through MiniMax MCP from CLI, then return clean, source-first results."
      },
      {
        "title": "1) Preflight checks",
        "body": "Run:\n\nscripts/minimax_web_search.sh --preflight\n\nThis verifies:\n\nmcporter exists\nMiniMax MCP server is discoverable (mcporter list --json)\nServer status is healthy (name=minimax, status=ok)"
      },
      {
        "title": "2) If preflight fails, repair by failure type",
        "body": "mcporter not found\n\nInstall/setup mcporter in PATH.\n\n\nminimax MCP server not ready\n\nCheck config/mcporter.json includes minimax server.\nVerify command/transport is valid.\n\n\nAuth/API-key related errors\n\nEnsure MiniMax API key is configured for the minimax MCP server.\nRe-run preflight."
      },
      {
        "title": "3) Initiate / smoke test",
        "body": "Run one query after preflight passes:\n\nscripts/minimax_web_search.sh --query \"latest OpenClaw release\" --count 3\n\nIf this returns results, environment is ready."
      },
      {
        "title": "Quick usage",
        "body": "scripts/minimax_web_search.sh --query \"your query\" --count 5"
      },
      {
        "title": "Supported options",
        "body": "--query <text>: required search query\n--count <n>: max printed results (default 5)\n--freshness <value>: freshness hint appended to query (optional)\n--json: normalized JSON output\n--raw: raw tool JSON output\n--timeout <sec>: command timeout (default 35)"
      },
      {
        "title": "Output contract (default text)",
        "body": "Show top-N results in order\nFor each item: title, URL, snippet, date (when available)\nKeep output concise and directly actionable"
      },
      {
        "title": "Agent behavior guideline",
        "body": "Start with a focused query (3–7 keywords).\nIf low quality, rephrase once with narrower terms.\nReturn key findings + links (no table required).\nFor time-sensitive asks, include time words in query (e.g., today, latest, date)."
      },
      {
        "title": "Error model (for reliable automation)",
        "body": "Script exit codes:\n\n0: success\n2: argument error\n3: dependency missing (mcporter/python3)\n4: config/auth issue (MCP server unavailable, API key/auth problems)\n5: upstream/runtime/network failure\n6: no results (non-fatal)\n\nTreat code 6 as a normal “no match” outcome, not a crash."
      },
      {
        "title": "Risks and handling",
        "body": "CLI/config drift across machines\n\nUse --preflight before first use in a new environment.\n\n\nAPI key exposure risk\n\nNever print key values; report only missing/invalid status.\n\n\nTemporary file safety\n\nWrapper uses mktemp for stderr/output temp files and cleans them with trap.\n\n\nUpstream response variance\n\nUse --json normalized output for downstream automation.\n\n\nTimeout/network instability\n\nIncrease --timeout and retry with narrower query/count.\n\n\nWeak relevance\n\nRephrase query, add concrete entities/time ranges."
      },
      {
        "title": "Additional reference",
        "body": "For setup/verification commands and publish readiness checks, read:\n\nreferences/environment-checklist.md"
      },
      {
        "title": "Reference style",
        "body": "When presenting findings, include direct links for verification. Prefer 3–5 high-signal sources over large dumps."
      }
    ],
    "body": "MiniMax CLI Web Search\n\nUse this skill to run web search through MiniMax MCP from CLI, then return clean, source-first results.\n\nPhase 1: Environment Preparation (must run first)\n1) Preflight checks\n\nRun:\n\nscripts/minimax_web_search.sh --preflight\n\n\nThis verifies:\n\nmcporter exists\nMiniMax MCP server is discoverable (mcporter list --json)\nServer status is healthy (name=minimax, status=ok)\n2) If preflight fails, repair by failure type\nmcporter not found\nInstall/setup mcporter in PATH.\nminimax MCP server not ready\nCheck config/mcporter.json includes minimax server.\nVerify command/transport is valid.\nAuth/API-key related errors\nEnsure MiniMax API key is configured for the minimax MCP server.\nRe-run preflight.\n3) Initiate / smoke test\n\nRun one query after preflight passes:\n\nscripts/minimax_web_search.sh --query \"latest OpenClaw release\" --count 3\n\n\nIf this returns results, environment is ready.\n\nPhase 2: Search Usage (runtime)\nQuick usage\nscripts/minimax_web_search.sh --query \"your query\" --count 5\n\nSupported options\n--query <text>: required search query\n--count <n>: max printed results (default 5)\n--freshness <value>: freshness hint appended to query (optional)\n--json: normalized JSON output\n--raw: raw tool JSON output\n--timeout <sec>: command timeout (default 35)\nOutput contract (default text)\nShow top-N results in order\nFor each item: title, URL, snippet, date (when available)\nKeep output concise and directly actionable\nAgent behavior guideline\nStart with a focused query (3–7 keywords).\nIf low quality, rephrase once with narrower terms.\nReturn key findings + links (no table required).\nFor time-sensitive asks, include time words in query (e.g., today, latest, date).\nError model (for reliable automation)\n\nScript exit codes:\n\n0: success\n2: argument error\n3: dependency missing (mcporter/python3)\n4: config/auth issue (MCP server unavailable, API key/auth problems)\n5: upstream/runtime/network failure\n6: no results (non-fatal)\n\nTreat code 6 as a normal “no match” outcome, not a crash.\n\nRisks and handling\nCLI/config drift across machines\nUse --preflight before first use in a new environment.\nAPI key exposure risk\nNever print key values; report only missing/invalid status.\nTemporary file safety\nWrapper uses mktemp for stderr/output temp files and cleans them with trap.\nUpstream response variance\nUse --json normalized output for downstream automation.\nTimeout/network instability\nIncrease --timeout and retry with narrower query/count.\nWeak relevance\nRephrase query, add concrete entities/time ranges.\nAdditional reference\nFor setup/verification commands and publish readiness checks, read:\nreferences/environment-checklist.md\nReference style\n\nWhen presenting findings, include direct links for verification. Prefer 3–5 high-signal sources over large dumps."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/biggersun/minimax-cli-web-search",
    "publisherUrl": "https://clawhub.ai/biggersun/minimax-cli-web-search",
    "owner": "biggersun",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}