← 返回 Skills 市场
949
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install qwen-vision
功能描述
Analyze images and videos using Qwen Vision API (Alibaba Cloud DashScope). Supports image understanding, OCR, visual reasoning.
安全使用建议
This skill sends your image (base64-encoded) and prompt to Alibaba Cloud DashScope (Qwen Vision) — you'll need a valid API key. Confirm you trust the external service before sending sensitive images. Note a small mismatch: documentation suggests the key can be read from ~/.openclaw/openclaw.json or DASHSCOPE_API_KEY, but the bundled script requires --api-key (it doesn't auto-read those locations). If you want the convenience of env/config lookup, verify or modify the script yourself. Otherwise, review where you store the API key and avoid passing it in shells or logs if you need secrecy. Lastly, since the skill transmits image data externally, ensure this aligns with your privacy/compliance requirements.
功能分析
Type: OpenClaw Skill
Name: qwen-vision
Version: 0.1.0
The qwen-vision skill is a legitimate tool for analyzing images via the Alibaba Cloud DashScope API. The core logic in `scripts/analyze_image.py` securely handles image encoding and transmits data only to the official API endpoint (dashscope.aliyuncs.com). The documentation in `SKILL.md` and `README.md` correctly describes the tool's purpose and configuration without any signs of prompt injection, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
Name/description match the actual behavior: the included script base64-encodes an image and posts it to DashScope's Qwen Vision endpoint. The only required binary is python3, which is reasonable.
Instruction Scope
SKILL.md instructs running the shipped script and documents possible locations to obtain the API key (including ~/.openclaw/openclaw.json or DASHSCOPE_API_KEY). The runtime script itself, however, requires an --api-key argument and does not read those config paths or environment variables. The instructions do not direct reading unrelated files or exfiltrating system data.
Install Mechanism
No install spec or remote downloads are present; this is an instruction-only skill with a small included script. Nothing is fetched from external/untrusted URLs during install.
Credentials
The skill legitimately requires a DashScope API key. Registry metadata lists no required env vars, but SKILL.md suggests DASHSCOPE_API_KEY or ~/.openclaw config as sources; the script actually requires an explicit --api-key. This is an implementation/documentation mismatch but the credential requested is proportional to the skill's function.
Persistence & Privilege
Skill is not always-enabled, does not request persistent or elevated system privileges, and does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qwen-vision - 安装完成后,直接呼叫该 Skill 的名称或使用
/qwen-vision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of qwen-vision skill
- Analyze images and videos using Qwen Vision API (Alibaba Cloud DashScope)
- Supports image understanding, OCR, and visual reasoning tasks
- Easily select between max and plus models
- Flexible API key setup via config file or environment variable
- Includes prompt examples and usage instructions for CLI integration
元数据
常见问题
Qwen Vision 是什么?
Analyze images and videos using Qwen Vision API (Alibaba Cloud DashScope). Supports image understanding, OCR, visual reasoning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 949 次。
如何安装 Qwen Vision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwen-vision」即可一键安装,无需额外配置。
Qwen Vision 是免费的吗?
是的,Qwen Vision 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Qwen Vision 支持哪些平台?
Qwen Vision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qwen Vision?
由 perchouli(@perchouli)开发并维护,当前版本 v0.1.0。
推荐 Skills