← 返回 Skills 市场
biggersun

MiniMax CLI Web Search

作者 Sun · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
1643
总下载
3
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install minimax-cli-web-search
功能描述
Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe...
安全使用建议
This skill is a straightforward wrapper around your local 'mcporter' client. Before installing or running it: (1) confirm the 'mcporter' binary on your machine is from a trusted source and inspect its config (e.g., config/mcporter.json) to verify which remote endpoints and API keys it uses; (2) run the script's --preflight manually to confirm it finds the expected 'minimax' server; (3) avoid pasting API keys when running commands and verify the script's temp-file cleanup behavior in your environment if you have stricter disk-security requirements. If you do not already trust or use 'mcporter', investigate that binary/service first — the skill delegates all network access to it.
功能分析
Type: OpenClaw Skill Name: minimax-cli-web-search Version: 0.1.1 The skill bundle is a well-structured wrapper for the `mcporter` CLI tool to perform web searches. The `SKILL.md` provides clear, non-malicious instructions for the agent and explicitly addresses security concerns like API key exposure and temporary file safety. The `minimax_web_search.sh` script uses robust shell practices (`set -euo pipefail`, `mktemp`, `trap`), performs input validation, and interacts with `mcporter` as intended. There is no evidence of data exfiltration, malicious execution (e.g., `eval` of user input, `curl|bash`), persistence mechanisms, obfuscation, or prompt injection attempts against the agent. Any potential vulnerability would lie in the `mcporter` dependency itself, not in the design or intent of this wrapper skill.
能力评估
Purpose & Capability
The name/description claim web search via MiniMax MCP using a local CLI wrapper (mcporter). The included script calls 'mcporter call minimax.web_search', verifies mcporter and a minimax server in 'mcporter list --json', and formats results. The requested binaries (mcporter, python3) and config paths (mcporter config referenced in docs) match the stated purpose.
Instruction Scope
SKILL.md instructs only to run the provided wrapper for preflight and queries. The script runs local checks, invokes mcporter, parses JSON with python3, uses mktemp for temporary files and cleans them, and only inspects stderr for auth-related messages. It does not read arbitrary files, exfiltrate data, or call unexpected external endpoints itself (network calls are delegated to mcporter).
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill installer. The only runtime dependency is an existing 'mcporter' binary and python3 on PATH, which the script checks for at runtime.
Credentials
The skill requests no environment variables or credentials. It relies on the local mcporter configuration for any API keys; the README warns about API-key exposure and advises not printing keys. No unrelated secrets are requested.
Persistence & Privilege
The skill does not request persistent inclusion (always:false) and does not modify other skills or system-wide agent settings. It only executes a local wrapper script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-cli-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-cli-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Security hardening: replace fixed /tmp filename with mktemp-based temp files and cleanup via trap.
v0.1.0
Initial release: MiniMax MCP CLI web search skill with preflight checks, normalized output, and error handling.
元数据
Slug minimax-cli-web-search
版本 0.1.1
许可证
累计安装 4
当前安装数 3
历史版本数 2
常见问题

MiniMax CLI Web Search 是什么?

Web search via MiniMax MCP using a local CLI wrapper (mcporter), with environment preflight, API-key/config checks, and normalized result formatting. Use whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1643 次。

如何安装 MiniMax CLI Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-cli-web-search」即可一键安装,无需额外配置。

MiniMax CLI Web Search 是免费的吗?

是的,MiniMax CLI Web Search 完全免费(开源免费),可自由下载、安装和使用。

MiniMax CLI Web Search 支持哪些平台?

MiniMax CLI Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MiniMax CLI Web Search?

由 Sun(@biggersun)开发并维护,当前版本 v0.1.1。

💬 留言讨论