Back to Registry
View Author Profile
Official Verified
Llava Vision
Skill by 447992399
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/447992399/llava-visionOr
name: llava-vision-local version: 0.1.0 description: Call a local llama.cpp server with the LLaVA model to analyze images. license: MIT metadata: openclaw: emoji: "🧠" requires: bins: [] os: - linux - darwin - win32
LLaVA Vision Skill
This skill forwards an image to a locally running llama.cpp server that hosts a LLaVA model and returns the model’s text description of the image. It accepts either a local file path or a remote image URL.
Usage
clawhub llava-vision --image /path/to/photo.jpg
# or
clawhub llava-vision --image https://example.com/photo.jpg
The skill uses the built‑in vision_analyze tool, which expects an image file path. If the image cannot be read or the server is unreachable, an error message will be returned.
Dependencies
- Node.js (the skill itself)
- A local llama.cpp server with the LLaVA model exposed at the default endpoint.
Example
$ clawhub run llava-vision --image ./cat.png
The image contains a cat sitting on a windowsill, looking out at a sunny garden.
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-447992399-llava-vision": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.