Skip to content

camhahu/browser

Repository files navigation

browser

The fastest, most token-efficient way for AI agents to control Chrome.

Release Build status License

browser-demo2.mov

Experimental: Commands are stable, but their output format is subject to change as we optimize for AI agent effectiveness.

Install

curl -fsSL https://raw.githubusercontent.com/camhahu/browser/main/install.sh | bash

Point your agent to the skill file to get started, or install it directly:

browser add-skill opencode   # OpenCode
browser add-skill claude     # Claude Code
browser add-skill cursor     # Cursor
browser add-skill amp        # Amp
browser add-skill goose      # Goose
browser add-skill github     # GitHub Copilot
browser add-skill vscode     # VS Code
browser add-skill codex      # OpenAI Codex

Update

browser update

Commands

See skill/SKILL.md for full command reference.

Contributing

See docs/TODO.md for planned features and docs/BUGS.md for known issues.

bun install
bun run build
bun test

The build outputs to ./dist/browser. You can symlink it for local testing:

sudo ln -s $(pwd)/dist/browser /usr/local/bin/browser

License

MIT

About

The fastest, most token-efficient way for AI agents to control Chrome.

Resources

License

Stars

Watchers

Forks

Packages

No packages published