electron

Installation
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.
Installs
12
GitHub Stars
7
First Seen
May 4, 2026
electron — flpbalada/fb-skills