The electron skill enables agents to automate Electron desktop applications (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) by connecting to their Chrome DevTools Protocol port and using the agent-browser snapshot-interact workflow. It solves the problem of automating native desktop apps by leveraging the fact that Electron apps are built on Chromium and expose a CDP port, allowing the same browser automation techniques to work on desktop applications. This skill is for users who need to interact with, test, or control Electron applications across macOS, Linux, and Windows platforms.
npx skills add https://github.com/vercel-labs/agent-browser --skill electron