Install
openclaw skills install password-generatorClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
生成随机安全密码。长度12-16位随机(默认),包含大小写字母、数字、符号。当用户要求生成密码、创建密码、随机密码时使用此技能。
openclaw skills install password-generator生成随机安全密码的工具技能。
当用户要求:
执行 scripts/generate_password.py 并将生成的密码保存到 memory/passwords.md。
将生成的密码保存到 memory/passwords.md,格式:
## [日期]
- **随机密码**
- 密码: `[密码]`
- 长度: [长度] 位 (12-16位随机)
- 字符: 大小写字母 + 数字 + 符号