← 返回 Skills 市场
hostilespider

Secure Password Generator

作者 HostileSpider · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install secure-passgen
功能描述
Generate cryptographically secure passwords, passphrases, and API keys. Supports multiple formats and entropy calculation.
安全使用建议
This skill runs locally using Python's secrets module and does not contact external services or request credentials — that's good. Before installing/using: (1) be aware the source is unknown and there's no homepage, so inspect the included script (you already have it). (2) The SKILL.md and the script have minor mismatches: --clipboard is documented but not implemented; entropy calculations in the script are approximate/inconsistent (check charset choices if you rely on the exact entropy values). (3) The default API-key prefix is "sk_" (common in some services for private keys); do not paste generated values into production services without understanding the context. If you plan to use this in sensitive contexts, run it locally, audit the code, and fix the documented/implementation discrepancies (symbol charset length, apikey entropy math, and either implement or remove the --clipboard feature).
功能分析
Type: OpenClaw Skill Name: secure-passgen Version: 1.0.0 The skill bundle is a legitimate utility for generating cryptographically secure passwords and keys using Python's 'secrets' module. The code in 'scripts/passgen.py' is well-structured, lacks external dependencies, and contains no indicators of data exfiltration, malicious execution, or prompt injection. A minor documentation mismatch exists in 'SKILL.md' regarding a non-existent '--clipboard' flag, but this is a harmless inconsistency.
能力评估
Purpose & Capability
Name/description match the included script: the skill generates passwords, passphrases, API keys, pins, hex, and base64 values and correctly requires only python3. There are no unexpected binaries or credentials requested.
Instruction Scope
SKILL.md's runtime instructions are limited to running the included script (no external endpoints or file system traversal). However, the docs mention options (--clipboard, --entropy semantics) that don't fully match the script: --clipboard is documented but not implemented; entropy calculations and charset sizes in the code are approximate/incorrect (e.g., symbol charset size hard-coded as 26 in one place, apikey entropy calculation uses charset=16 while token_hex(32) produces 64 hex characters). These are implementation/documentation bugs rather than evidence of exfiltration or scope creep.
Install Mechanism
No install spec (instruction-only + included script). Nothing is downloaded or installed automatically, which is low risk.
Credentials
No environment variables, credentials, or config paths are requested. The script runs locally and does not require any secrets or cloud keys.
Persistence & Privilege
Skill is not always-enabled and does not request permanent presence or modify other skills or system-wide settings. It does not perform privileged actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install secure-passgen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /secure-passgen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Generate passwords, passphrases, API keys
元数据
Slug secure-passgen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Secure Password Generator 是什么?

Generate cryptographically secure passwords, passphrases, and API keys. Supports multiple formats and entropy calculation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Secure Password Generator?

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

Secure Password Generator 是免费的吗?

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

Secure Password Generator 支持哪些平台?

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

谁开发了 Secure Password Generator?

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

💬 留言讨论