🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Password

by @bytesagain3

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

Versionv3.0.1
Downloads664
Installs3
TERMINAL
clawhub install password

πŸ“– About This Skill


name: password version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [password, tool, utility] description: "Manage passwords with generation, strength checks, and storage. Use when creating credentials, auditing strength, rotating secrets, checking breaches."

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 | hello@bytesagain.com*