| name | excalidraw-room |
| description | JSON-first CLI for shared Excalidraw rooms. Use when the user wants to inspect, patch, snapshot, restore, or export a shared Excalidraw room through a room URL instead of editing manually in the browser UI. |
| allowed-tools | Bash(excalidraw-room:*), Bash(npx -y excalidraw-room-cli:*), Bash(bunx excalidraw-room-cli:*) |
| hidden | true |
excalidraw-room
Fast shared Excalidraw room CLI for AI agents.
Install:
bun add -g excalidraw-room-cli
or
npm install -g excalidraw-room-cli
This file is a discovery stub, not the usage guide.
Before running any excalidraw-room command, load the actual workflow content from the installed CLI:
excalidraw-room skill
The CLI serves skill content that matches the installed version, so instructions stay in sync with the binary.
If the global CLI is not installed, use the fallback:
npx -y excalidraw-room-cli skill
You can list packaged skills with:
excalidraw-room skills list