MiniMax Vision Skill

v1.0.1

Analyze images using MiniMax CLI (mmx-cli) for vision tasks. Use when user wants image understanding via MiniMax instead of OpenRouter. Triggers on requests...

0· 89·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gawainchin/minimax-vision-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "MiniMax Vision Skill" (gawainchin/minimax-vision-skill) from ClawHub.
Skill page: https://clawhub.ai/gawainchin/minimax-vision-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install minimax-vision-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install minimax-vision-skill
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e3rab2ev742944r5rgss6j1853n27
89downloads
0stars
1versions
Updated 1w ago
v1.0.1
MIT-0

Minimax Vision Skill

Analyzes images using MiniMax's CLI tool (mmx) with vision understanding.

Prerequisites

  • mmx-cli installed: npm install -g mmx-cli
    • If permission error: npm install -g mmx-cli --prefix ~/.local
  • Authenticated: mmx auth login --api-key <key>

Image Analysis

With local file

mmx vision --prompt "What is in this image?" ./photo.jpg

With URL

mmx vision --prompt "Describe this image in detail" https://example.com/image.jpg

API Key

If not authenticated, get your key from platform.minimax.io, then:

mmx auth login --api-key <your-key>

Check quota:

mmx quota show

Comments

Loading comments...