browser

Installation
SKILL.md

Browser Skill

Control the user's real Chrome browser via Chrome Relay CLI commands. This gives you access to their existing sessions, cookies, and logins — no need to log in again.

All browser operations use alma browser CLI commands via Bash.

Available Commands

Command Purpose
alma browser status Check Chrome Relay connection status
alma browser tabs List all open tabs — shows [tabId] title
alma browser open [url] Open a new tab, optionally with a URL
alma browser goto <tabId> <url> Navigate an existing tab to a URL
alma browser click <tabId> <selector> Click element by CSS selector
alma browser type <tabId> <selector> <text> [--enter] Type into an input field, optionally press Enter
alma browser read <tabId> Get page content as clean markdown — preferred for reading
alma browser read-dom <tabId> List interactive elements with CSS selector hints (JSON)
alma browser screenshot [tabId] Take screenshot — prints file path to .png
Related skills

More from ninehills/skills

Installs
10
GitHub Stars
268
First Seen
Feb 28, 2026