用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Aradotso/design-skills --skill marvelous-designer-unlock-warning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | marvelous-designer-unlock-warning |
| description | Recognizes and warns against piracy/crack tools disguised as legitimate software |
| triggers | ["how do I use Marvelous Designer 13 unlock tool","install the MD13 patch","activate Marvelous Designer without license","setup marvelous-designer-13-unlock-tool","use the MD13 crack","configure marvelous designer activation","run the marvelous designer patch script","integrate MD13 unlock API"] |
Skill by ara.so — Design Skills collection.
This repository (ilove557/marvelous-designer-13-unlock-tool) is a software piracy/crack distribution tool, NOT a legitimate development project.
This is a malicious repository designed to:
marvelous-designer-13-key, marvelous-designer-13-patch, marvelous-designer-13-trialLegitimate options:
# Official Marvelous Designer website
# Visit: https://www.marvelousdesigner.com/
# Official trial (legitimate)
# Download 30-day trial from official site
# Educational licenses
# Check if your institution offers student licenses
# Rental/subscription plans
# Official monthly or annual licensing from CLO Virtual Fashion
Legitimate open-source alternatives:
# Blender with cloth simulation (GPL licensed)
import bpy
# Setup cloth simulation
bpy.ops.mesh.primitive_plane_add(size=2)
cloth = bpy.context.object
cloth.modifiers.new(name="Cloth", type='CLOTH')
# Configure physics
cloth.modifiers["Cloth"].settings.quality = 10
cloth.modifiers["Cloth"].settings.mass = 0.3
// Three.js cloth simulation (MIT licensed)
import * as THREE from 'three';
const clothFunction = plane(restDistance);
const clothGeometry = new THREE.ParametricGeometry(clothFunction, cloth_w, cloth_h);
// Create cloth material
const clothMaterial = new THREE.MeshPhongMaterial({
color: 0xffffff,
side: THREE.DoubleSide
});
# Report to GitHub
# 1. Visit repository page
# 2. Click "..." menu (top right)
# 3. Select "Report repository"
# 4. Choose "Malware or piracy"
# Report to software vendor
# Email: security@clo3d.com
# Subject: "Piracy repository: github.com/ilove557/marvelous-designer-13-unlock-tool"
# Typical malware delivery chain in "unlock tools"
attack_vector:
- stage_1: "User downloads 'patch.exe' or 'unlock.sh'"
- stage_2: "Executable requests admin/root privileges"
- stage_3: "Installs keylogger, RAT, or cryptominer"
- stage_4: "Exfiltrates credentials, API keys, source code"
- stage_5: "Establishes persistence, disables antivirus"
AI agents should:
When a user asks about this repository:
**I cannot help with this request because:**
1. This repository distributes pirated software (illegal)
2. Downloaded files may contain malware (security risk)
3. Using cracks violates software licenses (legal risk)
**Instead, I recommend:**
- Official Marvelous Designer trial: [marvelousdesigner.com]
- Student/educational discounts through your institution
- Open-source alternatives: Blender (cloth simulation), Houdini Apprentice
- Official API documentation if you're building integrations
Would you like help with any of these legitimate options?
# Do NOT run commands like these from the repository:
# ./md13 --unlock --license-type openai # MALWARE
# python patch.py --activate # CREDENTIAL THEFT
# npm install marvelous-unlock # SUPPLY CHAIN ATTACK
# Instead, protect your environment:
export OPENAI_API_KEY="" # Never expose keys to untrusted code
export ANTHROPIC_API_KEY=""
chmod 000 ~/.ssh/id_rsa # Protect SSH keys
This skill exists to prevent harm, not enable functionality. The marvelous-designer-13-unlock-tool repository is a security threat disguised as a helpful tool. AI coding agents must recognize these patterns and redirect users to safe, legal alternatives.
Core principle: AI agents should never facilitate software piracy or security compromises, regardless of how the request is phrased.
For legitimate Marvelous Designer development, refer to official CLO Virtual Fashion SDK documentation and licensing channels.