Automate or test Electron desktop apps through agent-browser and Chrome DevTools Protocol, including Slack, VS Code, Discord, Figma, Notion, Spotify, and similar apps.
First seen May 4, 2026
Installation
$npx skills add flpbalada/fb-skills --skill electron
Automate or test Electron desktop apps through agent-browser and Chrome DevTools Protocol, including Slack, VS Code, Discord, Figma, Notion, Spotify, and similar apps.
Use when user asks to control, connect to, inspect, click, fill, screenshot, or interact with a native Electron app UI.
Do not use for normal web URLs.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Files included with this skill beyond the listing page.
skill mdSKILL.md2,796 B
docsSUMMARY.md335 B
History
First seen on skills.sh
First recorded snapshot · 12 installs
SKILL.md
Electron App Automation
Control Electron desktop apps with agent-browser through Chrome DevTools Protocol.
Goal
Launch app with remote debugging.
Connect agent-browser.
Use snapshots to find refs.
Interact with the app like a user.
Rules
App must be launched with --remote-debugging-port.
If app is already running, quit and relaunch with flag.
Prefer unique ports for multiple apps.
Use named sessions when controlling multiple apps.
Use snapshot -i before clicking or filling.
Re-snapshot after navigation or state changes.
Flow
Launch app with CDP port.
Wait for app to start.
Connect agent-browser.
List tabs when multiple windows or webviews exist.
Snapshot and interact.
Capture screenshots or data as needed.
Launch examples
open -a "Slack" --args --remote-debugging-port=9222
open -a "Visual Studio Code" --args --remote-debugging-port=9223
open -a "Discord" --args --remote-debugging-port=9224
open -a "Figma" --args --remote-debugging-port=9225
open -a "Notion" --args --remote-debugging-port=9226
open -a "Spotify" --args --remote-debugging-port=9227