Excalidraw Architect
Analysis
The skill is purpose-aligned for creating Excalidraw diagrams, with the main caution that it runs page JavaScript and can replace the active canvas contents.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Call `api.updateScene({ elements, appState })` ... When user requests changes, rewrite the scene deterministicallyThe skill is explicitly allowed to mutate the active Excalidraw canvas, and its normal workflow may replace the scene contents.
Use an `evaluate` action to locate `excalidrawAPI` from the React fiber tree.
The skill runs JavaScript in the Excalidraw page context to discover and call the page runtime API; this is disclosed and central to the diagramming function.
