firefox-browser

Installation
SKILL.md

Firefox Browser Agent Bridge

Control the user's actual Firefox browser session via WebSocket. This uses their real browser with existing logins and cookies - not a headless browser.

Quick Start

# 0. If Firefox isn't running, start it first
nohup firefox &>/dev/null &

# 1. Check connection
browser ping

# 2. See what tabs are open
browser listTabs '{}'

# 3. Start a new session (recommended)
browser newSession '{"url": "https://example.com"}'
Installs
14
GitHub Stars
31
First Seen
Aug 4, 2026
firefox-browser — 1jehuang/firefox-agent-bridge