connect-chrome

Connect Claude to a visible Chrome window with gstack's Side Panel extension.

37|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/DariusCorvus/iqualize --skill connect-chrome-dariuscorvus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-chrome
Source: https://github.com/DariusCorvus/iqualize/tree/main/.claude/skills/gstack/connect-chrome
Command: npx skills add https://github.com/DariusCorvus/iqualize --skill connect-chrome-dariuscorvus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude users often need to observe and control a real browser session during skill demos. This skill opens a Chrome window with gstack's Side Panel extension loaded so actions are visible in real time.

Core Features & Use Cases

  • Auto-loaded Side Panel extension in a real Chrome window for live monitoring.
  • One-command connection flow that binds Claude to the browser for demonstrations or debugging.
  • Works for validation, demonstrations, or scripted browser tasks where visibility matters.

Quick Start

Run the preflight checks, then execute the connect-chrome command to launch Chrome with the Side Panel enabled.

Frequently Asked Questions about connect-chrome

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

FAQPage Schema
How do I launch a real Chrome window with Playwright for live browser automation?

To launch a real Chrome window for live browser automation, this Skill uses Playwright in headed mode to open a visible browser session with gstack's Side Panel extension auto-loaded. It orchestrates preflight cleanup and connection steps to keep interactions observable and reproducible.

What is headed mode in browser automation and when do I need it?

Headed mode in browser automation opens a visible browser window instead of running invisibly in the background. You need headed mode when observing real-time browser interactions for demonstrations, validation, or debugging where visual confirmation of actions is required.

Can I use the gstack Side Panel extension with Claude for browser demos?

Yes, you can use the gstack Side Panel extension with Claude for browser demos. This Skill binds Claude to a real Chrome window with the Side Panel extension auto-loaded, enabling one-command connection for live monitoring and visible scripted browser tasks.

Does browser automation with Playwright support guided user prompts during execution?

Browser automation with Playwright supports guided user prompts during execution by using AskUserQuestion flows. This handles user prompts and telemetry decisions directly within the connection sequence, ensuring interactive control over the visible browser session.

What is the best way to connect Claude to a visible Chrome session for debugging?

The best way to connect Claude to a visible Chrome session for debugging is using a connection flow that handles preflight checks and verification. This Skill executes a one-command setup binding Claude to Chrome with the Side Panel enabled for live monitoring.

Why does my Playwright browser automation session close immediately in headed mode?

If your Playwright browser automation session closes immediately in headed mode, it may lack proper preflight cleanup and verification. This Skill orchestrates these setup steps and uses guided flows to maintain a stable, observable connection between Claude and the Chrome window.