/install llava-vision
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install llava-vision - After installation, invoke the skill by name or use
/llava-vision - Provide required inputs per the skill's parameter spec and get structured output
What is Llava Vision?
Call a local llama.cpp server with the LLaVA model to analyze images. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Llava Vision?
Run "/install llava-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Llava Vision free?
Yes, Llava Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Llava Vision support?
Llava Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Llava Vision?
It is built and maintained by Jh-server (@447992399); the current version is v1.0.1.