← 返回 Skills 市场
bytesagain3

Password

作者 bytesagain3 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ 安全检测通过
381
总下载
0
收藏
3
当前安装
11
版本数
在 OpenClaw 中安装
/install password
功能描述
Manage passwords with generation, strength checks, and storage. Use when creating credentials, auditing strength, rotating secrets, checking breaches.
安全使用建议
This skill appears to be a local password utility and is internally consistent with that purpose. Before installing or using it: (1) inspect the remainder of scripts/script.sh (the provided content was truncated) to ensure it does not log or transmit generated or provided passwords to unexpected endpoints; (2) be aware it will create ~/.local/share/password-tool — check that it doesn't store plaintext secrets you don't want kept; (3) ensure openssl and common CLI tools (od, awk, sort, grep) are available on your system (SKILL.md only mentions curl); (4) breach checking uses Have I Been Pwned with k‑anonymity (only the first 5 chars of the SHA‑1 hash should be sent) — if you want to avoid any network calls, avoid the check-leak command. If you want higher assurance, run the script in a contained environment (VM/container) and review the full script source prior to use.
功能分析
Type: OpenClaw Skill Name: password Version: 3.0.1 The 'password' skill is a legitimate utility for generating and analyzing passwords. It uses /dev/urandom for secure randomness and implements the Have I Been Pwned API using industry-standard k-anonymity (sending only the first 5 characters of a SHA-1 hash) in scripts/script.sh. No signs of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description match the included scripts: the tool generates passwords, measures strength/entropy, and checks breaches. Requested tools (curl) and use of /dev/urandom, openssl, and common shell utilities are consistent with these functions.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for all commands, which is expected. The script performs local computation and an optional network call to Have I Been Pwned using k‑anonymity, which is appropriate for breach checking. Two minor scope notes: SKILL.md lists only 'curl' as a requirement but the script uses openssl and other common CLI utilities (od, awk, grep, sort) which are not declared; the script creates a data directory (~/.local/share/password-tool) — the manifest doesn't explain what (if anything) is persisted there. Review the remaining (truncated) part of the script to confirm it doesn't write sensitive data unencrypted or transmit it to unexpected endpoints.
Install Mechanism
No install spec (instruction-only with a bundled script) — nothing is downloaded from external URLs during install. This is low-risk compared to remote downloads.
Credentials
The skill requests no environment credentials (none declared). It does access $HOME and creates ~/.local/share/password-tool to store data; this is plausible for a local tool but users should confirm what is stored. Network access (curl to api.pwnedpasswords.com) is limited to the breach-check feature and uses k‑anonymity; this aligns with the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request broad platform privileges or modify other skills. Creating a per-user data directory is normal for a CLI utility, but review what it stores.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install password
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /password 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
v3.0.1: SKILL.md rewritten to match new script commands.
v3.0.0
v3.0.0: Complete rewrite with real password functionality.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
De-template, unique content, script cleanup
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
元数据
Slug password
版本 3.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 11
常见问题

Password 是什么?

Manage passwords with generation, strength checks, and storage. Use when creating credentials, auditing strength, rotating secrets, checking breaches. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 381 次。

如何安装 Password?

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

Password 是免费的吗?

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

Password 支持哪些平台?

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

谁开发了 Password?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.1。

💬 留言讨论