← Back to Skills Marketplace
flowstart

Kimi K2.5 Vision

by flowstart · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
145
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-dashscope-kimi2-5-vision
Description
使用 Kimi K2.5 识别图片,专为阿里百炼 GLM 用户设计。自动从 OpenClaw 配置读取 API Key。当模型返回"no media-understanding provider"或用户要求图片分析时触发。
Usage Guidance
This skill appears to do what it says: it reads a DashScope API key (from env or ~/.openclaw/openclaw.json), encodes your image, and uploads it to the DashScope endpoint for analysis. Before installing/running: (1) confirm you trust the DashScope endpoint (https://coding.dashscope.aliyuncs.com) because your images will be sent there; (2) check ~/.openclaw/openclaw.json and any files under ~/.openclaw for sensitive data you don't want read; (3) be aware the SKILL.md mentions caching the key but the script reads a cache file without writing one — if you want persistent caching, you'll need to add the key to ~/.openclaw/.env yourself. If any of these behaviours are unacceptable, do not install or run the script.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-dashscope-kimi2-5-vision Version: 1.0.0 The skill is designed to provide image recognition capabilities by interfacing with the Alibaba DashScope API. It retrieves API keys from standard OpenClaw configuration files (~/.openclaw/openclaw.json) and environment variables to facilitate seamless integration, and it sends data only to the official Alibaba endpoint (dashscope.aliyuncs.com). No evidence of data exfiltration to third parties, malicious execution, or unauthorized persistence was found in scripts/recognize.py or SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (Kimi K2.5 image recognition for Ali Bailian / DashScope) matches the code: the script encodes an image and posts it to a DashScope API using a 'DASHSCOPE_API_KEY'. The SKILL metadata declared no required env vars, which is acceptable because the key is optional and auto-detected. Minor inconsistency: SKILL.md says the script 'will cache' the key for next runs, but the script reads a cache file (~/.openclaw/.kimi_vision_key_cached) without ever writing to it.
Instruction Scope
SKILL.md and the script stay on-scope: they explain how to run the script, where the script searches for API keys (~/.openclaw/openclaw.json, env var, cache), and how to persist a key to ~/.openclaw/.env. Important runtime behavior: the script base64-encodes the entire image and sends it to the external DashScope API endpoint, which is expected for image recognition but means user images are transmitted off-machine.
Install Mechanism
Instruction-only skill with a single Python script and no install spec — nothing is downloaded or installed during skill setup.
Credentials
The only credential used is DASHSCOPE_API_KEY (located optionally in env or OpenClaw config); this is proportional to the stated purpose. Note: the skill will read ~/.openclaw/openclaw.json and optionally a cache file; users should ensure those files do not contain unrelated secrets they don't want read by the script. The script transmits image data to the listed external API (dashscope) — appropriate for functionality but privacy-relevant.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not perform any privileged system modifications. It suggests the user persist their API key to ~/.openclaw/.env (a user action).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-dashscope-kimi2-5-vision
  3. After installation, invoke the skill by name or use /openclaw-dashscope-kimi2-5-vision
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — provides image recognition for Ali Bailian GLM users via Kimi K2.5. - Enables automatic image analysis when requested or when model replies with “no media-understanding provider.” - Detects and reuses existing API Keys from multiple locations; caches keys for future runs. - Simple CLI tool for image recognition with optional custom prompts. - Provides clear instructions for setup and troubleshooting missing API Keys.
Metadata
Slug openclaw-dashscope-kimi2-5-vision
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Kimi K2.5 Vision?

使用 Kimi K2.5 识别图片,专为阿里百炼 GLM 用户设计。自动从 OpenClaw 配置读取 API Key。当模型返回"no media-understanding provider"或用户要求图片分析时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install Kimi K2.5 Vision?

Run "/install openclaw-dashscope-kimi2-5-vision" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kimi K2.5 Vision free?

Yes, Kimi K2.5 Vision is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kimi K2.5 Vision support?

Kimi K2.5 Vision is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kimi K2.5 Vision?

It is built and maintained by flowstart (@flowstart); the current version is v1.0.0.

💬 Comments