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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-password - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-password触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 Local Password Generator & Strength Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-password」即可一键安装,无需额外配置。
Local Password Generator & Strength Check 是免费的吗?
是的,Local Password Generator & Strength Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Local Password Generator & Strength Check 支持哪些平台?
Local Password Generator & Strength Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Password Generator & Strength Check?
由 Alone86136(@alone86136)开发并维护,当前版本 v1.0.0。