Skip to main content
Run any Skill in Manus
with one click

excalidraw

Stars3
Forks5
UpdatedJuly 16, 2026 at 07:08

生成手绘风格的 Excalidraw 图 —— 架构图(arch)、流程图(flow)、时序图(seq)。产物是标准 `.excalidraw` 场景文件(纯 JSON,type=excalidraw、version=2),用户在 excalidraw.com 或 VS Code Excalidraw 插件里直接打开即可继续手拖编辑。用 Python 标准库 `json` 拼装元素(rectangle/diamond/ellipse/text/arrow/line),手绘感来自 roughness=1 + Excalifont 字体。文本绑定进容器(containerId/boundElements)、箭头绑定两端节点(startBinding/endBinding + focus/gap)。用 [SEND:绝对路径] 交付 .excalidraw 文件。LOAD when 用户要一张可继续编辑的手绘风示意图:系统架构图、服务/组件关系图、业务或代码流程图、时序/交互图、思维导图式框图,或想把一段描述变成 Excalidraw 画布。NOT for 要成品位图/海报(用 image-generation)、要暗色矢量架构图 HTML(用 architecture-diagram)、要实时协作画布让 agent 边画边看(用 canvas 工具接 Excalidraw MCP)、要 Mermaid/PlantUML 文本图、或要跑本地 ComfyUI 出图(comfyui)。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly