browse

Navigate and interact with web pages via a persistent headless Chromium browser.

5|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/namanchopra/branchwater --skill browse-namanchopra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browse
Source: https://github.com/namanchopra/branchwater/tree/main/.claude/skills/browse
Command: npx skills add https://github.com/namanchopra/branchwater --skill browse-namanchopra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chrome, node, chrome-ctp, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a fast, headless browser experience for Claude Code, enabling users to navigate web pages, interact with elements, and extract information quickly and efficiently.

Core Features & Use Cases

  • Instant Command Execution: Perform web browsing commands within 100-200ms after the first call.
  • Persistent Browser: Maintain browser state between calls, including cookies, tabs, and history.
  • Use Case: Ideal for quickly checking websites, verifying deployments, reading documentation, or interacting with web pages within Claude Code.

Quick Start

Navigate to the URL 'https://example.com' using the browse skill.

Frequently Asked Questions about browse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract information from web pages using a headless browser in Claude Code?▼

You can extract information from web pages using a headless browser by running navigation and interaction commands directly within Claude Code, which maintains a persistent Chromium daemon for rapid content retrieval.

Can I keep browser state like cookies and tabs persistent when browsing web pages in Claude Code?▼

Yes, browsing web pages in Claude Code maintains persistent browser state between calls, preserving cookies, tabs, and history so you can continue sessions without losing context.

Do I need Chromium installed to use a headless browser for web interaction in Claude Code?▼

Yes, you need Chromium and Node.js installed as dependencies, because the headless browser requires a persistent Chromium daemon to execute web interaction commands.

What's the best way to quickly check websites and verify deployments within Claude Code?▼

The best way to check websites and verify deployments is using a headless browser within Claude Code, executing navigation commands in 100-200ms after the initial call for instant feedback.

Why does headless browser command execution take longer on the first call when navigating web pages?▼

Headless browser command execution takes longer on the first call because it needs to initialize the persistent Chromium daemon, after which subsequent navigation and interaction commands run in 100-200ms.

Are there limitations when using a headless browser to read documentation within Claude Code?▼

A limitation of using a headless browser to read documentation is that it depends on a persistent Chromium daemon, meaning the environment must support Node.js and Chrome to execute web interaction commands successfully.