← Back to Skills Marketplace
Password Generator
by
Manish Pareek
· GitHub ↗
· v1.0.0
681
Downloads
2
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install password-gen-pro
Description
When user asks to generate a password, create PIN, make passphrase, check password strength, generate API key, create secure token, manage password ideas, ge...
Usage Guidance
This skill looks internally consistent, but remember it's a promise-based, instruction-only skill with no shipped code to verify behavior. Before installing or using it with sensitive information: (1) confirm your agent runtime enforces network restrictions if you require offline-only operation (the SKILL.md claims no network calls but the environment must enforce that), (2) avoid pasting real, already-used passwords into the skill — treat generated secrets as ephemeral and copy them to a vetted password manager immediately, (3) be aware conversational logs or platform telemetry could retain generated passwords unless the platform prevents it, and (4) if you need cryptographic guarantees (e.g., CSPRNG), ask the author for implementation details or run the skill in an isolated/offline environment. If any of these are concerning, do not install until you can verify offline operation and logging behavior.
Capability Analysis
Type: OpenClaw Skill
Name: password-gen-pro
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'password-gen-pro' appears benign. The `SKILL.md` explicitly states that it makes 'NO external API calls, NO network requests, NO data sent to any server' and 'NEVER stores actual passwords'. The only shell command instructed is `mkdir -p ~/.openclaw/password-generator` for local data storage, which is a standard and benign operation. All features described are local password generation and analysis, with strong emphasis on user privacy and security best practices. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (password generation, passphrases, strength checks, bulk generation) aligns with requested capabilities: it only asks for read/write access to a dedicated ~/.openclaw/password-generator directory and does not request unrelated credentials, binaries, or services.
Instruction Scope
SKILL.md is narrowly scoped: it instructs creating a per-skill directory and storing settings/stats only. However, the policy 'NEVER store actual passwords' is a promise in prose — there is no enforcement mechanism (no code shipped) and the agent could still inadvertently log or persist generated passwords in conversation history or platform logs. The instructions otherwise do not reference external files, env vars, or network endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install footprint. Nothing is downloaded or written beyond the specified per-skill directory the agent is told to create.
Credentials
No environment variables, secrets, or unrelated credentials are requested. The declared need for read/write tools to manage a single ~/.openclaw/password-generator path is proportionate to the stated functionality.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modify other skills. It requests only its own directory for settings/stats; autonomy (agent invocation) is platform-default and not a special privilege here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install password-gen-pro - After installation, invoke the skill by name or use
/password-gen-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 — 15-feature password toolkit with passphrase, ATS checker, bulk gen, strength analyzer
Metadata
Frequently Asked Questions
What is Password Generator?
When user asks to generate a password, create PIN, make passphrase, check password strength, generate API key, create secure token, manage password ideas, ge... It is an AI Agent Skill for Claude Code / OpenClaw, with 681 downloads so far.
How do I install Password Generator?
Run "/install password-gen-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 (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 Manish Pareek (@mkpareek0315); the current version is v1.0.0.
More Skills