← 返回 Skills 市场
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-use
功能描述
MiniMax AI tools for web search, image analysis, LLM chat, and language translation. Use when you need to search the web, analyze images, generate text with...
安全使用建议
This skill appears to do what it says: it sends queries, chat messages, and (if you provide a local path) base64-encoded image data to the configured MiniMax API. Before installing: 1) Only provide MINIMAX_API_KEY if you trust the MiniMax provider and the package source; the registry metadata has no homepage, so verify the publisher. 2) Avoid passing sensitive local images or files to the skill (they are uploaded to the remote API). 3) Consider creating an API key with limited scope and rate limits. 4) If you need stronger assurance, inspect the full scripts/__main__.py in your environment and/or run in an isolated environment before granting access to sensitive data or keys.
能力评估
Purpose & Capability
Name/description, SKILL.md, references/API.md, assets/models.json, and the Python code all consistently implement web search, image understanding, chat, streaming chat, and translation via a MiniMax HTTP API. The single required environment variable (MINIMAX_API_KEY) and optional MINIMAX_API_HOST are appropriate for an API client. (Minor note: some headers/path naming (e.g. 'anthropic' and 'anthropic-version') suggest the code pattern was adapted from another provider, but this is a code-style artifact, not incoherence.)
Instruction Scope
Runtime instructions and CLI usage match the functions implemented in code. The only file reads the skill performs are explicit (reading a local image file when the user supplies a path) and those contents are intentionally base64-encoded and sent to the configured remote API for image analysis. There are no instructions to scan arbitrary system files, environment variables beyond MINIMAX_API_KEY/MINIMAX_API_HOST, or to exfiltrate unrelated data.
Install Mechanism
No install spec is provided (instruction-only style), and included code is pure Python relying on the requests library. Nothing is downloaded from an untrusted URL and no extract/install steps are present.
Credentials
Only MINIMAX_API_KEY (primary credential) is required, with an optional MINIMAX_API_HOST override. This is proportionate for a remote API client. No unrelated secrets or system config paths are requested.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide configuration changes, and has no elevated persistence. It will only operate when invoked and uses the environment variables the user provides.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-use - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-use触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of minimax-use: MiniMax AI tools for web search, image analysis, LLM chat, and translation.
- Offers CLI and Python functions for web search, image analysis, LLM chat (including streaming), text translation, and model listing.
- Requires Python 3.8+, requests library, and a MINIMAX_API_KEY.
- Provides consistent JSON response format for all operations (success/error).
- Includes example usages and parameter documentation for all major features.
- Supports Linux, macOS, and Windows platforms; API endpoint can be customized.
元数据
常见问题
Minimax Use 是什么?
MiniMax AI tools for web search, image analysis, LLM chat, and language translation. Use when you need to search the web, analyze images, generate text with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Minimax Use?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-use」即可一键安装,无需额外配置。
Minimax Use 是免费的吗?
是的,Minimax Use 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Minimax Use 支持哪些平台?
Minimax Use 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Minimax Use?
由 cnlangzi(@cnlangzi)开发并维护,当前版本 v0.1.0。
推荐 Skills