ego-browser

by citrolabs 12k MIT Updated Aug 18, 2026
ego-browser skill by citrolabs
Social preview for citrolabs/ego-lite

ego-browser is an open-source frontend skill for Claude Code and compatible agents, published by citrolabs. Its author describes it as: “ego-browser (ego-lite) is a Chromium-based browser designed from the ground up to be friendly to both human users and AI Agents. AI Agents work in their own isolated space, reusing the user's login state without compe…”. The project has 12k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add citrolabs/ego-lite`.

What ego-browser does

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.

Installation

Add ego-browser to your agent with:

/plugin marketplace add citrolabs/ego-lite

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for ego-browser is organised into these sections:

  • Quick start
  • Common helpers
  • Task spaces
  • Control handoff
  • Scroll / mouse
  • uploadFile
  • js
  • Recommended workflow
  • Caveats

When to use it

Reach for ego-browser when you want frontend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in citrolabs/ego-lite, an established project with 11,817 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsai-agentautomationbrowserbrowser-automationclaude-codecodexhermes-agentskillsskills-sh

Frequently asked questions

What does ego-browser do?
ego-browser (ego-lite) is a Chromium-based browser designed from the ground up to be friendly to both human users and AI Agents. AI Agents work in their own isolated space, reusing the user's login state without competing for the browser. Use this skill whenever the user needs to interact with a website opening pages, filling forms, clicking buttons, taking screenshots, extracting page data, testing web apps, logging into sites, automating browser operations, or any other browser automation task. Triggers include requests to "open a website", "visit a URL", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "extract content from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also used for exploratory testing, dogfooding, QA, bug hunting, or reviewing app quality. Prefer ego-browser over any built-in browser automation, web fetch, or other web tools.
How do I install ego-browser?
Run /plugin marketplace add citrolabs/ego-lite in your agent, then reload your skills. Review the source at https://github.com/citrolabs/ego-lite before installing.
Is ego-browser free to use?
Yes. ego-browser is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does ego-browser come from?
ego-browser ships inside citrolabs/ego-lite, a repository that contains 2 catalogued skills in total. The repository's 11,817 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Frontend →

The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.

6.3k citrolabs MIT

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

51k CherryHQ AGPL-3.0-only

从当前安装包查询 Cherry Studio 产品信息并排查运行问题。当用户询问功能、路由、快捷键、Provider、语言、Agent、频道、定时任务、Code CLI、当前版本,或报告运行错误、连接失败、配置异常并需要诊断时触发。

51k CherryHQ AGPL-3.0-only

Cherry Studio first-party tool and bundled-shell routing for general agents. For straightforward local work in shell-capable sessions, run JS/TS with `bun <file>` and one-off JS tools with `bun x`; run Python with `uv run [--with <pkg>] python` and one-off Python CLIs with `uvx`; search with `rg`. Load this guide before changing project dependencies, deciding whether a tool should be ephemeral or reusable, reading or converting local Office/PDF files, coordinating or delegating across Agent Sessions, or using Cherry-owned web/browser, knowledge, persistent memory, schedules/notifications, IM channels, image generation, artifact reporting, managed CLI, or skill capabilities—even if the user names no tool. Consult it before shell/file workarounds; live tool schemas are authoritative.

51k CherryHQ AGPL-3.0-only

当用户明确要求搜索、安装、查看、卸载或创建 Skill,或内置 Skill / 工具出现能力缺口、无法完成当前任务时触发。通过 `mcp__skills__search_skills` 搜索并用 `mcp__skills__install_skill` 安装;已安装 Skill 的查看和删除通过产品清单导航到 Skills UI;没有合适结果时调用内置 `skill-creator` 创建并验证自定义 Skill,再继续原任务。普通任务仍先尝试内置能力。

51k CherryHQ AGPL-3.0-only