browser-tools
Installation
SKILL.md
Browser Tools
Browser Tools is the generic managed Chrome layer. It launches a sandboxed Chrome, copies selected profile state when needed, protects each browser with an owner token, and exposes a safe CLI for browser control.
Use Browser Tools for general browser work. Use specialist skills for domain workflows such as finance data.
Setup
This skill drives the @rezkam/browser-tools npm package's CLI, so the package must be installed before anything else:
npm install -g @rezkam/browser-tools
This provides the global browser-tools command used throughout this skill and its reference doc. If a global install is not wanted, run every command through npx @rezkam/browser-tools <subcommand> instead (for example npx @rezkam/browser-tools start --headless).