Install
openclaw skills install minimax-vision-captchaClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
使用MiniMax视觉模型识别图片中的验证码、滑块位置、文字内容等。适用于需要AI视觉分析的场景,如微信验证码识别、网页截图分析、图片文字提取。当需要识别图片内容、分析验证码、提取截图信息时使用此技能。
openclaw skills install minimax-vision-captcha使用MiniMax MCP的视觉理解能力识别图片中的内容,解决验证码、滑块分析等问题。
使用OpenClaw浏览器截图:
browser action=screenshot targetId=<页面ID>
或使用OpenClaw的snapshot获取页面结构后分析。
mcporter call minimax-coding-plan.understand_image prompt="描述图片内容" image_source="/path/to/screenshot.png"
根据返回结果进行下一步操作。
browser action=screenshot