Back to Registry
View Author Profile
Official Verified
Minimax Vision Search
Skill by daowuu
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/daowuu/minimax-vision-searchOr
name: minimax-vision-search description: Enable MiniMax image understanding and web search via MCP. Use when user wants to analyze images, describe pictures, understand image content, or search the web. This skill adds vision and search capabilities to OpenClaw using MiniMax's understand_image and web_search MCP tools. Triggers: "analyze image"、"图片理解"、"describe this image"、"图片描述"、"search web"、"网络搜索" metadata: clawdis: requires: bins: [uv, uvx] env: [MINIMAX_API_KEY] install: - kind: brew formula: uv label: "Install uv via Homebrew (recommended)" - kind: pipx package: uv label: "Install uv via pipx"
MiniMax Vision & Search MCP
Analyze images and search the web using MiniMax's MCP tools.
Prerequisites
-
uvx must be installed (recommended via Homebrew):
brew install uv -
MINIMAX_API_KEY must be set in environment:
export MINIMAX_API_KEY=your_api_key
Quick Start
- Install uv:
brew install uv(macOS recommended) - Set API key:
export MINIMAX_API_KEY=your_token_plan_key - Run image analysis:
python3 scripts/understand_image.py <image_path> <prompt> - Run web search:
python3 scripts/web_search.py <query>
Tools
Image Understanding
python3 scripts/understand_image.py <image_path_or_url> "<prompt>"
Web Search
python3 scripts/web_search.py <query>
Image Sources
- Local files:
/path/to/image.jpg - URLs:
https://example.com/image.jpg - Telegram images (auto-saved to
~/.openclaw/media/inbound/)
Tips
- Use Telegram to send images → bot auto-saves locally
- Webchat images NOT supported (MiniMax rejects image input)
- See references/troubleshooting.md for issues
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-daowuu-minimax-vision-search": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.