Pwgen

Use this skill when the user wants to generate secure passwords with custom length, character sets, and patterns — for accounts, keys, or bulk provisioning.

javimosch 9f8c397 934 B Updated

File contents

pwgen Plugin

pwgen generates secure and/or memorable passwords with customizable length, character sets, and generation modes.

Commands

  • pwgen _ _ <args> — Passthrough

Usage Examples

  • "generate a 16 character secure password"
  • "generate 5 memorable passwords"
  • "generate a password with symbols and numbers"
  • "generate 100 passwords for batch user creation"

Installation

brew install pwgen

Key Features

  • Phonetic password generation for pronounceable passwords
  • Secure random password generation
  • Customizable length (default 8 characters)
  • Symbol, number, and capital letter inclusion
  • Ambiguous character removal (1/l, 0/O)
  • Batch generation mode
  • SHA1-based password generation from seed

javimosch/supercli/tree/main/plugins/pwgen/skills/quickstart commit 9f8c39769c

Frequently asked questions

npx skillmds@latest add javimosch/pwgen