← 返回 Skills 市场
229
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install taizi-alicloud-ai-image
功能描述
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image-max, qwen-image-plus-2026-01-09). Use when implementing or doc...
安全使用建议
This skill appears to legitimately implement Alicloud (DashScope) image generation with Qwen models, but it will require and try to load a DASHSCOPE_API_KEY (from the DASHSCOPE_API_KEY env var or ~/.alibabacloud/credentials) and will also load .env files from the current directory and repo root. Before installing or running: 1) do not put sensitive keys into shared .env or workspace files unless you trust the skill; 2) verify the DASHSCOPE_API_KEY you provide has minimal permissions and is rotated if shared; 3) review the included scripts (they download images from URLs and will make network calls) and ensure that behavior is acceptable; and 4) note the registry metadata omission (no required env declared) — you should ensure the platform prompts for the API key or add it manually. Overall this looks functionally correct, but the undeclared credential access is a meaningful inconsistency.
功能分析
Type: OpenClaw Skill
Name: taizi-alicloud-ai-image
Version: 1.0.0
The skill facilitates image generation via Alibaba Cloud's DashScope SDK but contains high-risk behaviors and a vulnerability. The script `scripts/generate_image.py` automatically searches for and reads sensitive API keys from `~/.alibabacloud/credentials`. Additionally, the `resolve_reference_image` function allows for arbitrary local file reads by checking if a provided string is a file path and reading its bytes without sanitization; this could be exploited to exfiltrate sensitive files (e.g., SSH keys) to the model provider's API if the `reference_image` parameter is manipulated.
能力评估
Purpose & Capability
Name/description match the code: it calls DashScope ImageGeneration with qwen-image models. However the skill metadata declares no required environment variables or primary credential, while both SKILL.md and the script require DASHSCOPE_API_KEY (or credentials in ~/.alibabacloud/credentials). That mismatch is disproportionate to the declared registry requirements.
Instruction Scope
Runtime instructions and the included script read environment variables, load .env files (from CWD and repo root found via .git), and load credentials from ~/.alibabacloud/credentials. The script also downloads reference images and generated image URLs via urllib. These behaviors are consistent with an image provider integration but the script will read local files that may contain secrets (unexpected given metadata) and will perform network fetches.
Install Mechanism
There is no automated install spec (instruction-only) which minimizes install-time risk. The SKILL.md recommends installing the dashscope Python package in a venv; the script will fail if dashscope isn't installed. No remote archives or obscure download URLs are used by the skill itself.
Credentials
The skill requires DASHSCOPE_API_KEY and supports reading dashscope_api_key from ~/.alibabacloud/credentials and ALIBABA_CLOUD_PROFILE/ALICLOUD_PROFILE, but the registry lists no required env or primary credential. The number and type of env/config accesses are reasonable for an Alibaba Cloud SDK integration, but the omission from metadata is an inconsistency the user should be aware of.
Persistence & Privilege
The skill does not request persistent 'always' inclusion and does not attempt to modify other skills or system-wide agent settings. Its runtime activity (reading env/credentials, writing output images under workspace) is within expected scope for a provider integration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taizi-alicloud-ai-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/taizi-alicloud-ai-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
taizi-alicloud-ai-image v1.0.0
- Initial release: Standardizes image generation using Alibaba Cloud Model Studio Qwen Image models via DashScope SDK.
- Defines a normalized `image.generate` request/response mapping for consistent integration.
- Supports key parameters: prompt, negative_prompt, size, style, seed, and reference_image.
- Provides quickstart examples for CLI and Python, error handling guidance, and operational tips.
- Includes detailed usage instructions for Telegram (and other channel) delivery, caching, and output location.
- Clearly documents supported model names: `qwen-image-max` and `qwen-image-plus-2026-01-09`.
元数据
常见问题
Taizi Alicloud Ai Image 是什么?
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image-max, qwen-image-plus-2026-01-09). Use when implementing or doc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。
如何安装 Taizi Alicloud Ai Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taizi-alicloud-ai-image」即可一键安装,无需额外配置。
Taizi Alicloud Ai Image 是免费的吗?
是的,Taizi Alicloud Ai Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taizi Alicloud Ai Image 支持哪些平台?
Taizi Alicloud Ai Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taizi Alicloud Ai Image?
由 fresh3(@fresh3)开发并维护,当前版本 v1.0.0。
推荐 Skills