← Back to Skills Marketplace
pauldelavallaz

Morpheus Fashion Design

by Paul de Lavallaz · GitHub ↗ · v1.4.0
cross-platform ⚠ suspicious
1777
Downloads
2
Stars
4
Active Installs
6
Versions
Install in OpenClaw
/install morpheus-fashion-design
Description
Generate professional advertising images with AI models holding/wearing products. ✅ USE WHEN: - Need a person/model in the image WITH a product - Creating fa...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install morpheus-fashion-design
  3. After installation, invoke the skill by name or use /morpheus-fashion-design
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug morpheus-fashion-design
Version 1.4.0
License
All-time Installs 4
Active Installs 4
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1777 downloads so far.

How do I install Morpheus Fashion Design?

Run "/install morpheus-fashion-design" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Morpheus Fashion Design free?

Yes, Morpheus Fashion Design is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Morpheus Fashion Design support?

Morpheus Fashion Design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Morpheus Fashion Design?

It is built and maintained by Paul de Lavallaz (@pauldelavallaz); the current version is v1.4.0.

💬 Comments