A Claude Code skill that provides browser automation capabilities through a persistent Chrome instance.
- Launch and manage a persistent Chrome browser instance
- Open URLs in new tabs
- List all open tabs
- Execute JavaScript in any tab and retrieve results
- Session persistence (cookies, storage) across script calls
-
Clone this repo into your Claude Code skills directory:
git clone https://github.com/endcycles/chrome-browser-skill ~/.claude/skills/chrome-browser -
Install dependencies:
cd ~/.claude/skills/chrome-browser/scripts npm install
-
The skill will be automatically detected by Claude Code.
See SKILL.md for detailed usage instructions.
- Node.js 18+
- Google Chrome installed
- Claude Code CLI
MIT