ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Vision Analyze

Skill by humberto0o0

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/humberto0o0/vision-analyze
Or

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

Stars2387
Views0
Updated2026-03-09
View Author Profile
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.