← 返回 Skills 市场
ouyangabel

Password Generator

作者 ouyangAbel · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
515
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install password-gen
功能描述
Secure password generator with multiple character sets and strength analysis. Use when: (1) generating strong passwords, (2) creating memorable passphrases,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install password-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /password-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: secure password generator with strength analysis
元数据
Slug password-gen
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Password Generator 是什么?

Secure password generator with multiple character sets and strength analysis. Use when: (1) generating strong passwords, (2) creating memorable passphrases,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 515 次。

如何安装 Password Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install password-gen」即可一键安装,无需额外配置。

Password Generator 是免费的吗?

是的,Password Generator 完全免费(开源免费),可自由下载、安装和使用。

Password Generator 支持哪些平台?

Password Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Password Generator?

由 ouyangAbel(@ouyangabel)开发并维护,当前版本 v1.0.0。

💬 留言讨论