password-generator

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#50083
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill password-generator

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
openhands 1
zencoder 1

Skill 文档

Password Generator Tool

Description

Generate cryptographically secure passwords with customizable options including length, character sets, and passphrase generation.

Trigger

  • /password command
  • User needs to generate passwords
  • User wants secure random strings

Usage

# 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

Tags

password, security, random, generator, crypto

Compatibility

  • Codex: ✅
  • Claude Code: âœ