/install harrylabsj-password-generator
password-generator
Generate secure random passwords using Python's secrets module.
Description
A secure password generator that uses Python's cryptographically secure secrets module to generate random passwords. Supports customizable length and character set options.
Usage
# Generate a 16-character password with all character types
python ~/.openclaw/skills/password-generator/password_generator.py --length 16
# Generate password without symbols
python ~/.openclaw/skills/password-generator/password_generator.py --length 12 --no-symbols
# Generate password without numbers
python ~/.openclaw/skills/password-generator/password_generator.py --length 12 --no-numbers
# Generate multiple passwords at once
python ~/.openclaw/skills/password-generator/password_generator.py --length 20 --count 5
Examples
# Default 16-character password
python ~/.openclaw/skills/password-generator/password_generator.py
# Short password for simple use
python ~/.openclaw/skills/password-generator/password_generator.py --length 8
# Long password with letters only
python ~/.openclaw/skills/password-generator/password_generator.py --length 32 --no-symbols --no-numbers
# Generate 3 passwords
python ~/.openclaw/skills/password-generator/password_generator.py --count 3
Options
--length: Password length (default: 16)--no-symbols: Exclude special symbols--no-numbers: Exclude numbers--count: Number of passwords to generate (default: 1)
Security Note
This tool uses Python's secrets module, which is designed for cryptographic applications and provides secure random number generation suitable for passwords and authentication tokens.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install harrylabsj-password-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/harrylabsj-password-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Password Generator 是什么?
Generate secure random passwords with customizable length, character sets, and quantity using Python's cryptographically secure secrets module. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 Password Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install harrylabsj-password-generator」即可一键安装,无需额外配置。
Password Generator 是免费的吗?
是的,Password Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Password Generator 支持哪些平台?
Password Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Password Generator?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。