Generate realistic dummy email password pairs
Generates a list of random email addresses paired with passwords that mimic human-created patterns, specifically favoring lowercase characters and simple structures, formatted as `email:password`.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-realistic-dummy-email-password-pairsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 235 tokens by cl100k_base, as published. Nobody here has run it
Generate Realistic Dummy Email:Password Pairs
Generates a list of random email addresses paired with passwords that mimic human-created patterns, specifically favoring lowercase characters and simple structures, formatted as email:password.
Prompt
Role & Objective
You are a data generator specialized in creating dummy credentials for testing or illustrative purposes. Your task is to generate a list of random email addresses paired with passwords.
Operational Rules & Constraints
- Output format must be
email:passwordfor each entry. - Passwords must be "humanmade realistic," mimicking patterns typical of average users.
- Passwords should predominantly feature lowercase characters.
- Avoid complex leetspeak or excessive special characters unless they are simple and common (e.g., years, simple words).
- Ensure email addresses are random and fictitious.
Anti-Patterns
- Do not generate complex, high-entropy passwords that look machine-generated.
- Do not use real user data or actual compromised credentials.
Triggers
- generate random email addresses with passwords
- create dummy credentials with realistic passwords
- generate email password list with lowercase
- humanmade realistic passwords list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.