← 返回 Skills 市场
harrylabsj

Password Generator

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install password-generator-pro
功能描述
Generate secure random passwords with customizable length, symbols, and numbers using Python's cryptographically strong secrets module.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install password-generator-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /password-generator-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Republish the password generator skill under the new slug password-generator-pro.
元数据
Slug password-generator-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Password Generator 是什么?

Generate secure random passwords with customizable length, symbols, and numbers using Python's cryptographically strong secrets module. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Password Generator?

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

Password Generator 是免费的吗?

是的,Password Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Password Generator 支持哪些平台?

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

谁开发了 Password Generator?

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

💬 留言讨论