Open sketch mode for wireframing on the browser page
Launches an interactive sketch mode overlay for creating wireframes directly on the current page. Use this to quickly mock up UI layouts with drawing tools, text, and UI elements before implementation.
/plugin marketplace add standardbeagle/agnt/plugin install agnt@standardbeagle-toolsOpen the sketch mode overlay for creating wireframes directly on the browser page.
Open sketch mode in the browser:
proxy {action: "exec", id: "dev", code: "__devtool.sketch.open()"}
Inform the user that sketch mode is now active with these tools:
Keyboard shortcuts in sketch mode:
Escape: Close sketch modeDelete/Backspace: Delete selected elementsCtrl+Z: UndoCtrl+Shift+Z or Ctrl+Y: RedoCtrl+A: Select allCtrl+C: Copy selectionCtrl+V: PasteWhen the user is done sketching, they can:
proxy {action: "exec", id: "dev", code: "__devtool.sketch.save()"}
To retrieve saved sketches:
proxylog {proxy_id: "dev", types: ["sketch"], limit: 5}
Note: Sketch mode creates an Excalidraw-like overlay. The sketchy rendering uses configurable roughness for a hand-drawn look.