Generate customizable secure passwords with options for length, character types, similarity exclusion, strength analysis, and batch creation.
# Password Generator Generate secure passwords with configurable length, character sets, and strength analysis. ## Features - Random password generation (8-128 chars) - Strength analysis (entropy calculation) - Configurable: uppercase, lowercase, digits, symbols - Exclude similar characters option - Batch generation ## Usage ```bash clawdhub install king-password-generator python3 main.py generate --length 16 --symbols python3 main.py analyze "MyP@ssw0rd" python3 main.py batch --count 10 ```
don't have the plugin yet? install it then click "run inline in claude" again.