What problem does it solve? Automating access to login-gated websites (like D&D Beyond) from a headless server is blocked when the site requires interactive login, MFA, CAPTCHA, or SSO. This Skill captures the authenticated browser state once on a GUI machine and transfers it to a server, avoiding the need to install VNC or desktop environments on the server. ## Core Features & Use Cases - Headed Login Capture: Runs a bundled bash script that opens a headed agent-browser session so the user can complete login manually, including MFA and CAPTCHA flows. - Auth Verification Before Saving: Opens a gated verify URL and asks the user to confirm access before saving the state, preventing useless state files. - Secure State Transfer: Saves the state JSON with mode 600 and optionally copies it over SSH/SCP to a private remote directory with mode 700. - Use Case: You run a D&D Beyond campaign automation on a headless home server. Run the script on your laptop, log in once, and the authenticated session state is copied to the server for headless agent-browser runs. ## Quick Start Run the bundled capture script on a GUI machine with your login URL, verify URL, and server target to save and transfer the authenticated browser state.