← 返回 Skills 市场
alone86136

Local Password Generator & Strength Check

作者 Alone86136 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-password
功能描述
Generate secure random passwords and check password strength. Supports custom length and character types (uppercase, lowercase, numbers, symbols). Pure local...
使用说明 (SKILL.md)

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 options
  • check.py - Check password strength and estimate entropy/crack time
安全使用建议
This skill appears to do exactly what it says: locally generate passwords and estimate strength. The code is small and uses only Python standard libraries. Notes: (1) check.py has a minor bug path where calculating entropy may return 0 instead of the expected tuple if no character categories are detected, which can cause a runtime error for empty input — this is a correctness issue, not malicious behavior. (2) Entropy and crack-time estimates are heuristic (assumes 10B guesses/sec and approximates symbol count); treat them as guidance, not absolute guarantees. (3) As with any password tool, avoid running it on shared or untrusted machines if you will type or generate real sensitive passwords there, and do not paste generated/checked secrets into untrusted channels. If you want extra assurance, review the two scripts locally or run them in an isolated environment before use.
能力评估
Purpose & Capability
Name/description match the included files and runtime instructions. The two scripts implement generation and checking logic; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running the local Python scripts and explicitly states operations stay local. The scripts only read their CLI arguments and use standard library modules (secrets, string, math); they do not read system files, environment variables, or send data externally.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or written by an installer. The runtime uses only Python standard library modules (no third-party packages).
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not access any. No secret/material exfiltration mechanisms are present.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not modify agent configuration or other skills. It is user-invocable only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-password
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-password 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate secure random passwords locally with custom options (length, character types, exclude ambiguous characters). Check password strength with entropy calculation and crack time estimation. All operations run locally, no data sent externally. No dependencies outside Python standard library.
元数据
Slug local-password
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论