🖥️
AutomationTypeScript

External Electron Apps

by saffron-health

External Electron Apps is an Automation skill for Claude Code, published by saffron-health in libretto.

877 stars67 forkson saffron-health/librettoAdded 2026/08/22Repository updated 2026/08/21
automationbrowserclaude-codecodexrpa
Install in seconds
Install External Electron Apps
Copy External Electron Apps into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/saffron-health/libretto/tree/main/.agents/skills/external-electron-apps ~/.claude/skills/external-electron-apps

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/saffron-health/libretto.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/external-electron-apps/SKILL.md in saffron-health/libretto
Installs to
~/.claude/skills/external-electron-apps
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What External Electron Apps does

External Electron Apps automates user-installed Electron desktop apps through Libretto and CDP. Use it to control apps like Slack, VS Code, Discord, Notion, Figma, or Spotify on the user's machine.

External Electron Apps is cataloged under Automation on DirSkills. External Electron Apps comes from a repository tagged automation, browser, claude-code, codex and rpa.

Documentation

README

External Electron App Automation

Use this skill for external Electron desktop apps running on the user's machine. Do not default to this for this repository's own Electron app unless the user explicitly asks.

Core workflow

  1. Quit the app if it is already running.
  2. Relaunch the app with --remote-debugging-port=<port>.
  3. Connect with npx libretto connect http://127.0.0.1:<port> --session <session>.
  4. Verify targets with npx libretto pages --session <session>.
  5. Run interactions with npx libretto exec "<code>" --session <session>.
  6. Capture evidence with npx libretto snapshot --session <session>.
  7. When a reusable workflow file is ready, execute it with npx libretto run ./workflow.ts --cdp http://127.0.0.1:<port> (optional --page page-N).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about External Electron Apps

  • What else does saffron-health publish alongside External Electron Apps?

    External Electron Apps is one of 23 skills that DirSkills catalogs from saffron-health/libretto, the repository it ships in. Its siblings there include Address Review, CLI Development and Errore. Each one is a separate skill with its own page in this directory, installs the same way External Electron Apps does, and is maintained by saffron-health in that same repository. The rest of the collection is listed on the saffron-health/libretto page.

  • How does External Electron Apps compare to other Automation skills?

    External Electron Apps ranks #938 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of External Electron Apps against them. Open each page to compare what they document and how they install.

More from saffron-health/libretto

External Electron Apps is one of 23 skills cataloged on DirSkills from saffron-health/libretto.

See all 23 skills
📝
1w ago

Address Review

Address Review systematically fetches PR feedback, applies requested code changes, and verifies them with tests and checks. Use it when responding to human review comments on a pull request.
Automation
87767
⌨️
1w ago

CLI Development

CLI Development designs command-line interfaces with scoped help, clear success messages, and diagnosable failures. Use it when creating or updating commands, argument parsing, exit codes, or human- and machine-friendly CLI output.
Automation
87767
⚠️
1w ago

Errore

Errore is Go-style error handling for TypeScript, where functions return Error | T instead of throwing. Use it when you want typed, visible error handling with early returns and cause chains.
AI Engineering
87767
🧩
1w ago

Fix Merge Conflicts

Fix Merge Conflicts resolves Git merge, rebase, and cherry-pick conflicts by checking PR intent and preserving compatible changes from both sides. Use it when unmerged paths or conflict markers need careful resolution before validation.
Automation
87767
📝
1w ago

Generate Spec

Generate Spec creates a spec sheet in the specs directory for a significant feature or complex fix. Use it to research the codebase, clarify open questions, and define goals, non-goals, and an implementation plan.
Writing
87767
📝
1w ago

Generate Spec V2

Generate Spec V2 creates a code-based implementation spec in specs/ for a feature, fix, or refactor. Use it when planning work that needs Mermaid flows, key types, phased diffs, and checks before implementation.
AI Engineering
87767