Excalidraw Export banner
lesleslie lesleslie

Excalidraw Export

Development community

Description

--- description: Export the current Excalidraw canvas scene, element set, library, or theme by retrieving the live resource snapshot. argument-hint: <scene|library|theme|elements> allowed-tools: mcp__excalidraw__get_resource, mcp__excalidraw__health_check --- # /excalidraw-export Retrieve a live snapshot of the Excalidraw canvas as a resource that can be exported downstream (to SVG, PNG, JSON, or copied into another tool). ## Usage `/excalidraw-export <scene|library|theme|elements>` Argumen

Installation

Installs to ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-export && curl -fsSL https://raw.githubusercontent.com/lesleslie/excalidraw-mcp/HEAD/commands/excalidraw-export.md -o ~/.claude/skills/lesleslie-excalidraw-mcp-excalidraw-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository