password-reset
Installation
SKILL.md
Password Reset
Overview
Handle password resets end-to-end. Prefer gws gmail for reset-email retrieval, Chrome DevTools MCP for website interaction, and the local xkcdpassgen helper for password generation.
Tool Priorities
- Prefer
gws gmailover opening Gmail in the browser. - If
gwsis unavailable, use an installed Gmail CLI or IMAP-based mail tool if one exists locally. Inspect the environment first instead of guessing command names. - Prefer Chrome DevTools MCP for all browser interaction.
- Use
pass findandpass showbefore asking the user for credentials or account details.
Password Generation
The local password generator is xkcdpassgen, defined in dotfiles/lib/functions/xkcdpassgen and available in shell as an autoloaded function.