password
Manage passwords with generation, strength checks, and storage. Use when creating credentials, auditing strength, rotating secrets, checking breaches.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/passwordpassword
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-password": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.