ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

password

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/password
Or

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]

Metadata

Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-password": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#password#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.