excalidraw

仓库创建 2026年3月3日最近提交 11 天前SkillHot 收录 20 天前
▸ 精选理由

适合生成可编辑的架构与流程图,支持本地或 API 导出。

▸ 风险提示

调用外部 Kroki API 或本地导出需安装浏览器/工具。

这个 Skill 做什么

生成 Excalidraw 文件并导出为 PNG/SVG 的绘图技能。

帮你生成可以在 Excalidraw 里打开的图稿(.excalidraw),并导出成图片用于文档或演示。适合画流程图、架构图或讲复杂系统时,用可视化把组件和数据流说清楚。特别之处是提供两种导出方式:无安装的 Kroki API(输出 SVG)和本地的 excalidraw-brute-export-cli(能出 PNG 与 SVG)。

▸ 展开 SKILL.md 英文原文

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .excalidraw files and exports to PNG/SVG via Kroki API or locally using excalidraw-brute-export-cli.

内容创作绘图架构图Excalidraw通用
165
Stars
15
Forks
1
仓库内 Skill
+31
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Agents365-ai/excalidraw-skill/main/skills/excalidraw-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Agents365-ai/excalidraw-skill/main/skills/excalidraw-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Excalidraw Diagrams

## Overview

Generate `.excalidraw` JSON files and export to PNG/SVG.

**Two export options:**
- **Kroki API** (`curl`) — zero install, SVG output only
- **excalidraw-brute-export-cli** — local Firefox-based, PNG + SVG

**Supported formats:** PNG (local CLI only), SVG (both options). PDF is NOT supported.

## When to Use

**Explicit triggers:** user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图"

**Proactive triggers:**
- Explaining a system with 3+ interacting components
- Describing a multi-step process or decision tree
- Comparing architectures or approaches side by side

**Skip when:** a simple list or table suffices, or user is in a quick Q&A
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有