← Back to Skills Marketplace
ouyangabel

Password Generator

by ouyangAbel · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
515
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install password-gen
Description
Secure password generator with multiple character sets and strength analysis. Use when: (1) generating strong passwords, (2) creating memorable passphrases,...
Usage Guidance
This skill appears to do what it says: it generates and analyzes passwords locally using Python's secrets module and makes no network calls or credential requests. Before installing or running it: (1) inspect the bundled scripts yourself (they're included) — you already have the source; (2) run it on a trusted machine and avoid pasting generated passwords into insecure places; outputs are printed in plain text so don't rely on shell history to store secrets; (3) note the passphrase word list is small and passphrase strength reporting is simplistic — for high-security use cases consider larger wordlists or vetted entropy estimators; (4) if you need persistent, cross-device storage, prefer a well-reviewed password manager rather than storing generated passwords in files or unencrypted notes.
Capability Analysis
Type: OpenClaw Skill Name: password-gen Version: 1.0.0 The skill bundle provides a local password generator. The `SKILL.md` is purely instructional and contains no prompt injection attempts. The `scripts/password-gen.py` script uses the cryptographically secure `secrets` module for randomness, performs no network requests, and does not access sensitive files or environment variables. All operations are confined to local password generation, passphrase creation, and strength analysis, aligning perfectly with its stated purpose without any high-risk behaviors or malicious indicators.
Capability Assessment
Purpose & Capability
Name/description (password generator, passphrases, strength analysis) align with the included script and SKILL.md. The code implements generation, passphrases, and analysis using the secrets module; there are no unrelated dependencies or requested credentials.
Instruction Scope
Instructions simply run the included Python script and stay within the stated purpose. Two minor notes: (1) generated passwords and analyzed passwords are printed in plaintext (the SKILL.md mentions this), so users must avoid leaking output or saving it in shell history; (2) passphrase strength reporting is simplistic (the generate_passphrase function returns a fixed "中" strength) and the strength algorithm is basic — acceptable but not a deep entropy estimator.
Install Mechanism
No install spec (instruction-only with a bundled script). Nothing is downloaded or written to disk by an installer; risk from installation is low. The included script is stored in the repository and can be inspected before running.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read environment variables or system files — capability requests are proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable (default). It does not modify other skills or system configuration and does not request persistent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install password-gen
  3. After installation, invoke the skill by name or use /password-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: secure password generator with strength analysis
Metadata
Slug password-gen
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Password Generator?

Secure password generator with multiple character sets and strength analysis. Use when: (1) generating strong passwords, (2) creating memorable passphrases,... It is an AI Agent Skill for Claude Code / OpenClaw, with 515 downloads so far.

How do I install Password Generator?

Run "/install password-gen" 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 (open-source). 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 ouyangAbel (@ouyangabel); the current version is v1.0.0.

💬 Comments