← 返回 Skills 市场
robin797860

Qwen Image

作者 Robin797860 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
10194
总下载
7
收藏
0
当前安装
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, prefer environment variables or a secret store over command-line keys, avoid sensitive prompts, do not use --no-verify-ssl except in a controlled proxy setup, and save files only to paths you choose intentionally.
功能分析
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 image generation through Alibaba Cloud DashScope: they send the user's prompt and options to a fixed DashScope endpoint, then return an image URL or optionally save the returned image.
Instruction Scope
Runtime instructions are focused on generating and displaying images; the docs disclose API key sources and instruct not to download or save unless the user specifically requests it.
Install Mechanism
Installation requires uv and a Python requests dependency, which is proportionate for a small API wrapper; there is no suspicious installer script or hidden package behavior in the artifact.
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 points agents to OpenClaw config locations for keys.
Persistence & Privilege
There is no background worker, privilege escalation, or automatic persistence. File writing occurs only when a filename is supplied, but the saved content comes from a provider-returned URL.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qwen-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qwen-image 触发
  4. 根据 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.
元数据
Slug qwen-image
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 插件,目前累计下载 10194 次。

如何安装 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。

💬 留言讨论