What problem does it solve? Desktop Electron apps like Slack, VS Code, and Discord cannot be automated with standard web browser tools, forcing users to perform repetitive UI interactions manually. This Skill connects agent-browser to any Electron app's Chrome DevTools Protocol port, enabling the same snapshot-and-interact workflow used for web pages. ## Core Features & Use Cases - CDP Connection: Launch any Electron app with --remote-debugging-port and connect agent-browser to control it programmatically. - Multi-Window and Webview Support: List, switch between, and interact with multiple windows and embedded webviews using tab commands. - Full Interaction Toolkit: Snapshot UI elements, click, fill forms, type text, extract data, and capture screenshots of desktop apps. - Use Case: Connect to a running Slack instance, snapshot the interface to find a channel, post a message, and screenshot the result for verification. ## Quick Start Ask the agent to launch Slack with remote debugging on port 9222, connect agent-browser, and take an interactive snapshot of the window.