ego (lite) is just a browser, ego is your personal agent across devices.
Join waitlist
English

Skills

Wrap ego-browser into workflows the agent can use directly, and accumulate per-site experience through Experience.

llms.txt

The ego-browser skill lets various AI agents (Claude Code, Codex, etc.) use your ego lite browser: they reuse your logged-in state to run web tasks, and ego lite's Space gives you the ability to watch, take over, or keep browsing on your own pages without interruption.

The skill is bound to the ego lite browser, so install ego lite first.

How it's different from other approaches

  • Use your own agent. Codex, Claude Code, OpenClaw, Hermes — any agent can drive web pages through ego lite using your logins. AI browsers like Comet can only be driven by their built-in agent. Your own agent can't plug in, and it can't be slotted into your own workflow as a tool.

  • A dedicated workspace for the agent. ego lite carves out an isolated Space for the agent. You browse in the foreground, the agent works in the background, and neither competes with the other. You can see at any time which Space has a task running and choose to take over or stop it. If you've used Chrome-bridge approaches like Agent-Browser, you've seen the storm of stray windows and tabs — ego lite gets rid of that at the root.

  • Code base, not CLI base. ego lite exposes its capabilities to the agent (Snapshot, Click, in-page JS injection, raw CDP, and so on) as JS functions, not command-line invocations. To make that possible, we embedded Node.js into ego lite (it adds only 10 MB to the install). This lets the agent do what it's best at — writing code — and combine multi-step interactions into a single output instead of looping through "run two commands, look at the output, run two more." In our internal benchmarks, the same task finishes 20–50% faster.

  • High-quality page snapshots. A deeply customized Chromium kernel produces snapshots — the view text models use to "see" and "act on" a web page — reliably. Deeply nested iframes and similar cases that trip up other approaches are handled here.

  • Faster the more you use it (coming soon). Most of an agent's time and cost on browser tasks goes into trial and error. The skill has a built-in experience-accumulation mechanism that distills successful operations and trial paths into reusable tools and workflows. The more the agent works on similar tasks, the more proficient it becomes — complex tasks can run up to 5× faster. This feature is in limited beta and will ship in a future release.

Where to use it

Anything you'd normally do in a browser is fair game for the skill: CRM, inbox, ATS, accounting tools, social accounts, booking sites, internal admin panels, and so on. See Browser tasks in practice for worked examples.

Safety note

ego lite gives the agent real browser control, including reading page content and performing actions. Make sure the agent you use comes from a source you trust.