What problem does it solve? Automating sites that require a logged-in session is fragile: sandbox browsers get anonymous results, parallel agents steal each other's tabs, and quota-limited sites like Semrush silently degrade. This Skill turns the user's real, logged-in Chrome into a scriptable resource with strict session, quota, and troubleshooting discipline. ## Core Features & Use Cases - Logged-in browser automation: Drive the user's actual Chrome (extension + local daemon) to read dashboards, fill forms, and extract tables from sites without APIs, using opencli browser <session> commands or 160+ site adapters. - Session and quota discipline: Enforces unique descriptive session names, fixed session names for quota-limited sites (Semrush, Similarweb), machine-level tool locks, and differential session cleanup so parallel agents never steal tabs. - Adapter authoring and self-repair: Write new opencli <site> <command> adapters with a strategy-selection framework, and diagnose broken adapters via trace artifacts with a 3-round repair budget. - Use Case: An agent needs keyword data from Semrush, which has no adapter. It runs pressure.mjs to check quota, opens a fixed semrush-nav session in background mode, extracts the report as one atomic batch, logs the access to site-access.jsonl, and closes the session—without ever stealing the user's focus. ## Quick Start Use the opencli skill to open my logged-in Chrome, check the GSC dashboard for my site, and extract the performance table into a JSON file.