Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Password Generator

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

password-generator is a Claude Code skill that generates cryptographically secure passwords and passphrases with customizable length, character sets, and entropy.

About

password-generator is a Claude Code skill that generates cryptographically secure passwords, passphrases, and PINs. A developer runs its bundled Python script to produce random strings with custom length, character sets, and entropy. It uses Python's secrets module, so the output is safe for real credentials rather than seeded pseudo-random values.

  • Generates cryptographically secure passwords, passphrases, and PINs
  • Customizable length, character sets (upper/lower/digits/symbols), and entropy
  • Wraps Python's secrets module via a bundled CLI script

Password Generator by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,578 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

password-generator capabilities & compatibility

Capabilities
password generation · passphrase generation · pin generation · secure random
Use cases
security audit
Pricing
Free
From the docs

What password-generator says it does

Generate cryptographically secure passwords with customizable options including length, character sets, and passphrase generation.
SKILL.md
Based on Python's secrets module: https://github.com/python/cpython
scripts/password_generator.py
npx skills add https://github.com/aidotnet/moyucode --skill password-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Generate secure random passwords, passphrases, or PINs from the command line during development.

Who is it for?

Creating secure random credentials, passphrases, and PINs from a CLI

Skip if: Storing, rotating, or managing existing secrets in a vault

When should I use this skill?

You need to generate a strong password, passphrase, or PIN

What you get

A cryptographically secure password, passphrase, or PIN string

  • Generated password, passphrase, or PIN strings

By the numbers

  • Supports 4 output modes: password, passphrase, PIN, and multi-count generation

Files

SKILL.mdMarkdownGitHub ↗

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: ✅

Related skills

FAQ

Are the passwords cryptographically secure?

Yes. The tool is based on Python's secrets module, which is designed for cryptographically secure random generation.

Can it generate passphrases and PINs too?

Yes. It supports random passwords, word-based passphrases, and numeric PINs via CLI flags.

Securitysecretsappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.