🌐
AutomationJavaScript

Ego Browser

by citrolabs

Ego Browser is an Automation skill for Claude Code, published by citrolabs in ego-lite.

10.5K stars528 forkson citrolabs/ego-liteAdded 2026/08/15+6% in starsRepository updated 2026/08/14
agent-skillsai-agentautomationbrowserbrowser-automationclaude-codecodexhermes-agentskillsskills-sh
Install in seconds
Install Ego Browser
Copy Ego Browser 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/citrolabs/ego-lite/tree/main/skills/ego-browser ~/.claude/skills/ego-browser

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/citrolabs/ego-lite.git

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

In this catalog

Source file
skills/ego-browser/SKILL.md in citrolabs/ego-lite
Installs to
~/.claude/skills/ego-browser
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Ego Browser does

Ego Browser gives AI agents an isolated Chromium browser with a CLI-accessible Node.js runtime and built-in helpers like snapshotText, click, js, and cdp to observe pages, interact with UI, and drive a real browser. Use it when the user needs to open pages, fill forms, click buttons, take screenshots, extract data, test web apps, or automate browser operations.

Ego Browser is cataloged under Automation on DirSkills. Ego Browser comes from a repository tagged agent-skills, ai-agent, automation, browser and browser-automation.

Documentation

README

ego-browser

ego-browser gives AI agents a CLI-accessible Node.js runtime, with built-in helpers — snapshotText, click, js, cdp, and more — that agents call directly inside JS scripts to observe pages, interact with UI, evaluate browser-side JavaScript, and drive a real browser for any web automation task.

For setup, install, or connection problems, read references/install.md.

Use the Bash tool to run all browser operations via ego-browser nodejs <<'EOF' ... EOF heredoc. Do not write code to a .js file first.

Quick start

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

Frequently asked about Ego Browser

  • How does Ego Browser compare to other Automation skills?

    Ego Browser ranks #176 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 Ego Browser against them. Open each page to compare what they document and how they install.