经 AI Skill Hub 精选评估,open-design — AI Agent 工作流中文教程 获评「强烈推荐」。在 GitHub 上收获超过 49.6k 颗 Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
本地优先的开源Claude设计替代方案。集成19项设计技能和71个企业级设计系统,可生成网页、桌面、移动原型、演示文稿、图像和视频。适合设计师、开发者和产品团队快速生成高保真原型和设计资源。
open-design — AI Agent 工作流中文教程 是一款基于 TypeScript 开发的开源工具,专注于 AI设计、设计生成、原型工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
本地优先的开源Claude设计替代方案。集成19项设计技能和71个企业级设计系统,可生成网页、桌面、移动原型、演示文稿、图像和视频。适合设计师、开发者和产品团队快速生成高保真原型和设计资源。
open-design — AI Agent 工作流中文教程 是一款基于 TypeScript 开发的开源工具,专注于 AI设计、设计生成、原型工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g open-design # 方式二:npx 直接运行(无需安装) npx open-design --help # 方式三:项目依赖安装 npm install open-design # 方式四:从源码运行 git clone https://github.com/nexu-io/open-design cd open-design npm install npm start
# 命令行使用
open-design --help
# 基本用法
open-design [options] <input>
# Node.js 代码中使用
const open_design = require('open-design');
const result = await open_design.run(options);
console.log(result);
# open-design 配置说明 # 查看配置选项 open-design --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OPEN_DESIGN_CONFIG="/path/to/config.yml"
🔥 Open Design 0.10.0 is here: the all-in-one Agentic design workspace. The whole craft now lives in one window — go from a vague idea to discovering references, gathering material, editing interactively, queuing comments, polishing motion, and handing off to an editor or a Code Agent — without leaving the app. With parallel sessions, it stops feeling like one assistant and starts feeling like a local design team working for you. Download 0.10.0 · Join the discussion ⚡ Open Design AMR (Agentic Model Router) — the official model service. One recharge to use GPT, Claude, Gemini, and DeepSeek inside Open Design: 20+ flagship models, zero config, billed by real token usage. Try AMR 🏅 The Open Design Fellow program is now open. If you also believe design should be open — become an Open Design Fellow, shape the product alongside the core team, and help more people take part in defining the future of design. Details → MAINTAINERS.md and Discord.
<p align="center"> <img src="https://repo-assets.open-design.ai/resources/images/hero.png" alt="Open Design — The open-source Claude Design alternative · 150 Design Systems · 261 Plugins · 21 Coding Agents · 14 Media Providers" width="100%" /> </p>
<p align="center"> <a href="https://open-design.ai/">Website</a> · <a href="https://open-design.ai/">Download</a> · <a href="https://open-design.ai/amr/">Model Router</a> · <a href="https://discord.gg/9ptkbbqRu">Discord</a> · <a href="https://x.com/nexudotio">Follow @nexudotio</a> </p>
<p align="center"> <a href="https://github.com/nexu-io/open-design/releases"><img alt="release" src="https://img.shields.io/github/v/release/nexu-io/open-design?style=flat&color=blueviolet&label=release&include_prereleases&display_name=tag" /></a> <a href="LICENSE"><img alt="license" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat" /></a> <a href="https://discord.gg/9ptkbbqRu"><img alt="discord" src="https://img.shields.io/discord/1479002485040480266?style=flat&logo=discord&logoColor=white&label=discord&color=5865F2&cacheSeconds=3600" /></a> <a href="QUICKSTART.md"><img alt="quickstart" src="https://img.shields.io/badge/quickstart-3%20commands-green?style=flat" /></a> </p>
<p align="center"><b>English</b> · <a href="docs/i18n/README.es.md">Español</a> · <a href="docs/i18n/README.pt-BR.md">Português</a> · <a href="docs/i18n/README.de.md">Deutsch</a> · <a href="docs/i18n/README.fr.md">Français</a> · <a href="docs/i18n/README.zh-CN.md">简体中文</a> · <a href="docs/i18n/README.zh-TW.md">繁體中文</a> · <a href="docs/i18n/README.ko.md">한국어</a> · <a href="docs/i18n/README.ja-JP.md">日本語</a> · <a href="docs/i18n/README.ar.md">العربية</a> · <a href="docs/i18n/README.ru.md">Русский</a> · <a href="docs/i18n/README.uk.md">Українська</a> · <a href="docs/i18n/README.tr.md">Türkçe</a></p>
---
You can use Open Design without ever opening the GUI — call it as a skill, plugin, or MCP server inside Claude Code, Codex, Cursor, Copilot, OpenClaw, Antigravity, Hermes, Kimi, and more.
```bash
curl -fsSL https://open-design.ai/install.sh | sh -s <agent>
```bash git clone https://github.com/nexu-io/open-design.git cd open-design/deploy cp .env.example .env echo "OD_API_TOKEN=$(openssl rand -hex 32)" >> .env docker compose up -d
The Sealos App Store template runs the published Open Design Docker image with persistent workspace storage and Basic Auth on the public proxy. For custom public or shared Docker deployments, follow the reverse-proxy and OPEN_DESIGN_ALLOWED_ORIGINS guidance in deploy/README.md.
curl -fsSL https://open-design.ai/install.sh | sh -s <agent>
A plugin needs only a SKILL.md at minimum; to list it in the Open Design marketplace, add an open-design.json:
my-plugin/
├── SKILL.md ← required: YAML frontmatter (name · description) + trigger phrasing + workflow (aim for < 500 lines)
├── open-design.json ← needed to list: marketplace metadata + inputs + pipeline + capabilities
├── README.md ← optional: usage, install, registry links
├── preview/ ← optional: index.html / poster.png (strongly recommended for visual plugins)
└── examples/ ← optional: concrete use cases
Core open-design.json fields: specVersion (currently 1.0.0), name (stable ID), version (semver), compat.agentSkills[].path (points at ./SKILL.md), od.kind (skill / scenario / atom / bundle), od.taskKind (new-generation / figma-migration / code-migration / tune-collab), od.mode (the output surface, e.g. prototype / deck / live-artifact / image / video / hyperframes / audio / design-system / scenario), od.capabilities[] (declare the minimum — a restricted install grants only prompt:inject by default), od.inputs[] (apply-time parameters).
Scaffold + validate locally:
od plugin scaffold --id my-plugin --title "My Plugin" # generate the skeleton
od plugin validate ./my-plugin # check manifest / file layout
pnpm guard && pnpm --filter @open-design/plugin-runtime typecheck
Full field set and runtime contract → plugins/spec/SPEC.md; developing a plugin with a coding agent → plugins/spec/AGENT-DEVELOPMENT.md; copy-paste minimal templates → plugins/spec/examples/.
Four core product categories, all rendered by a coding agent running on your laptop. Click a thumbnail to see the real example.
The fastest way to use Open Design. No Node, no pnpm, no clone.
After install: the app auto-detects every coding-agent CLI on your PATH, loads 100+ skills and 150 design systems, and lets you type a brief in the entry view.
![]() Illustrated city food map Hand-drawn editorial travel poster |
![]() Cinematic elevator scene Single-frame editorial still |
![]() Cyberpunk portrait Profile avatar — neon face text |
![]() 3D stone staircase Hewn-stone infographic |
![]() Glamorous portrait Editorial studio shot |
93 ready-to-replicate prompts live in prompt-templates/ — preview thumbnails, full prompt body, target model, aspect ratio, and source attribution. One click drops a brief into the composer.
| Project | Role |
|---|---|
| [Claude Design][cd] | The closed-source product this repo is the open-source alternative to. |
[alchaincyf/huashu-design](https://github.com/alchaincyf/huashu-design) | The design-philosophy compass — junior-designer workflow, brand-asset protocol, anti-AI-slop checklist, five-dimensional critique. |
[op7418/guizang-ppt-skill](https://github.com/op7418/guizang-ppt-skill) | The magazine-style web PPT skill, bundled verbatim under [design-templates/guizang-ppt/](design-templates/guizang-ppt/). Default for deck mode. |
[lewislulu/html-ppt-skill](https://github.com/lewislulu/html-ppt-skill) | The HTML PPT Studio family — 15 deck templates, 36 themes, 31 page layouts, animation runtime, magnetic-card presenter mode. |
[OpenCoworkAI/open-codesign](https://github.com/OpenCoworkAI/open-codesign) | The first open-source Claude Design alternative; UX patterns we borrow (streaming-artifact loop, sandboxed iframe, live agent panel). |
[multica-ai/multica](https://github.com/multica-ai/multica) | The daemon + adapter architecture — PATH-scan agent detection, local daemon as the only privileged process. |
[VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) | Source of the 9-section DESIGN.md schema and 70 product systems. |
[bergside/awesome-design-skills](https://github.com/bergside/awesome-design-skills) | Source of the 57 design skills added under design-systems/. |
[heygen-com/hyperframes](https://github.com/heygen-com/hyperframes) | The HTML→MP4 motion-graphics framework, integrated as the first-class hyperframes-html in Open Design. |
| [Claude Code skills][skill] | The SKILL.md convention we adopt verbatim. |
Detailed provenance → docs/references.md.
[skill]: https://docs.anthropic.com/en/docs/claude-code/skills
brief → plugin → direction → design system → artifact → handoff → memory
DESIGN.md.<artifact>. Plugin + skill + DESIGN.md are bound. It streams into a sandboxed iframe, editable in place — not "regenerate from scratch."---
261 official plugins live in plugins/_official/. Each plugin is a portable agent-skill folder — a SKILL.md (readable by any agent that supports Agent Skills), plus an optional open-design.json manifest that gives Open Design marketplace metadata, inputs, previews, pipelines, and capability declarations. Jump straight to a category:
| Category | Count | Contents |
|---|---|---|
[scenarios/](plugins/_official/scenarios/) | 11 | Complete design scenarios — [od-default](plugins/_official/scenarios/od-default/), [od-design-refine](plugins/_official/scenarios/od-design-refine/), [od-figma-migration](plugins/_official/scenarios/od-figma-migration/), [od-code-migration](plugins/_official/scenarios/od-code-migration/), [od-react-export](plugins/_official/scenarios/od-react-export/), [od-nextjs-export](plugins/_official/scenarios/od-nextjs-export/), [od-vue-export](plugins/_official/scenarios/od-vue-export/), [od-media-generation](plugins/_official/scenarios/od-media-generation/), [od-new-generation](plugins/_official/scenarios/od-new-generation/), [od-tune-collab](plugins/_official/scenarios/od-tune-collab/), [od-plugin-authoring](plugins/_official/scenarios/od-plugin-authoring/) |
[image-templates/](plugins/_official/image-templates/) | 45 | One-shot image prompts — editorial, cinematic, product, portrait |
[video-templates/](plugins/_official/video-templates/) | 50 | HyperFrames / Seedance / Veo motion templates |
[design-systems/](plugins/_official/design-systems/) | 142 | Brand DESIGN.md wrapped as plugins |
[atoms/](plugins/_official/atoms/) | 13 | Reusable UI fragments (buttons, heroes, KPI cards) |
[examples/](plugins/_official/examples/) | 140 | Remixable reference outputs |
Also plugins/community/ for community plugins and plugins/registry/ for the publishing flow.
od-figma-migration.git repo + DESIGN.md, get a PR. See od-code-migration.Plugins are at full parity across the web UI and the od CLI — same /api/plugins endpoints, pick whichever fits.
In the desktop / web app: open the Plugin page to browse the marketplace and click Install; inside a project's Studio, plugins appear as composer chips you click to apply (with the inputs they declare).
On the command line (runs without a UI — this is the path external agents use):
od plugin list # list installed plugins (--task-kind / --mode / --tag filters)
od plugin search "landing page" # search by keyword
od plugin info od-default # inspect a plugin's metadata, inputs, capabilities
od plugin install od-figma-migration # install from a registry; also accepts ./local-folder or an https://… link
od plugin apply od-default --input brief="a one-page pitch for our seed round"
od plugin upgrade od-default # upgrade
od plugin uninstall od-default # uninstall
Every command supports --json, so you can pipe it through jq / xargs into automation.
plugins/community/ (third-party plugins), or — to ship it bundled with Open Design — into the matching tier of plugins/_official/.od plugin validate, pnpm guard, pnpm --filter @open-design/plugin-runtime typecheck.plugins/spec/CONTRIBUTING.md (ID, version, lane, mode, capabilities, trigger examples; attach a screenshot / preview for visual plugins).plugins/spec/PUBLISHING-REGISTRIES.md.Plugin registry endpoint: GET /api/plugins. Directory overview → plugins/README.md (简体中文).
---
| [Claude Design][cd] | Figma | Lovable / v0 / Bolt | **Open Design** | |
|---|---|---|---|---|
| Open source | ❌ | ❌ | ❌ | **✅ Apache-2.0** |
| Self-host / desktop | ❌ | ❌ | ❌ | **✅ macOS + Windows + Vercel** |
| Agent-native (runs in your CLI) | Anthropic only | ❌ | Cloud agent only | **✅ 22 CLIs + BYOK** |
Brand-grade DESIGN.md | Proprietary | Theme JSON | Limited tokens | **✅ 150 systems shipped** |
| Skills / plugins / templates | Closed | Plugin store | Closed | **✅ 100+ skills · 261 plugins** |
| HyperFrames (HTML→MP4) | ❌ | ❌ | ❌ | **✅ First-class** |
| Refresh an existing repo to brand | ❌ | ❌ | ❌ | **✅ via agent + DESIGN.md** |
| Minimum billing | Pro / Max / Team | Pro / Org | Pro / Team | **BYOK · any compatible endpoint** |
---
Open Design 0.10.0 是一款开源的 Agentic design 工作空间,旨在成为 Claude Design 的最佳开源替代方案。它提供了一个全能的设计工作流窗口,开发者与设计师可以在其中完成从模糊创意构思、参考资料发现、素材收集、交互式编辑到评论队列管理、动态效果打磨的全过程。通过集成化的设计能力,用户无需切换应用即可实现从设计到交付 Code Agent 的无缝衔接。
Open Design 支持多种安装方式。您可以将其作为 Skill、Plugin 或 MCP server 集成到 Claude Code、Cursor、Copilot、Kimi 等编程 Agent 中,通过一行命令即可完成安装。此外,您也可以使用 Docker 进行快速部署:通过 git clone 项目仓库,配置 .env 文件并生成 OD_API_TOKEN,随后使用 docker compose 启动服务,实现环境隔离与快速运行。
对于希望快速体验的用户,我们强烈推荐下载官方桌面端应用,实现“零配置”即开即用,无需安装 Node 或 pnpm。对于开发者,可以通过集成到现有的 AI Agent 工作流中,将其作为一种具备设计能力的 Skill 来调用,从而在对话中直接驱动设计任务。
桌面端应用为推荐配置方式,支持 macOS (Apple Silicon/Intel) 与 Windows 系统,下载后即可直接使用。若使用 Docker 部署,需通过 .env 文件管理配置,特别是需要生成并设置 OD_API_TOKEN 以确保 API 调用的安全性与权限控制。
Open Design 提供了强大的图像处理 API 能力,支持包括 gpt-image-2 在内的多种模型,并通过 ImageRouter 实现灵活的图像路由。开发者可以根据需求接入自定义 API,实现从设计稿生成到图像资产管理的自动化流程。
Open Design 构建了一套完整的从 Brief 到 Artifact 的闭环工作流:通过 PM 提交 Brief,利用 Plugin 插件系统选择任务类型(如 Landing Page 或 Social Post),随后由 Designer 或 Agent 锁定设计方向。系统内置了从设计规范(Design System)到最终交付(Handoff)及记忆管理(Memory)的全链路模块,确保设计过程的可追溯性与一致性。
高星开源项目,功能完整覆盖设计全流程。19项技能+71套设计系统组合强大,支持多端原型生成。TypeScript实现保证可维护性。社区活跃度高,适合专业设计团队。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:open-design — AI Agent 工作流中文教程 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | open-design |
| 原始描述 | 🎨 Local-first, open-source Claude Design alternative. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Q… |
| Topics | AI设计设计生成原型工具开源Claude设计系统 |
| GitHub | https://github.com/nexu-io/open-design |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。