← 返回 Skills 市场
Qwen Image
作者
Robin797860
· GitHub ↗
· v1.0.0
9496
总下载
7
收藏
130
当前安装
1
版本数
在 OpenClaw 中安装
/install qwen-image
功能描述
Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions.
安全使用建议
Install only if you are comfortable sending prompts and generation settings to Alibaba Cloud DashScope. Use a dedicated DashScope API key, avoid passing real keys directly on the command line, do not include secrets or regulated data in prompts, avoid --no-verify-ssl except in a controlled proxy setup, and save files only to paths you intentionally choose.
功能分析
Type: OpenClaw Skill
Name: qwen-image
Version: 1.0.0
The skill is generally benign, performing image generation via the Alibaba Cloud DashScope API as described. However, the `scripts/generate_image.py` file includes a `--no-verify-ssl` flag which, when enabled, disables SSL certificate verification for both the API request and image download. While the `SKILL.md` documentation mentions this as a feature for corporate proxies, disabling SSL verification is a high-risk capability that could expose the agent to Man-in-the-Middle attacks, making the skill suspicious despite the lack of clear malicious intent.
能力评估
Purpose & Capability
The artifacts coherently implement the stated purpose: send a prompt to Alibaba Cloud DashScope, return a generated image URL, and optionally save the image when a filename is provided.
Instruction Scope
Runtime instructions are focused on generating and displaying images; the docs mention API keys and a TLS-disabling flag, but there is no hidden role change, broad local indexing, background execution, or unrelated authority.
Install Mechanism
Installation requires uv and a Python requests dependency; this is proportionate for a small API wrapper, though dependencies are not fully pinned.
Credentials
Outbound network access and a DashScope API key are expected for this purpose. The script itself reads only a CLI key or DASHSCOPE_API_KEY, while the documentation also tells users where they may obtain keys from local OpenClaw config.
Persistence & Privilege
There is no persistence, privilege escalation, or background worker. Local file writing occurs only when the user supplies a filename, so users should choose the output path carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qwen-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/qwen-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the qwen-image skill.
- Generates high-quality AI images using the Alibaba Cloud Qwen Image API (DashScope).
- Supports both Chinese and English text prompts.
- Provides various image sizes and advanced options such as negative prompts and watermarking.
- Returns image URLs for easy viewing; local saving is available by request.
- Automatic extraction and markdown rendering of images from script output.
元数据
常见问题
Qwen Image 是什么?
Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 9496 次。
如何安装 Qwen Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwen-image」即可一键安装,无需额外配置。
Qwen Image 是免费的吗?
是的,Qwen Image 完全免费(开源免费),可自由下载、安装和使用。
Qwen Image 支持哪些平台?
Qwen Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Qwen Image?
由 Robin797860(@robin797860)开发并维护,当前版本 v1.0.0。
推荐 Skills