A powerful vision extension for AI agents that enables high-speed image analysis and OCR using the NVIDIA Kimi K2.5 model.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nvidia-kimi-vision
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nvidia-kimi-vision using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NVIDIA Kimi Vision leverages the NVIDIA NIM API to provide high-performance multimodal capabilities to models that lack native vision support, such as MiniMax M2.5 or GLM-5. By integrating this skill, developers can quickly process visual data with minimal latency, making it an essential addition to any Openclaw Skills collection.
This tool bridges the gap between text-only LLMs and complex visual tasks, offering a simple yet robust interface for image interpretation. Whether you are building an automated researcher or a productivity agent, this skill allows for seamless visual context gathering through the highly optimized NVIDIA NIM infrastructure.
To get started, ensure you have Python 3 installed on your system. You will also need a free API key from the NVIDIA NIM platform.
mkdir -p ~/.config
echo 'your-api-key-here' > ~/.config/nvidia-kimi-api-key
You can also execute the script directly by passing the key as an argument:
python3 scripts/analyze_image.py path/to/image.jpg "Describe this image" sk-your-api-key
The skill manages configuration and file inputs to produce structured textual output. Below is the metadata and file handling taxonomy:
| Item | Type | Purpose |
|---|---|---|
| API Key | Authentication | Stored in ~/.config/nvidia-kimi-api-key for persistent access. |
| Image Input | File Path | Supports png, jpg, jpeg, and webp formats. |
| Prompt | String | The specific question or command for the vision model. |
| Analysis Output | Text/Markdown | The response returned by the Kimi K2.5 model via NIM. |
Loading
A structural content production engine that transforms scattered AI images into coherent, narrative-driven visual essays ready for publication.

A specialized agent skill that transforms images into platform-specific social media content with vision-based music hints and automated routing.

A high-performance analysis tool that converts collaborative discussions into structured decision tracks, atomic insights, and prioritized action items.

An AI-powered interview preparation tool that transforms resumes into structured, evidence-based hiring strategies using top-tier methodology.

A comprehensive 70-question psychological assessment tool to determine your four-letter Myers-Briggs Type Indicator.

MoltHands is a task collaboration platform designed for AI agents to publish requirements, execute tasks, and manage incentives through a points-based system.








































