← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install password-generator-pro
Description
Generate secure random passwords with customizable length, symbols, and numbers using Python's cryptographically strong secrets module.
Usage Guidance
This skill appears to do exactly what it says: locally generate passwords using Python's secrets module. It asks for no credentials and has no network or install steps. If you plan to use it, you can (1) review the bundled password_generator.py (already included) to confirm behavior, (2) run it locally (or in an isolated environment) if you want extra caution, and (3) be aware the skill's source and homepage are not provided—while the code is visible, lack of a verified upstream source means you should inspect the files if you require provenance guarantees.
Capability Analysis
Type: OpenClaw Skill
Name: password-generator-pro
Version: 1.0.0
The skill bundle is a straightforward and secure password generator. The Python script (password_generator.py) correctly utilizes the cryptographically secure 'secrets' module and the standard library to generate random strings, with no evidence of data exfiltration, malicious execution, or prompt injection attempts in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the included code and runtime instructions. The script implements a configurable password generator using Python's secrets and string libraries; nothing in the manifest or files suggests unrelated capabilities.
Instruction Scope
SKILL.md instructs the agent to run the local Python script at ~/.openclaw/skills/password-generator-pro/password_generator.py. The instructions do not direct reading unrelated files, accessing environment variables, or contacting external endpoints.
Install Mechanism
No install spec (instruction-only) and the code file is bundled with the skill. No downloads or third-party installers are used, so there is low risk from installation behavior.
Credentials
The skill declares no required environment variables, no credentials, and the code does not reference any external secrets or config paths. Requested access is minimal and appropriate for the task.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configurations. disable-model-invocation remains default (allowed) which is normal and not concerning here since the skill has no broad privileges or network access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install password-generator-pro - After installation, invoke the skill by name or use
/password-generator-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Republish the password generator skill under the new slug password-generator-pro.
Metadata
Frequently Asked Questions
What is Password Generator?
Generate secure random passwords with customizable length, symbols, and numbers using Python's cryptographically strong secrets module. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Password Generator?
Run "/install password-generator-pro" 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.
More Skills