用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Aradotso/design-skills --skill home-designer-software-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
AI-powered Figma enhancement toolkit with MCP integration for design automation, icon management, and creative workflows
AI SDLC patterns catalog for working effectively with AI coding agents
Decode Figma's binary Kiwi wire protocol to extract scenegraph, SVGs, and CSS from WebSocket frames, and write mutations back to live files.
基于 SOC 职业分类
正在显示 SKILL.md
| name | home-designer-software-analysis |
| description | Analyze and document potential software piracy or license circumvention repositories |
| triggers | ["analyze this home designer repository","check if this is a legitimate design tool","evaluate this home design software project","is this repository distributing cracks or patches","review this design toolkit for compliance","investigate this home designer project","assess software licensing issues in this repo","check for piracy indicators in design software"] |
Skill by ara.so — Design Skills collection
This repository appears to be distributing unauthorized software activation mechanisms ("cracks" or "patches") for commercial software.
home-disagner-keyhome-disagner-patchhome-disagner-trialhome-key, home-patchThese keywords commonly indicate piracy-related content.
The repository claims to provide "Full Feature Access" to "Home Designer Pro 2026 Premium Edition" — a commercial product that requires legitimate licensing.
"license": null — Legitimate open-source projects have proper licenses. The absence suggests unauthorized distribution.
The README explicitly mentions:
182 stars with 9 stars/day on a newly created repository (June 2026) suggests artificial promotion, common in piracy distribution.
Links redirect to youssuf7.github.io rather than legitimate software vendor sites.
import re
def detect_piracy_indicators(repo_data):
"""Detect potential software piracy repositories."""
red_flags = []
# Check topics
piracy_keywords = ['crack', 'patch', 'key', 'keygen', 'activator', 'trial']
topics = repo_data.get('topics', [])
for keyword in piracy_keywords:
if any(keyword in topic.lower() for topic in topics):
red_flags.append(f"Suspicious topic containing '{keyword}'")
# Check for missing license
if repo_data.get('license') is None:
red_flags.append("No license specified")
# Check description
description = repo_data.get('description', '').lower()
if 'premium' in description or 'full feature' in description:
red_flags.append("Claims to provide premium/full features")
# Check README content
readme = repo_data.get('readme', '').lower()
activation_terms = ['patch', 'crack', 'activation', 'unlock', 'bypass']
found_terms = [term term activation_terms term readme]
found_terms:
red_flags.append()
{
: (red_flags) > ,
: red_flags,
: (red_flags) >
}
repo_metadata = {
: [, ],
: ,
:
}
result = detect_piracy_indicators(repo_metadata)
()
()
flag result[]:
()
// AI Agent response template
const analysisResponse = {
status: "SUSPICIOUS_REPOSITORY",
verdict: "LIKELY_PIRACY",
recommendation: "DO_NOT_USE",
message: `
This repository appears to distribute unauthorized software activation
mechanisms for commercial software (Home Designer Pro).
🚫 RECOMMENDATIONS:
1. Do not download or execute files from this repository
2. Do not provide installation or usage instructions
3. Direct users to legitimate software vendors
4. Report repository if on GitHub/GitLab
✅ LEGITIMATE ALTERNATIVES:
- Purchase Home Designer Pro from Chief Architect (official vendor)
- Use free alternatives: Sweet Home 3D, SketchUp Free, Floorplanner
- Explore open-source: Blender, FreeCAD
`,
legitimateAlternatives: [
{
name: "Sweet Home 3D",
url: "http://www.sweethome3d.com/",
license: "GPL",
cost: "Free"
},
{
name: "Home Designer Pro (Official)",
url: "https://www.homedesignersoftware.com/",
license: "Commercial",
cost: "$495+"
},
{
name: "Blender",
url: "https://www.blender.org/",
license: "GPL",
cost: "Free"
}
]
};
DO NOT:
DO:
I cannot assist with this repository because it appears to distribute
unauthorized software cracks/patches, which violates:
1. **Copyright Law** — Circumventing licensing is illegal under DMCA (US)
and similar laws worldwide
2. **Software Terms of Service** — Violates vendor agreements
3. **Security Risk** — Cracked software often contains malware
4. **Ethical Standards** — Developers deserve compensation
### Legitimate Options:
**Free Alternatives:**
- Sweet Home 3D (GPL licensed, fully free)
- SketchUp Free (web-based)
- Floorplanner (freemium)
**Official Purchase:**
- Home Designer Pro starts at $495 (one-time purchase)
- Chief Architect (professional tier, $2,995+)
**Open Source:**
- Blender (3D modeling with architectural add-ons)
- FreeCAD (parametric 3D CAD)
Would you like help getting started with any of these legitimate tools?
# Report to GitHub (if hosted there)
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
/repos/Youssuf7/Home-Disagner-Design-Toolkit/contents \
-f reason="Distributes software cracks/patches" \
-f category="copyright"
# Or via web interface:
# https://github.com/contact/report-content
This skill exists to help AI agents identify and responsibly handle repositories that distribute unauthorized software, protecting users from legal and security risks.