What problem does it solve? When an automated task hits a login wall, 2FA prompt, CAPTCHA, or payment check, the risky instinct is to paste a password or one-time code into the conversation. This Skill defines a safe handover procedure so the human completes the verification on the Bot's screen while no credential ever enters the chat transcript. ## Core Features & Use Cases - Credential-free handover: Stops the task at the verification wall, notifies the human with the exact site, page, prompt type, and intended account, then waits without retry loops or bypass attempts. - State-verified resume: Resumes only after confirming the signed-in state from observable page evidence (account name, authenticated dashboard), never from what was typed. - Audit and leak handling: Records every takeover with reason, timestamp, and actor, and treats any credential that reaches chat as burned, triggering a rotation request. - Use Case: A Bot renewing a vendor subscription hits a 2FA prompt mid-checkout. It pauses, messages the operator with the exact blocked step, the operator takes over the shared screen to enter the code, and the Bot resumes the pre-declared next action from the authenticated page. ## Quick Start When a site asks for a password or 2FA code mid-task, stop and hand the screen to me so I can complete the verification, then resume from the signed-in page.