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 gmail over opening Gmail in the browser.
  • If gws is 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 find and pass show before 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.

Installs
1
GitHub Stars
221
First Seen
Jun 12, 2026
password-reset — colonelpanic8/dotfiles