← 返回 Skills 市场
huiya-code

Qwen Skill

作者 huiya-code · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qwen-skill
功能描述
Generate and edit images with Qwen Image via DashScope API. This is a skill, not a callable tool. First use the read tool to open this SKILL.md, then run the...
安全使用建议
This skill appears to do what it says: it runs the included Python CLI that calls DashScope (Qwen Image) and requires a DASHSCOPE_API_KEY. Before installing: 1) only provide a DashScope API key intended for image generation (avoid reusing highly privileged keys); 2) check any .env files in your current/project directories — the script auto-loads .env and may pull in other variables you did not intend to expose; 3) note that generated images are written to an outbound directory (default ~/.openclaw/media/outbound) and can be published to a public base URL if OPENCLAW_MEDIA_BASE_URL is set; 4) review the included scripts if you want to confirm behavior (network calls go to dashscope[.intl].aliyuncs.com); and 5) run the skill in an isolated environment or with restricted credentials if you are concerned about accidental exposure of other secrets.
功能分析
Type: OpenClaw Skill Name: qwen-skill Version: 1.0.0 The skill bundle provides a legitimate tool for generating and editing images using Alibaba's Qwen models via the DashScope API. The core script (scripts/qwen_image.py) handles API requests, image downloading, and local publishing to a designated outbound directory (~/.openclaw/media/outbound) for UI rendering. The instructions in SKILL.md are focused on ensuring the AI agent follows a specific execution and formatting workflow to maintain compatibility with the OpenClaw interface, and no evidence of malicious intent, data exfiltration, or unauthorized system access was found.
能力评估
Purpose & Capability
Name/description match the behavior: the skill runs a Python CLI that calls DashScope Qwen Image endpoints and needs a DASHSCOPE_API_KEY and python3. Required binaries and the primary environment variable are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md enforces running the included Python script and parsing MEDIA_REF output. The script will: load .env files (cwd and baseDir), read any local input image files you pass, POST to DashScope endpoints, download returned image URLs, and write published files and HTML viewers to an outbound directory. This behavior is expected for an image-generation skill, but .env auto-loading and saving files to ~/.openclaw/media/outbound are things to be aware of.
Install Mechanism
No automated installer is included; the skill is instruction-only and provides a pip3 install -r requirements.txt step. This is low-risk compared to arbitrary remote downloads. Requirements (requests, Pillow) are reasonable for the task.
Credentials
The only required credential is DASHSCOPE_API_KEY (declared as primary). The script also respects optional envs (DASHSCOPE_REGION, OPENCLAW_MEDIA_OUTBOUND_DIR, OPENCLAW_MEDIA_BASE_URL) and will load any variables from .env files if present — this can surface other project secrets if they exist in .env. That behavior is explainable but worth attention.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and its filesystem writes are limited to user-specified or default outbound directories. Autonomous invocation is enabled (the platform default) but not unusual here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qwen-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qwen-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug qwen-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Qwen Skill 是什么?

Generate and edit images with Qwen Image via DashScope API. This is a skill, not a callable tool. First use the read tool to open this SKILL.md, then run the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。

如何安装 Qwen Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwen-skill」即可一键安装,无需额外配置。

Qwen Skill 是免费的吗?

是的,Qwen Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Qwen Skill 支持哪些平台?

Qwen Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Qwen Skill?

由 huiya-code(@huiya-code)开发并维护,当前版本 v1.0.0。

💬 留言讨论