Browser Daemon

Community

Persistent browser daemon for testing & debugging.

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a persistent Playwright-based browser daemon that stays open, accepts commands, and returns results. Ideal for interactive debugging, development, and browser-driven testing workflows.

Core Features & Use Cases

  • Maintain a single browser instance across commands
  • Navigate, execute JS, inspect console output
  • Capture and review network activity and page events
  • Lightweight IPC via file-based commands and results
  • Extensible for broader browser automation tasks

Quick Start

Start the daemon, then send commands like navigate, exec, or status to perform browser tasks without reopening a browser.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Browser Daemon
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#browser-daemon

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository