Target a specific Google Chrome user profile for browser automation via CDP. Discovers installed profiles from the Chrome Local State file, launches Chrome with the requested profile attached to a debug port, and connects agent-browser via agent-browser connect <port>. Use when "automate using my Work/Personal Chrome", "open site with my saved session", or "use Chrome profile named <name>". NOT for headless scraping without an existing user profile (use mk:agent-browser directly); NOT for importing cookies only (use agent-browser --auto-connect state save).
$npx -y skills add ngocsangyem/meowkit --skill chrome-profileInstalls into the current project.
Run `npx skills use "https://github.com/ngocsangyem/meowkit" --skill "ngocsangyem/meowkit/chrome-profile"` 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/ngocsangyem/meowkit" that are relevant to the current task. Run `npx skills add "https://github.com/ngocsangyem/meowkit"` and select the relevant skills, then follow their instructions.