BrowserBridge
BrowserBridge - Browser Debugging Integration
BrowserBridge enables Claude Code to interact with web browsers in real-time through a C# bridge server and Chrome/Edge extension for debugging, DOM inspection, and JavaScript execution.
Quick Start for Claude
Prerequisites Check:
curl http://localhost:3141/api/browser/health
If successful, you can execute browser commands. If connection refused, bridge server is not running.
Common Commands:
# Execute JavaScript
curl -X POST http://localhost:3141/api/browser/execute -H "Content-Type: application/json" -d '{"script": "document.title"}'
More from lawless-m/claude-skills
vram-gpu-oom
GPU VRAM management patterns for sharing memory across services (Ollama, Whisper, ComfyUI). OOM retry logic, auto-unload on idle, and service signaling protocol.
11rust
Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration
1web-frontend
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
1postgresql
PostgreSQL database operations using PgQuery tool for DDL execution, schema management, and query operations
1