skills/tools/password-generator/SKILL.md
生成安全密码和密码短语,支持自定义长度、字符集和熵计算。
npx skillsauth add aidotnet/moyucode password-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate cryptographically secure passwords with customizable options including length, character sets, and passphrase generation.
/password command# Generate random password
python scripts/password_generator.py --length 16
# Generate with specific character sets
python scripts/password_generator.py --length 20 --uppercase --lowercase --digits --symbols
# Generate passphrase
python scripts/password_generator.py --passphrase --words 4
# Generate multiple passwords
python scripts/password_generator.py --count 5 --length 12
# Generate PIN
python scripts/password_generator.py --pin --length 6
password, security, random, generator, crypto
development
使用Playwright浏览器爬取X(Twitter)真实数据,分析统计信息,生成精美的HTML报告面板并导出为高清图片。
development
使用CSS选择器从网页提取数据,支持分页、限速和多种输出格式。
tools
生成UUID(v1、v4、v5)和其他唯一标识符,如ULID、nanoid。
tools
使用各种服务缩短URL,并为短链接生成二维码。