ego-browser

Installation
SKILL.md

ego-browser

For installation, connection, or runtime problems, read references/install.md. Use help() or references/api.md for signatures and uncommon options of APIs named below.

Run browser scripts

Run JavaScript through a heredoc:

ego-browser nodejs <<'EOF'
const task = await taskSpace("inspect example page");
const page = task.page("p1");
await page.goto("https://example.com");
Installs
7.6K
GitHub Stars
15.9K
First Seen
May 30, 2026
ego-browser — citrolabs/ego-lite