← 返回 Skills 市场
222
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install modelscope-image
功能描述
通过魔搭社区(ModelScope) API 生成图片。先使用 --list-models 查看可用模型,然后根据用户需求由 AI 生成专业的提示词,最后调用 API 生成图片。支持 Kolors、Stable Diffusion XL、FLUX 等多种文生图模型。当用户需要使用魔搭社区、ModelScope 或...
安全使用建议
This skill appears to do what it says: it generates prompts and calls ModelScope's image API using your MODELSCOPE_API_KEY. Before installing, ensure you trust the ModelScope service and limit the API key's permissions / billing exposure. Be aware the bundled model list includes models that may produce adult or sensitive content; avoid selecting models or prompts that violate policy or your organization's rules. Finally, the skill will make outbound network calls to api-inference.modelscope.cn (it needs the API key), so treat the key as sensitive and rotate/revoke it if you stop using the skill.
功能分析
Type: OpenClaw Skill
Name: modelscope-image
Version: 1.0.0
The skill bundle is a legitimate tool for generating images using the ModelScope API. The core logic in `scripts/gen.py` uses Python's standard library (`urllib`) to communicate with official ModelScope endpoints (api-inference.modelscope.cn) and includes robust features like asynchronous task polling, model list parsing from `references/models.md`, and HTML gallery generation. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (python3), primary env var (MODELSCOPE_API_KEY), and included script (scripts/gen.py) all align with a ModelScope image-generation helper. The requested resources are proportional to the stated functionality.
Instruction Scope
SKILL.md confines actions to reading local reference files, composing prompts, and calling ModelScope endpoints. It recommends launching a subagent to consult references/models.md (this is internal and token-saving). Note: the included model list contains entries that may enable generation of adult or sensitive content; prompt and model selection remain the user/agent responsibility.
Install Mechanism
Install spec only suggests installing Python via Homebrew (well-known package source). No arbitrary downloads or extract-from-URL steps are present.
Credentials
Only MODELSCOPE_API_KEY is required (declared as primary). The SKILL.md and code use only that key (or --api-key override). No unrelated credentials, secret-scoped paths, or broad environment access are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or global agent config in the provided files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install modelscope-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/modelscope-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- modelscope-image-gen 功能的初始版本发布。
- 通过 ModelScope API 使用多种预配置模型(如 Kolors、Stable Diffusion XL、FLUX)实现图像生成。
- 提供工作流程:列出模型 → 选择模型(支持子代理) → AI 优化的提示生成 → 图像创建。
- 包含内置的提示工程指导和高质量结果场景,针对中文和多语言支持进行了优化。
- 命令行界面提供灵活的参数设置,可用于提示、模型、输出和模型列表。
- 文档提供详细的使用示例、排障指南以及其他资源的链接。
元数据
常见问题
modelscope-image 是什么?
通过魔搭社区(ModelScope) API 生成图片。先使用 --list-models 查看可用模型,然后根据用户需求由 AI 生成专业的提示词,最后调用 API 生成图片。支持 Kolors、Stable Diffusion XL、FLUX 等多种文生图模型。当用户需要使用魔搭社区、ModelScope 或... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 modelscope-image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install modelscope-image」即可一键安装,无需额外配置。
modelscope-image 是免费的吗?
是的,modelscope-image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
modelscope-image 支持哪些平台?
modelscope-image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 modelscope-image?
由 baiyz0825(@baiyz0825)开发并维护,当前版本 v1.0.0。
推荐 Skills