Skip to main content
Back to registry

excalidraw-diagram

axtonliu/axton-obsidian-visual-skills

Create Excalidraw diagrams from text content with multiple output formats.

Installs1
Install command
npx skills add https://github.com/axtonliu/axton-obsidian-visual-skills --skill excalidraw-diagram
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create Excalidraw diagrams from text content with multiple output formats. 根据用户的触发词选择输出模式: 严格按照以下结构输出,不得有任何修改: 关键要点: 直接输出纯 JSON 文件,可在 excalidraw.com 打开: 关键要点: 与 Standard 格式相同,但每个元素添加 customData.animate 字段控制动画顺序: 动画顺序规则: 使用方法: 文件扩展名 : .excalidraw 选择合适的图表形式,以提升理解力与视觉吸引力。 文字颜色(strokeColor for text): 形状填充色(backgroundColor, fillStyle: "solid"): 区域背景色(大矩形 + opacity: 30,用于分层图表): 对比度规则: 参考: references/excalidraw-schema.md Obsidian 模式: Standard / Animated 模式: Each element requires these fields (do NOT add extra fields like frameId , index , versionNonce , rawText -- they may cause issues on excalidraw.com. boundElements must be null not [] , updated must be 1 not timestamps): strokeStyle values: "solid" (实线,默认)| "dashed" (虚线)| "dotted" (点线)。虚线适合表示可选路径、异步流、弱关联等。 Text elements add: Animated 模式额外添加 customData 字段: See references/excalidraw-schema.md for all element types. IMPORTANT : Do NOT include frameId , index , versionNonce , or rawText fields. Use boundElements: null (not [] ), and updated: 1 (not timestamps). 文本元素 (type: "text") 需要额外属性(do NOT include rawText ): 当生成 Excalidraw 图表时, 必须自动执行以下步骤 : 根据输出模式选择文件扩展名: 必须按以下格式生成 (不能有任何修改): 向用户报告: Obsidian 模式: Standard 模式: Animated 模式: - Detect output mode from trigger words (see Output Modes table above) - Analyze content - identify concepts, relationships, hierarchy - Choose diagram type (see Diagram Types below) - Generate Excalidraw JSON...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does excalidraw-diagram do?

Create Excalidraw diagrams from text content with multiple output formats.

Is excalidraw-diagram good?

excalidraw-diagram does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does excalidraw-diagram work with?

excalidraw-diagram currently lists compatibility with codex, gemini-cli, cursor, github-copilot, claude-code.

What are alternatives to excalidraw-diagram?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install excalidraw-diagram?

npx skills add https://github.com/axtonliu/axton-obsidian-visual-skills --skill excalidraw-diagram

Related skills

More from axtonliu/axton-obsidian-visual-skills

Related skills

Alternatives in Software Engineering