boot-albuquerque

Agent Browser Open — Development skill for Claude Code

Development community

Open an agent-browser session carrying a real Chrome profile's login state (macOS).

How to install Agent Browser Open

Installs to ~/.claude/skills/boot-albuquerque-claude-code-kit-agent-browser-open/SKILL.md

Terminal
mkdir -p ~/.claude/skills/boot-albuquerque-claude-code-kit-agent-browser-open && curl -fsSL https://raw.githubusercontent.com/boot-albuquerque/claude-code-kit/HEAD/commands/agent-browser-open.md -o ~/.claude/skills/boot-albuquerque-claude-code-kit-agent-browser-open/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent Browser Open does


description: Open an agent-browser session carrying a real Chrome profile's login state (macOS) argument-hint: "[profile] [url] — e.g. Lucas https://github.com/settings/profile" allowed-tools: Bash(~/.claude/scripts/agent-browser-open.sh:*), Bash(agent-browser:*)

/agent-browser-open

Launch an agent-browser session that is actually logged in as one of the user's Chrome profiles.

Arguments: `$ARGUMENTS` — first token is the profile (display name like `Lucas` or `Work`, or a directory

Alternatives in Development

  • Domxss — Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only repor 4.5k ★
  • Agentlas Login — Sign this machine into Agentlas (opens the browser sign-in window) 1.1k ★
  • Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★

Full documentation available on GitHub

View Source Repository