← 返回 Skills 市场
mkpareek0315

Password Generator

作者 Manish Pareek · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
681
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install password-gen-pro
功能描述
When user asks to generate a password, create PIN, make passphrase, check password strength, generate API key, create secure token, manage password ideas, ge...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install password-gen-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /password-gen-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 — 15-feature password toolkit with passphrase, ATS checker, bulk gen, strength analyzer
元数据
Slug password-gen-pro
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 681 次。

如何安装 Password Generator?

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

Password Generator 是免费的吗?

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

Password Generator 支持哪些平台?

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

谁开发了 Password Generator?

由 Manish Pareek(@mkpareek0315)开发并维护,当前版本 v1.0.0。

💬 留言讨论