From aidotnet-moyucode
Generates cryptographically secure passwords, passphrases, and PINs via Python CLI with custom length, character sets, word count, multiples, and entropy calculation. Useful for secure random string needs.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Generate cryptographically secure passwords with customizable options including length, character sets, and passphrase generation.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Generate cryptographically secure passwords with customizable options including length, character sets, and passphrase generation.
/password command# Generate random password
python scripts/password_generator.py --length 16
# Generate with specific character sets
python scripts/password_generator.py --length 20 --uppercase --lowercase --digits --symbols
# Generate passphrase
python scripts/password_generator.py --passphrase --words 4
# Generate multiple passwords
python scripts/password_generator.py --count 5 --length 12
# Generate PIN
python scripts/password_generator.py --pin --length 6
password, security, random, generator, crypto