Drive the user's real, logged-in browser from the shell via the reins CLI. Because it's their actual browser, every site is already authenticated — so you can scrape behind logins, read cookies/tokens/localStorage, watch and replay live API traffic, call a site's own API as the signed-in user, and click/type/screenshot. Use whenever asked to interact with, test, scrape, extract data from, or automate a live webpage or authenticated site in the user's browser.
$npx -y skills add karnstack/reins --skill reinsInstalls into the current project.
Run `npx skills use "https://github.com/karnstack/reins" --skill "karnstack/reins/reins"` 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/karnstack/reins" that are relevant to the current task. Run `npx skills add "https://github.com/karnstack/reins"` and select the relevant skills, then follow their instructions.