Local Password Generator & Strength Check
/install local-password
local-password
Overview
A simple local tool for generating secure random passwords and checking password strength. Fully configurable: choose password length, enable/disable different character types. Estimates password entropy and crack time. All operations run locally, no data leaves your machine.
Features
- Generate secure random passwords: Custom length and character set options
- Password strength check: Calculate entropy and estimate crack time
- Flexible options: Include/exclude uppercase, lowercase, numbers, symbols
- Avoid ambiguous characters: Option to exclude similar looking characters (0O1lI)
Usage
Generate password
# Default: 16 characters, all character types
python3 scripts/generate.py
# Custom length with no symbols
python3 scripts/generate.py --length 20 --no-symbols
# Exclude ambiguous characters
python3 scripts/generate.py --length 12 --no-ambiguous
Check password strength
python3 scripts/check.py "your-password-here"
Resources
scripts/
generate.py- Generate secure random password with custom optionscheck.py- Check password strength and estimate entropy/crack time
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-password - After installation, invoke the skill by name or use
/local-password - Provide required inputs per the skill's parameter spec and get structured output
What is Local Password Generator & Strength Check?
Generate secure random passwords and check password strength. Supports custom length and character types (uppercase, lowercase, numbers, symbols). Pure local... It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Local Password Generator & Strength Check?
Run "/install local-password" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local Password Generator & Strength Check free?
Yes, Local Password Generator & Strength Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Local Password Generator & Strength Check support?
Local Password Generator & Strength Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local Password Generator & Strength Check?
It is built and maintained by Alone86136 (@alone86136); the current version is v1.0.0.