← 返回 Skills 市场
pauldelavallaz

Morpheus Fashion Design

作者 Paul de Lavallaz · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
1777
总下载
2
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install morpheus-fashion-design
功能描述
Generate professional advertising images with AI models holding/wearing products. ✅ USE WHEN: - Need a person/model in the image WITH a product - Creating fa...
安全使用建议
Before installing or running this skill, consider the following: - The code requires a ComfyDeploy API key (COMFY_DEPLOY_API_KEY or --api-key) to function, but the registry metadata does not declare that. Verify where the key will be stored and that it has limited scope/permissions. - The SKILL.md forbids sending a `logo` field, but the script accepts and will upload a logo if provided. If you plan to upload brand assets, be aware the skill may transmit them to the ComfyDeploy endpoint — confirm that's acceptable for your IP/privacy needs. - The script contains an optional tracker hook: if ~/clawd/scripts/track-usage.sh exists it will be executed to log the prompt and result. Inspect that script before running — it could transmit prompts, filenames, or URLs off your machine. - The skill references and may read local model catalog files under ~/clawd/models-catalog/catalog/; ensure those files don't contain sensitive or private data you don't want the skill to use or upload. - The repository lacks an install spec even though the script needs Python >=3.10 and the httpx library. Run in a sandboxed environment, review/verify the code, and install dependencies manually rather than running blindly. Recommended actions: 1) Ask the publisher to update metadata to list COMFY_DEPLOY_API_KEY and the ~/clawd config paths (or make the tracker opt-in and document it). 2) Inspect or remove ~/clawd/scripts/track-usage.sh (or ensure it is trustworthy) before running the skill. 3) Run the script in an isolated environment (container/VM) and audit network traffic if you plan to use real credentials or sensitive images. 4) If you need guarantees about logos/brand assets or data retention, get those in writing from the provider or avoid uploading those assets.
功能分析
Type: OpenClaw Skill Name: morpheus-fashion-design Version: 1.4.0 The skill is classified as suspicious due to the presence of shell execution capabilities that could be exploited as vulnerabilities. The `SKILL.md` explicitly instructs the agent to execute `bash` commands involving `cat`, `python3 -c`, and `jq` for model catalog search, demonstrating the agent's ability to run arbitrary shell commands. Furthermore, the `scripts/generate.py` file uses `subprocess.run` to execute an external script `~/clawd/scripts/track-usage.sh`, which, depending on the content of `track-usage.sh` and the sanitization of its arguments, could pose a shell injection risk. While there is no clear evidence of intentional malicious behavior like data exfiltration to unauthorized parties or backdoors, these shell execution capabilities represent significant security vulnerabilities.
能力评估
Purpose & Capability
The description says the skill only needs product+model images and calls a ComfyDeploy endpoint, but the shipped code requires a COMFY_DEPLOY_API_KEY (read from env or --api-key) and optionally interacts with files under ~/clawd (models catalog and a tracker script). The registry metadata declared no required env vars or config paths — that is inconsistent with what the code actually needs.
Instruction Scope
SKILL.md instructs 'NO logo field — EVER' and presents a canonical call with no logo, but scripts/generate.py accepts and will upload a --logo if provided (inputs['logo']). The script also contains a track_usage() function that will invoke ~/clawd/scripts/track-usage.sh if present, sending prompt and result metadata to an external tracker — this behavior is not documented in SKILL.md and could transmit sensitive prompts/images. The SKILL.md additionally references a local models catalog path and gives shell commands to read it (~/clawd/models-catalog/catalog/catalog.json), so the skill may read local files not declared in metadata.
Install Mechanism
There is no install spec in the registry (instruction-only), but the bundled script declares a Python >=3.10 requirement and an httpx dependency in its header comment. Those runtime requirements are not captured in the registry metadata; the code would need to be run in a Python environment with httpx installed. No downloads from external, untrusted URLs are present in the manifest.
Credentials
The script requires an API key (COMFY_DEPLOY_API_KEY or --api-key) to operate, but the registry lists no required env vars or primary credential. The optional tracker hook will run a shell script in the user's home directory (~/clawd/scripts/track-usage.sh) which could exfiltrate prompts, file paths, or result URLs — that hook is not declared in the skill metadata and therefore is disproportionate to the stated simple image-generation purpose unless the user explicitly opted into it.
Persistence & Privilege
always is false and the skill does not request persistent/autonomous privileges in metadata. However the script will read/write under the user's home path (uploads results and references ~/clawd paths) and may invoke a user-local tracker script; these are local filesystem interactions rather than platform-level privilege escalation, but they do increase the skill's local footprint and potential to run arbitrary local code via the tracker script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morpheus-fashion-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morpheus-fashion-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
Integración con Portrait Generator: imagen_1 frontal como model reference cuando el guión requiere personaje custom.
v1.3.0
Removed logo input (deprecated). Added canonical API call. Improved brief examples. Strict no-auto rule for packs.
v1.0.1
Improved routing: added when-to-use/dont-use examples
v1.2.0
Updated to production deployment (1e16994d), added gemini_api_key as input parameter
v1.1.0
Updated model catalog docs (114 models at ~/clawd/models-catalog); pack selection guidelines; troubleshooting for black images (moderation filter)
v1.0.0
v1.0.0: Professional fashion/product advertising via ComfyDeploy. Model face consistency, 114-model catalog, configurable camera/lighting/film packs.
元数据
Slug morpheus-fashion-design
版本 1.4.0
许可证
累计安装 4
当前安装数 4
历史版本数 6
常见问题

Morpheus Fashion Design 是什么?

Generate professional advertising images with AI models holding/wearing products. ✅ USE WHEN: - Need a person/model in the image WITH a product - Creating fa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1777 次。

如何安装 Morpheus Fashion Design?

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

Morpheus Fashion Design 是免费的吗?

是的,Morpheus Fashion Design 完全免费(开源免费),可自由下载、安装和使用。

Morpheus Fashion Design 支持哪些平台?

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

谁开发了 Morpheus Fashion Design?

由 Paul de Lavallaz(@pauldelavallaz)开发并维护,当前版本 v1.4.0。

💬 留言讨论