Moondream Local Vision
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_543d2acf/moondream-vision-zc.
About this skill
Problem
When engineers need to inspect local images in chat or automation without sending raw pixels to an external vision API, moondream-vision-zc provides a lightweight path. It connects a local Moondream model through Ollama to OpenClaw, so an image or local file path can produce a natural-language description.
How It Works
- The skill depends on a local Ollama service and the Moondream model, sending base64 image data and optional prompts via the Ollama REST API.
- After registration in OpenClaw, it can be triggered with a command such as
!moondream <image_path>. - The returned description can be passed to
GPT-OSS-120Bfor summarization, analysis, drafting, or cross-modal reasoning. - Moondream is positioned as a lightweight local inference model, with the source noting roughly 1-2 seconds per image on a typical laptop CPU and further speedup on GPU.
Boundaries
- A local Ollama service must be reachable, including port
11434. - Ollama has roughly a
5 MBper-image limit, so large images should be compressed first. - If output is empty, check that the prompt is non-empty or include an empty
systemfield in the payload. - It is best for quick local image description and upstream understanding; complex conclusions still benefit from a second pass with a larger language model.
Use Cases
- Send a product screenshot in OpenClaw chat and generate a text description for archiving or verification.
- Convert a local error screenshot into a concise description, then pass it to GPT-OSS-120B for root-cause analysis.
- Call the local Moondream model through Ollama in an automation script to describe a single image.
- Use the image description as a system prompt to support drafting, summarization, or cross-modal reasoning.
Best For
- Automation engineers who need to convert local UI screenshots into text without uploading raw images
- Application developers building OpenClaw multimodal workflows who want local VLM pre-description
- AI engineers using local Ollama models and feeding image descriptions into GPT-OSS-120B
- Engineers who need fast single-image understanding on a regular CPU before larger-model analysis
Related Skills
Call Mew image and design APIs in two stages to create an emotional background and compose a share-ready quote check-in poster.
Generate felt-craft pendant designs, part breakdowns, and structured analysis from a product image or Base64 input.
A ComfyUI image-generation skill that uses a five-step dialog to collect prompts, prefill templates, confirm parameters, submit API jobs, and return results.
A design-system guidance skill for Impeccable that produces token-based rules, component states, accessibility criteria, and QA checklists.