What problem does it solve? Automated job application flows frequently stall at two-factor authentication or account-creation steps that require a verification code or magic link sent by email. This Skill retrieves that code from the connected mailbox so the apply and auto-apply workflows can continue without manual intervention. ## Core Features & Use Cases - Mailbox Sync and Polling: Triggers an email sync, then polls the JobPilot API for up to 30 seconds looking for verification messages matching the target board domain. - Inline Classification: Falls back to scanning unclassified recent messages, extracting 4-8 digit codes or magic links with regex patterns, and PATCHes the message with the extracted verification data. - Phishing Guard: Only accepts magic links whose host is the board domain or a subdomain, dropping suspicious links before returning output. - Use Case: During an auto-apply campaign on LinkedIn, the flow hits a 2FA prompt; this Skill fetches the latest code from Gmail and returns it as JSON so the caller fills the form automatically. ## Quick Start Ask the agent to fetch the latest verification code for linkedin.com from the connected mailbox and return it as JSON.