Visual Skills Pack for Obsidian: generate Canvas, Excalidraw, and Mermaid diagrams from text with Claude Code
npx skills add https://github.com/axtonliu/axton-obsidian-visual-skills --skill excalidraw-diagramInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Visual Skills Pack for Obsidian: generate Canvas, Excalidraw, and Mermaid diagrams from text with Claude Code.
Next Step: Want to turn Skills from demo to asset? Check out Agent Skills Resource Library (includes slides, PDF, diagnostics)
| Excalidraw | Mermaid | Canvas |
![]() |
![]() |
![]() |
| Hand-drawn style | Hierarchical flowchart | Colorful card layout |
Status: Experimental
- This is a public prototype that works for my demos, but does not yet cover all input scales and edge cases.
- Output quality varies based on model version and input structure; results may fluctuate.
- My primary focus is demonstrating how tools and systems work together, not maintaining this codebase.
- If you encounter issues, please submit a reproducible case (input + output file + steps to reproduce).
Skills are prompt-based extensions for Claude Code that give Claude specialized capabilities. Unlike MCP servers that require complex setup, skills are simple markdown files that Claude loads on demand.
Generate hand-drawn style diagrams with three output modes:
| Mode | Output | Use Case |
|---|---|---|
| Obsidian (default) | .md |
Open directly in Obsidian |
| Standard | .excalidraw |
Open/edit/share on excalidraw.com |
| Animated | .excalidraw |
Generate animations with excalidraw-animate |
Supported Diagram Types:
| Type | Best For |
|---|---|
| Flowchart | Step-by-step processes, workflows, task sequences |
| Mind Map | Concept expansion, topic categorization, brainstorming |
| Hierarchy | Org charts, content levels, system decomposition |
| Relationship | Dependencies, influences, interactions between elements |
| Comparison | Side-by-side analysis of approaches or options |
| Timeline | Event progression, project milestones, evolution |
| Matrix | 2D categorization, priority grids, positioning |
| Freeform | Scattered ideas, initial exploration, free-form notes |
Key Features:
Trigger words:
Excalidraw, diagram, flowchart, mind map, 画图, 流程图标准Excalidraw, standard excalidrawExcalidraw动画, 动画图, animateTransform text content into professional Mermaid diagrams optimized for presentations and documentation. Includes built-in syntax error prevention for common pitfalls.
Supported Diagram Types:
Key Features:
Trigger words: Mermaid, visualize, flowchart, sequence diagram, 可视化
Create interactive Obsidian Canvas (.canvas) files with MindMap or freeform layouts. Outputs valid JSON Canvas format that opens directly in Obsidian.
Layout Modes:
| Mode | Structure | Best For |
|---|---|---|
| MindMap | Radial hierarchy from center | Brainstorming, topic exploration, hierarchical content |
| Freeform | Custom positioning, flexible connections | Complex networks, non-hierarchical content, custom arrangements |
Key Features:
Trigger words: Canvas, mind map, visual diagram, 思维导图
Install via Claude Code's plugin system:
/plugin marketplace add axtonliu/axton-obsidian-visual-skills
/plugin install obsidian-visual-skills
Then restart Claude Code to load the skills.
Copy the skill folders to your Claude Code skills directory:
# Clone the repository
git clone https://github.com/axtonliu/axton-obsidian-visual-skills.git
# Copy skills to Claude Code directory
cp -r axton-obsidian-visual-skills/excalidraw-diagram ~/.claude/skills/
cp -r axton-obsidian-visual-skills/mermaid-visualizer ~/.claude/skills/
cp -r axton-obsidian-visual-skills/obsidian-canvas-creator ~/.claude/skills/
Or copy individual skills as needed.
Once installed, Claude Code will automatically use these skills when you ask for visualizations:
# Excalidraw
"Create an Excalidraw flowchart showing the CI/CD pipeline"
"Draw a mind map about machine learning concepts"
"用 Excalidraw 画一个商业模式关系图"
# Mermaid
"Visualize this process as a Mermaid diagram"
"Create a sequence diagram for the API authentication flow"
"把这个工作流程转成 Mermaid 图表"
# Canvas
"Turn this article into an Obsidian Canvas"
"Create a mind map canvas for project planning"
"把这篇文章整理成 Canvas 思维导图"
axton-obsidian-visual-skills/
├── excalidraw-diagram/
│ ├── SKILL.md # Main skill definition
│ ├── assets/ # Example outputs
│ └── references/ # Excalidraw JSON schema
├── mermaid-visualizer/
│ ├── SKILL.md
│ └── references/ # Syntax rules & error prevention
├── obsidian-canvas-creator/
│ ├── SKILL.md
│ ├── assets/ # Template canvas files
│ └── references/ # Canvas spec & layout algorithms
├── README.md
├── README_CN.md
└── LICENSE
The skill correctly sets fontFamily: 5 (Excalifont). However, Excalifont only covers Latin characters — CJK handwriting font (Xiaolai) is loaded dynamically from the network.
Why it works for me: My Chinese text displays in handwriting style because the font loads successfully from Excalidraw.com.
Why it might not work for you:
Solutions:
Option A (Online): Ensure your network can access Excalidraw.com
Option B (Offline):
Excalidraw/CJK Fonts folderContributions welcome (low-maintenance project):
Note: Feature requests may not be acted on due to limited maintenance capacity.
This project builds upon these excellent open-source tools and specifications:
MIT License - see LICENSE for details.
Axton Liu - AI Educator & Creator
© AXTONLIU™ & AI 精英学院™ 版权所有