excalidraw-node

Create, read, and modify Excalidraw diagrams in Pulse Canvas.

27|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/hua-bang/pulse-agent --skill excalidraw-node
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excalidraw-node
Source: https://github.com/hua-bang/pulse-agent/tree/main/packages/canvas-nodes/skills/excalidraw-node
Command: npx skills add https://github.com/hua-bang/pulse-agent --skill excalidraw-node

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to create, read, and modify hand-drawn diagrams within Pulse Canvas, streamlining visual collaboration and enhancing workflow efficiency.

Core Features & Use Cases

  • Interactive Diagrams: Dynamically create and modify diagrams within the Pulse Canvas environment.
  • Sandboxed Execution: Execute diagrams in a secure, sandboxed environment.
  • Use Case: Collaborate on architecture sketches, flowcharts, or mind maps with team members in real-time.

Quick Start

Create an Excalidraw board in Pulse Canvas by using the skill with the following command: canvas_create_node { "pluginId": "pulse-canvas-nodes", "nodeType": "excalidraw.board", "payload": { "title": "My Diagram", "elements": [] } }

Frequently Asked Questions about excalidraw-node

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and modify hand-drawn diagrams within Pulse Canvas?

To create hand-drawn diagrams within Pulse Canvas, use the canvas_create_node command with the excalidraw.board nodeType. You can dynamically create and modify interactive diagrams for visual collaboration.

Can I collaborate on flowcharts and architecture sketches in real-time?

Yes, you can collaborate on flowcharts, architecture sketches, and mind maps in real-time. The skill enables team members to jointly create and modify Excalidraw diagrams within the Pulse Canvas environment.

Do I need JavaScript and Electron to render Excalidraw diagrams?

Yes, rendering and manipulating Excalidraw diagrams requires JavaScript and Electron. These dependencies are necessary to support the diagram rendering and manipulation processes within the platform.

Does Pulse Canvas support sandboxed execution for visual collaboration?

Yes, Pulse Canvas supports sandboxed execution for visual collaboration. Diagrams are executed in a secure, sandboxed environment to ensure safety while creating and modifying interactive diagrams.

What is the best way to start building an Excalidraw board in Pulse Canvas?

The best way to start building an Excalidraw board is to invoke the skill with canvas_create_node, passing the pulse-canvas-nodes pluginId, excalidraw.board nodeType, and your desired title and elements payload.