omgskills Get the Mac app
Skill

Browser

@danielmiessler 17k stars Updated 2026-07-12 Author match: High

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

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

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

View on GitHub

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.

More from this repo