Web search and image understanding via MiniMax Coding Plan MCP.
| Tool | Description |
|---|---|
| ------ | ------------- |
web_search | Search the web for current information, news, weather |
understand_image | Analyze images, screenshots, diagrams |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo 'MINIMAX_API_KEY=your-coding-plan-key' >> ~/.openclaw/.env
echo 'MINIMAX_API_HOST=https://api.minimaxi.com' >> ~/.openclaw/.env
# Web search
~/.openclaw/skills/minimax-mcp-call/scripts/mcp_search.sh web_search "search query"
# Image understanding
~/.openclaw/skills/minimax-mcp-call/scripts/mcp_search.sh understand_image "image_url" "question"
~/.openclaw/skills/minimax-mcp-call/scripts/mcp_search.sh web_search "hello"
共 1 个版本