connect-chrome

Launch a headed Chrome window with the gstack extension for live action visibility.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/fray-cloud/coin --skill connect-chrome-fray-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-chrome
Source: https://github.com/fray-cloud/coin/tree/main/.claude/skills/gstack/connect-chrome
Command: npx skills add https://github.com/fray-cloud/coin --skill connect-chrome-fray-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect Claude to a visible Chrome window with the gstack extension loaded so you can watch every action in real time. The setup guarantees a deterministic browser session for demonstrations, debugging, and browser-driven workflows.

Core Features & Use Cases

  • Live visibility of clicks, navigations, and actions in the Side Panel during runtime.
  • Auto-load of the gstack extension into a headed Chrome window for immediate use.
  • Clear, repeatable connection workflow that can be invoked as part of larger automation tasks.

Quick Start

Open a headed Chrome window with the gstack extension loaded and verify the Side Panel shows live activity.

Frequently Asked Questions about connect-chrome

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

FAQPage Schema
How do I connect Claude to a visible Chrome window for live automation?

To connect Claude to real Chrome, launch a headed Playwright browser session with the gstack extension loaded, which enables you to watch every click and navigation in real time.

How does the Chrome Side Panel communicate during browser automation?

The Chrome Side Panel communicates over port 34567, providing a real-time feed of browser actions and live activity directly within the visible Chrome window.

Do I need Playwright to run browser-driven automation with a Chrome extension?

Yes, Playwright is used to launch the headed Chrome browser and automatically load the gstack extension, ensuring a deterministic browser session for your automation workflows.

What is the best way to debug browser automation actions in real time?

Using a visible Chrome window with the gstack extension provides live visibility of clicks and navigations in the Side Panel, making it ideal for debugging and demonstrations.

Why does my Playwright Chrome session not show live activity in the Side Panel?

If the Side Panel shows no live activity, verify that the gstack extension has auto-loaded correctly and that the local connection over port 34567 is active and unblocked.