← 返回 Skills 市场
SiliconFlow Qwen Vision
作者
lixingfeng
· GitHub ↗
· v0.2.0
· MIT-0
455
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install siliconflow-qwen-vision
功能描述
图片理解与分析。当用户需要分析图片内容、识别图片中的物体、描述图片场景、理解图片含义时使用此技能。支持图片问答、物体识别、场景描述等。
安全使用建议
This skill is functionally consistent with an image-analysis tool, but exercise caution before installing: 1) The SKILL.md and script require an API key (OPENAI_API_KEY or --api-key) but the registry metadata does not declare this — confirm where you should obtain a SiliconFlow key and do not reuse your primary OpenAI or cloud API keys. 2) The script will POST your entire image (base64) to https://api.siliconflow.cn; only use non-sensitive images unless you trust that endpoint. 3) The package has no homepage or verified source — verify the publisher or prefer an official client. 4) Ensure Python and the 'requests' library are installed in a controlled environment. If you decide to proceed, create a dedicated, limited-scope API key for this use, test with harmless images first, and review network traffic/logs to confirm expected behavior.
功能分析
Type: OpenClaw Skill
Name: siliconflow-qwen-vision
Version: 0.2.0
The skill is a straightforward implementation for image analysis using the SiliconFlow Qwen2.5-VL API. The script `scripts/analyze_image.py` correctly handles image encoding and communicates with the legitimate SiliconFlow endpoint (api.siliconflow.cn) using standard practices. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (image understanding using Qwen2.5-VL) aligns with the included script, which reads an image, base64-encodes it, and sends it to https://api.siliconflow.cn using a Qwen model. However the registry metadata declares no required credentials while the SKILL.md and script require an API key (OPENAI_API_KEY or --api-key). Also no homepage or authoritative source is provided.
Instruction Scope
Runtime instructions only direct the agent/user to read a local image file, optionally read an API key from OPENAI_API_KEY (or accept --api-key), and send the image and prompt to SiliconFlow's chat/completions endpoint. There is no evidence of unrelated file access, broad system probing, or data collection beyond the image and prompt.
Install Mechanism
No install spec (instruction-only plus a Python script) — this is low-risk in terms of installation. The script imports 'requests' but the package/dependency is not declared anywhere; users will need to ensure Python and the requests package are available. No remote archives or installers are fetched by the skill itself.
Credentials
The script and SKILL.md require an API key via OPENAI_API_KEY or --api-key, but the registry metadata lists no required env vars and no primary credential. This mismatch is a red flag: the skill will send your API key to an external domain (api.siliconflow.cn). The OPENAI_API_KEY name may encourage reusing an OpenAI key; users should avoid reusing high-privilege keys and prefer issuing a dedicated SiliconFlow key if available.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify other skills or system-wide config. It runs on demand and does not claim elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install siliconflow-qwen-vision - 安装完成后,直接呼叫该 Skill 的名称或使用
/siliconflow-qwen-vision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
修复错误的 Minimax 注释,更新为正确的 SiliconFlow Qwen2.5-VL 描述
v0.1.0
siliconflow-qwen-vision 0.1.0
- Initial release with image understanding and analysis capabilities using SiliconFlow Qwen2.5-VL.
- Supports object recognition, scene description, and image-based Q&A.
- Allows configuration via environment variable or command-line API Key.
- Provides example usage for image description, object identification, scene analysis, and result saving.
元数据
常见问题
SiliconFlow Qwen Vision 是什么?
图片理解与分析。当用户需要分析图片内容、识别图片中的物体、描述图片场景、理解图片含义时使用此技能。支持图片问答、物体识别、场景描述等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 455 次。
如何安装 SiliconFlow Qwen Vision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install siliconflow-qwen-vision」即可一键安装,无需额外配置。
SiliconFlow Qwen Vision 是免费的吗?
是的,SiliconFlow Qwen Vision 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SiliconFlow Qwen Vision 支持哪些平台?
SiliconFlow Qwen Vision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SiliconFlow Qwen Vision?
由 lixingfeng(@tomlee2013)开发并维护,当前版本 v0.2.0。
推荐 Skills