Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages.
Every Electron app supports the --remote-debugging-port flag since it's built into Chromium.
Important: If the app is already running, quit it first, then relaunch with the flag. The --remote-debugging-port flag must be present at launch time.
Chrome DevTools 프로토콜을 통해 에이전트 브라우저를 사용하여 Electron 데스크톱 앱(VS Code, Slack, Discord, Figma, Notion, Spotify 등)을 자동화합니다. 사용자가 Electron 앱과 상호 작용하고, 데스크탑 앱을 자동화하고, 실행 중인 앱에 연결하고, 기본 앱을 제어하거나 Electron 애플리케이션을 테스트해야 할 때 사용합니다. 트리거에는 "Slack 앱 자동화", "VS Code 제어", "Discord 앱과 상호 작용", "이 Electron 앱 테스트", "데스크톱 앱에 연결" 또는 기본 Electron 애플리케이션의 자동화가 필요한 모든 작업이 포함됩니다. 출처: vercel-labs/vercel-skills.