Download for macOS
Skill

Browser

@danielmiessler Updated 2026-07-12

Debug-first browser automation with always-on visibility. Console logs, network requests, and errors captured by default. USE WHEN browser, screenshot, debug web, verify UI, troubleshoot frontend.

aiaugmentationhumansproductivity

Install

git clone https://github.com/danielmiessler/LifeOS /tmp/LifeOS && ln -s /tmp/LifeOS/Releases/v2.5/.claude/skills/Browser ~/.claude/skills/Browser

From README

Customization Before executing, check for user customizations at: /.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/Browser/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification: Output text notification: This is not optional. Execute this curl command immediately upon skill invocation. Browser v2.0.0 - Debug-First Browser Automation Debugging visibility by DEFAULT. Console logs, network requests, and errors are always captured. No opt-in required. --- Philosophy Debugging shouldn't be opt-in. Like good logging frameworks - you don't turn on logging when you have a problem, you have it enabled from the start so the data exists when problems occur. Headless by default.