Check password strength and complexity
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill password_strength_checker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Password Strength Checker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-password-strength-checker)More formats (shields.io, HTML) on the badges page.
---
name: password-strength-checker
description: Check password strength and complexity
activation_keywords: [password, strength, complexity, security, secure password]
execution_mode: server
---
# Password Strength Checker
Checks password strength and provides security recommendations:
- Password length check (minimum 8 characters)
- Uppercase and lowercase letter check
- Number check
- Special character check
- Common password detection
- Entropy calculation
Use `builtin_password_strength_checker` tool with fields:
- `password`: the password to check (required)
- `min_length`: (optional) minimum length requirement (default: 8)
Returns strength score (0-100) and improvement recommendations.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!