Use the local Chrome browser via CDP (Chrome DevTools Protocol) for any task requiring web authentication, cookies, or browser sessions. ALWAYS prefer this over manual cookie env vars. Trigger when: need to access authenticated websites (ASC, Gmail, Notion, etc.), fetch data from sites requiring login, check if user has logged in, or user mentions 'browser', 'noVNC', 'cookie', 'login session'.
$npx -y skills add corellisorg/corellis --skill browser-cdpInstalls into the current project.
Run `npx skills use "https://github.com/corellisorg/corellis" --skill "corellisorg/corellis/browser-cdp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/corellisorg/corellis" that are relevant to the current task. Run `npx skills add "https://github.com/corellisorg/corellis"` and select the relevant skills, then follow their instructions.