← 返回 Skills 市场
freedompixels

Cn Password Generator V2

作者 freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
24
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cn-password-generator-v2
功能描述
Generate cryptographically random passwords with customizable character sets. Control length, include/exclude character types. Pure Python, no API key required.
使用说明 (SKILL.md)

Password Generator V2

Generate strong, random passwords.

Features

  • Cryptographically secure random generation
  • Customizable length (default: 16 characters)
  • Toggle character types: uppercase, lowercase, digits, symbols
  • Generate multiple passwords at once
  • Pure Python, no external dependencies

Character Types

  • Uppercase: A-Z (26 characters)
  • Lowercase: a-z (26 characters)
  • Digits: 0-9 (10 characters)
  • Symbols: !@#$%^&* (8 characters)

Usage

# Default: 16 chars, all types
python3 scripts/pwd_gen_v2.py

# 24 chars, no symbols
python3 scripts/pwd_gen_v2.py --length 24 --no-symbols

# 5 passwords, 12 chars each
python3 scripts/pwd_gen_v2.py --length 12 --count 5

# Letters only (no digits, no symbols)
python3 scripts/pwd_gen_v2.py --length 20 --no-digits --no-symbols

Example Output

{
  "passwords": [
    "Kj8#mNp2$xL9@vQw7",
    "Rt4&fBc6%Yn3*Hs8j"
  ],
  "length": 16
}

Security Notes

  • Uses Python's secrets module for cryptographic randomness
  • Suitable for generating passwords, API keys, tokens
安全使用建议
This skill appears simple and local, but its security claim is inaccurate. Avoid using its output for real passwords or tokens unless the code is fixed to use Python's `secrets` module.
功能分析
Type: OpenClaw Skill Name: cn-password-generator-v2 Version: 1.0.0 The skill is classified as suspicious due to a significant discrepancy between its documentation and implementation. While SKILL.md explicitly claims to use the cryptographically secure 'secrets' module for password generation, the actual implementation in scripts/pwd_gen_v2.py uses the standard 'random' module, which is predictable and unsuitable for security-sensitive tasks. This constitutes a false security claim and a weak cryptography vulnerability.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is generating cryptographically strong passwords, API keys, and tokens, but the implementation uses Python's non-cryptographic random module instead of secrets.
Instruction Scope
Usage is limited to user-invoked command examples for generating passwords; there are no hidden prompt overrides or automatic high-impact actions.
Install Mechanism
No install step, package download, dependency installation, or remote script execution is shown.
Credentials
The provided code does not read files, environment variables, credentials, or network resources; it only prints generated JSON to stdout.
Persistence & Privilege
No background process, persistence mechanism, credential storage, privilege escalation, or protected-path access is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-password-generator-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-password-generator-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Password Generator V2 - Generate cryptographically secure random passwords with customizable length and character sets. - Options to include/exclude uppercase, lowercase, digits, and symbols. - Generate multiple passwords in a single run. - Pure Python implementation with no external dependencies or API key needed. - Uses the `secrets` module for enhanced security.
元数据
Slug cn-password-generator-v2
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cn Password Generator V2 是什么?

Generate cryptographically random passwords with customizable character sets. Control length, include/exclude character types. Pure Python, no API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 24 次。

如何安装 Cn Password Generator V2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-password-generator-v2」即可一键安装,无需额外配置。

Cn Password Generator V2 是免费的吗?

是的,Cn Password Generator V2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cn Password Generator V2 支持哪些平台?

Cn Password Generator V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cn Password Generator V2?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。

💬 留言讨论