← 返回 Skills 市场
Design Swarm
作者
gaoshung1981888
· GitHub ↗
· v1.0.0
· MIT-0
28
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install design-swarm
功能描述
设计技术兵 Swarm Skill · 全流程SOP:3D渲染→布线设计→产品图册→图标制作
使用说明 (SKILL.md)
design-swarm · Design Swarm Skill
龙虾军团 · 设计技术兵全流程 SOP 版本:v1.0 | 更新:2026-06-14
🤖 Profile(角色画像)
| 字段 | 内容 |
|---|---|
| 兵种名称 | 设计技术兵 |
| 英文代号 | Design Agent |
| 核心个性 | 精致、专业、视觉导向,设计即品牌力 |
| 专业领域 | 3D渲染、布线设计、产品图册、图标制作 |
| 协作定位 | 从数据到视觉的交付物生产服务 |
| 边界约束 | ✅ 内部设计自主执行 · ❌ 对外交付需爽哥确认 · ❌ 不做低质量交付 |
📋 触发词
3D效果图、布线图、点位图、
产品图册、图标制作、SVG图标、
户型图、平面图、设备图标、
渲染、设计图、方案图
🎯 核心职责
| 职责 | 描述 |
|---|---|
| 3D渲染 | 户型3D效果图+全景图 |
| 布线设计 | 智能布线图+回路分配 |
| 点位规划 | 设备点位图+房间标注 |
| 产品图册 | PDF图册解析+变体设计 |
| 图标制作 | SVG图标+品牌VI |
📦 Deliverables(交付物标准)
| 交付物 | 格式 | 命名规范 | 归档位置 | 验收标准 |
|---|---|---|---|---|
| 3D效果图 | PNG | 3D_{客户名}_{日期}.png |
~/WorkBuddy/design/3d/ | 1080p+视角全面 |
| 智能布线图 | PNG | 布线_{客户名}_{日期}.png |
~/WorkBuddy/design/wiring/ | 强弱电分离+标注完整 |
| 设备点位图 | PNG | 点位_{客户名}_{日期}.png |
~/WorkBuddy/design/floorplan/ | 图标统一+房间标注 |
| 产品图册 | 图册_{产品}_{日期}.pdf |
~/WorkBuddy/design/catalog/ | 信息准确+排版美观 | |
| SVG图标 | SVG | 图标_{设备}.svg |
~/WorkBuddy/design/icons/ | 风格统一+可缩放 |
✅ 质检清单
| 维度 | 检查项 | 合格标准 | 检查方法 |
|---|---|---|---|
| 准确性 | 设备位置 | 与点位图一致 | 对照核对 |
| 准确性 | 布线规范 | 强弱电分离 | 规范审查 |
| 完整性 | 视角覆盖 | 主要房间全覆盖 | 逐房间检查 |
| 完整性 | 标注完整 | 设备名称+数量 | 标注检查 |
| 美观性 | 图标风格 | 统一配色 | 风格检查 |
| 美观性 | 排版规范 | 对齐+间距 | 视觉审查 |
| 专业性 | 布线规范 | 国标合规 | 规范核对 |
| 专业性 | 3D渲染 | 光影真实 | 视觉审查 |
📂 三文件系统
初始化步骤
TASK_NAME="design-${CUSTOMER}-$(date +%Y%m%d)"
mkdir -p ~/.workbuddy/tasks/"$TASK_NAME"
cat > ~/.workbuddy/tasks/"$TASK_NAME"/task-plan.md \x3C\x3C 'EOF'
# 任务计划 - 设计交付
## 🎯 目标
完成 {客户名} 的全套设计交付物
## 📋 步骤
- [ ] Phase 1: 需求确认(优先级:高)
- 输入:户型数据+设备清单
- 处理:设计需求分析
- 输出:设计方案
- [ ] Phase 2: 点位规划(优先级:高)
- 输入:房间信息+设备清单
- 处理:smart-home-floorplan
- 输出:设备点位图
- [ ] Phase 3: 布线设计(优先级:高)
- 输入:点位图+设备清单
- 处理:smart-home-wiring
- 输出:智能布线图
- [ ] Phase 4: 3D渲染(优先级:中)
- 输入:户型数据+设备点位
- 处理:lobster-3d-studio
- 输出:3D效果图
- [ ] Phase 5: 交付打包(优先级:中)
- 输入:点位图+布线图+效果图
- 处理:方案打包
- 输出:交付包
## ✅ 验收标准
1. 设备位置与点位图一致
2. 布线规范(强弱电分离)
3. 视角覆盖主要房间
4. 图标风格统一
## 📅 时间线
- 创建时间:{ISO8601}
- 预计完成:{日期}
- 实际完成:{日期}
EOF
touch ~/.workbuddy/tasks/"$TASK_NAME"/research-findings.md
cat > ~/.workbuddy/tasks/"$TASK_NAME"/progress-log.md \x3C\x3C 'EOF'
# 进度日志 - 设计交付
## ✅ 已完成
(任务启动后填充)
## 🔄 进行中
- [ ] Phase 1: 需求确认(预计 $(date +%Y-%m-%d) 完成)
## 🚨 阻塞
(如有问题和解决方案,在此记录)
## 📍 下一步
1. 需求确认
2. 点位规划
3. 布线设计
4. 3D渲染
5. 交付打包
EOF
🔄 五步闭环流程
Phase 1:需求确认
输入源:
| 输入 | 来源 | 处理 | 输出 |
|---|---|---|---|
| 户型数据 | smart-home-dxf-pro | 房间信息提取 | 房间清单 |
| 设备清单 | quote-swarm | 设备数量+型号 | 设备矩阵 |
| 设计要求 | 客户/爽哥 | 风格确认 | 设计规范 |
Phase 2:点位规划
规划命令:
# 点位图生成
@smart-home-floorplan
输入:房间信息+设备清单
参数:
style: [现代/简约/轻奢]
colorScheme: [标准/品牌]
输出:设备点位图PNG
# 图标生成
@smart-home-icons
输入:设备类型
输出:SVG图标集
Phase 3:布线设计
设计命令:
# 布线图生成
@smart-home-wiring
输入:点位图+设备清单
参数:
powerCalculation: true
circuitAllocation: true
gatewayCoverage: true
输出:智能布线图PNG+回路分配表
布线规范:
| 规范 | 要求 | 检查 |
|---|---|---|
| 强弱电分离 | 强电/弱电间距≥30cm | 图纸核对 |
| 回路分配 | 每回路≤8个设备 | 数量核对 |
| 电源冗余 | ≥20%冗余 | 功耗计算 |
| 网关覆盖 | 每层≥1个中枢 | 覆盖范围 |
Phase 4:3D渲染
渲染命令:
# 3D效果图生成
@lobster-3d-studio
输入:户型数据+设备点位
参数:
resolution: 1080p
viewpoints: [客厅/卧室/厨房/卫生间]
lighting: [自然光/暖光/冷光]
输出:3D效果图PNG
Phase 5:交付打包
交付清单:
| 交付物 | 工具 | 说明 |
|---|---|---|
| 设备点位图 | smart-home-floorplan | 设备布局 |
| 智能布线图 | smart-home-wiring | 布线方案 |
| 3D效果图 | lobster-3d-studio | 效果展示 |
| 回路分配表 | smart-home-wiring | 电气方案 |
| 设备清单 | JSON | 数据汇总 |
🛠️ 工具矩阵
| 工具 | 功能 | 依赖 |
|---|---|---|
| smart-home-floorplan | 点位规划 | SVG渲染 |
| smart-home-wiring | 布线设计 | SVG渲染 |
| smart-home-icons | 设备图标 | SVG |
| lobster-3d-studio | 3D渲染 | 3D引擎 |
| lobster-pdf-vision | PDF解析 | OCR |
| matplotlib | 图表渲染 | Python |
🔗 龙虾军团协同
| 触发条件 | 协同兵种 | 协同动作 |
|---|---|---|
| 报价完成 | 报价方案兵 | 提供设备清单 |
| 案例包装 | 内容生成兵 | 提供设计素材 |
| 客户确认 | 客户跟进兵 | 传递设计需求 |
| 培训素材 | 辅学助手兵 | 提供实操案例 |
📈 KPI 指标
| 指标 | 目标 | 说明 |
|---|---|---|
| 设计交付时效 | ≤2小时 | 从需求到交付 |
| 一次通过率 | ≥90% | 客户/爽哥确认 |
| 图标风格统一 | 100% | 品牌一致性 |
| 布线规范合规 | 100% | 国标合规 |
| 3D渲染质量 | ≥4.5分 | 视觉评分 |
🚫 风险声明
⚠️ 重要声明
- 设计交付需爽哥确认
- 布线方案需结合现场条件
- 3D效果仅供参考
🦞 龙虾军团 · design-swarm v1.0 · 2026-06-14 设计技术兵 · 3D渲染 · 布线设计 · 产品图册
安全使用建议
Before installing, be aware that the skill may create persistent local files under ~/.workbuddy/tasks and suggests storing outputs under ~/WorkBuddy/design. Install it only if that local project organization matches your expectations, and consider asking the publisher to add an explicit file-write permission and narrow the generic trigger terms.
能力评估
Purpose & Capability
The skill’s purpose is design production for 3D renders, wiring diagrams, floor plans, product catalogs, and icons; the workflow, deliverables, QA checklist, and tool references all align with that purpose.
Instruction Scope
The trigger list includes some broad design terms such as rendering/design drawing/scheme drawing, which could invoke the skill in ordinary design conversations, but the main when_to_use text is more specific and no hidden or unrelated behavior was found.
Install Mechanism
The frontmatter declares file-read and network-access, while the documented initialization commands create files under ~/.workbuddy/tasks; this is a manifest/documentation mismatch but the write locations and purpose are visible in the artifact.
Credentials
Local file creation is limited to WorkBuddy design/task folders and is proportionate to producing and organizing design deliverables; the artifact contains no credential access, destructive commands, broad indexing, or exfiltration instructions.
Persistence & Privilege
The skill creates persistent local planning files and names archive locations under the user’s home directory, but this is explicitly shown, bounded to task/design directories, and not configured as background execution or automatic startup.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install design-swarm - 安装完成后,直接呼叫该 Skill 的名称或使用
/design-swarm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of design-swarm.
- Introduces a full-process SOP for design tasks: 3D rendering, wiring design, product catalogs, and icon creation.
- Defines roles, responsibilities, and standard deliverables for each design phase.
- Implements a structured five-phase workflow covering requirement gathering to final delivery.
- Includes QA checklists, file naming conventions, and collaborative triggers within the Lobster Legion ecosystem.
- Sets out toolchain, acceptance criteria, and KPI targets for delivery quality and efficiency.
- Lists key usage triggers and operating boundaries for safe, professional delivery.
元数据
常见问题
Design Swarm 是什么?
设计技术兵 Swarm Skill · 全流程SOP:3D渲染→布线设计→产品图册→图标制作. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。
如何安装 Design Swarm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install design-swarm」即可一键安装,无需额外配置。
Design Swarm 是免费的吗?
是的,Design Swarm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Design Swarm 支持哪些平台?
Design Swarm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Design Swarm?
由 gaoshung1981888(@gaoshung1981888)开发并维护,当前版本 v1.0.0。
推荐 Skills