← Back to Skills Marketplace
MiniMax Vision Skill
by
gawainchin
· GitHub ↗
· v1.0.1
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-vision-skill
Description
Analyze images using MiniMax CLI (mmx-cli) for vision tasks. Use when user wants image understanding via MiniMax instead of OpenRouter. Triggers on requests...
Usage Guidance
This skill is instruction-only and appears coherent: it tells the user how to install and use the MiniMax CLI (mmx) to analyze images. Before installing or running the CLI, verify the mmx-cli npm package (publisher, download counts, source repository), prefer a non-global/local or containerized install to avoid running untrusted code as root, and limit the MiniMax API key scope/rotate it after use. If you do not trust the npm package or the platform.minimax.io domain, do not install the CLI. Otherwise the skill itself does not request unrelated secrets or system access.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-vision-skill
Version: 1.0.1
The skill provides standard instructions for using the MiniMax CLI (mmx-cli) to perform image analysis. It includes legitimate installation commands via npm and authentication steps using the official MiniMax platform. No malicious code, data exfiltration, or suspicious prompt-injection attempts were identified in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md: the skill directs use of the MiniMax CLI (mmx) for vision tasks. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
Runtime instructions only describe installing and running the mmx CLI and performing auth with an API key from platform.minimax.io. The instructions do not ask the agent to read unrelated files, environment variables, or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill (no install spec). SKILL.md recommends installing mmx-cli via `npm install -g mmx-cli` (or with --prefix). That recommendation is reasonable for a CLI-based integration, but installing third-party npm packages globally can run arbitrary code—users should verify the npm package and prefer local/containerized installs if concerned.
Credentials
The skill declares no required environment variables or primary credential. It instructs the user to run `mmx auth login --api-key <key>` when needed, which is appropriate and proportional for a CLI that requires a service API key.
Persistence & Privilege
always is false and the skill does not request persistent system-level changes. It does not modify other skills' configurations. Autonomous invocation is allowed (platform default) but this skill does not request elevated privileges or broad credential access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-vision-skill - After installation, invoke the skill by name or use
/minimax-vision-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix commands: remove fake dashboard/resources, add correct quota show, trim interactive mode
Metadata
Frequently Asked Questions
What is MiniMax Vision Skill?
Analyze images using MiniMax CLI (mmx-cli) for vision tasks. Use when user wants image understanding via MiniMax instead of OpenRouter. Triggers on requests... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install MiniMax Vision Skill?
Run "/install minimax-vision-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MiniMax Vision Skill free?
Yes, MiniMax Vision Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MiniMax Vision Skill support?
MiniMax Vision Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MiniMax Vision Skill?
It is built and maintained by gawainchin (@gawainchin); the current version is v1.0.1.
More Skills