/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install harrylabsj-password-generator - After installation, invoke the skill by name or use
/harrylabsj-password-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Password Generator?
Generate secure random passwords with customizable length, character sets, and quantity using Python's cryptographically secure secrets module. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Password Generator?
Run "/install harrylabsj-password-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Password Generator free?
Yes, Password Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Password Generator support?
Password Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Password Generator?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.