π¦ ClawHub
Password Generator
by @dinghaibin
Generate secure passwords and passphrases. Use when user needs to create strong passwords, generate secure tokens, create PINs, or generate memorable passphr...
TERMINAL
clawhub install dinghaibin-password-generatorπ About This Skill
name: password-generator description: Generate secure passwords and passphrases. Use when user needs to create strong passwords, generate secure tokens, create PINs, or generate memorable passphrases.
Password Generator
Generate secure passwords and passphrases.
Quick Start
# Generate random password
python scripts/generate.pySpecific length
python scripts/generate.py --length 16
Usage
python scripts/generate.py [OPTIONS]Options:
--length NUM Password length (default: 16)
--numbers Include numbers
--symbols Include special symbols
--uppercase Include uppercase letters
--exclude CHARS Exclude specific characters
--pin Generate PIN (4-6 digits)
--passphrase Generate passphrase
--words NUM Words in passphrase (default: 4)
--count NUM Number of passwords to generate
Examples
# Simple password
python scripts/generate.pyStrong password with all character types
python scripts/generate.py --length 20 --numbers --symbols --uppercasePIN code
python scripts/generate.py --pinMemorable passphrase
python scripts/generate.py --passphraseMultiple passwords
python scripts/generate.py --count 5
Features
π‘ Examples
# Simple password
python scripts/generate.pyStrong password with all character types
python scripts/generate.py --length 20 --numbers --symbols --uppercasePIN code
python scripts/generate.py --pinMemorable passphrase
python scripts/generate.py --passphraseMultiple passwords
python scripts/generate.py --count 5