Back to Registry View Author Profile
Official Verified
Vision Analyze
Skill by humberto0o0
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/humberto0o0/vision-analyzeOr
Vision Analyze (Google)
Analyze images using Google Cloud Vision API.
This skill performs:
- Image label detection
- Optical Character Recognition (OCR)
Usage
Provide either:
- A local image file path
- A publicly accessible image URL
Example
vision_analyze /tmp/image.png vision_analyze https://example.com/image.jpg
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-humberto0o0-vision-analyze": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.