# Minimax Support

> MiniMax Token Plan CLI for web search and image understanding. Use when asked to "search the web", "look up", "find information online", "analyze an image", "describe this image", or "understand what's in this picture".

- Skill: `changhochien/minimax-support` (Agent Skill)
- Install (CLI): `npx skillmds@latest add changhochien/minimax-support`
- Raw SKILL.md: https://api.skillmd.com/api/skills/changhochien/minimax-support/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: changhochien (https://skillmd.com/u/changhochien)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/changhochien/minimax-support

---


# minimax-support

Token-efficient web search and image understanding via MiniMax Token Plan APIs.

**Requires:** `minimax-support` CLI and `MINIMAX_API_KEY` in `~/.config/minimax-support/creds.toml`

---

## Commands

### Web Search

```bash
minimax-support search "<query>"
minimax-support search "<query>" --related
```

### Image Understanding

```bash
minimax-support understand "<image>" --prompt "<question>"
minimax-support understand "https://example.com/photo.jpg" --prompt "What does this show?"
minimax-support understand ./local/image.png --prompt "Describe this image"
```

---

## When to Use

- User asks to "search for X", "look up", "find information online"
- User shares an image and asks what it contains
- User wants real-time web information
- User asks "what's in this screenshot/photo"

