SkillHub

password

v3.0.1

Manage passwords with generation, strength checks, and storage. Use when creating credentials, auditing strength, rotating secrets, checking breaches.

Sourced from ClawHub, Authored by bytesagain3

Installation

Please help me install the skill `password` from SkillHub official store. npx skills add bytesagain3/password

password

Generate, check, and analyze passwords.

Commands

generate

Generate a random password (default: 16 chars)

scripts/script.sh generate

strength

Rate password strength (weak/fair/good/strong/excellent)

scripts/script.sh strength

entropy

Calculate Shannon entropy in bits

scripts/script.sh entropy

batch

Generate multiple passwords at once

scripts/script.sh batch

diceware

Generate a diceware-style passphrase

scripts/script.sh diceware

pin

Generate a numeric PIN

scripts/script.sh pin

Requirements

  • curl

Powered by BytesAgain | bytesagain.com | [email protected]