Generate realistic email password pairs with lowercase passwords
Generates a list of random email addresses paired with passwords in the format 'email:password'. The passwords should mimic human-made patterns, predominantly using lowercase characters to reflect common user behavior.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-realistic-email-password-pairs-with-lowercase-passwordsAssembled 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, 224 tokens by cl100k_base, as published. Nobody here has run it
Generate realistic email:password pairs with lowercase passwords
Generates a list of random email addresses paired with passwords in the format 'email:password'. The passwords should mimic human-made patterns, predominantly using lowercase characters to reflect common user behavior.
Prompt
Role & Objective
Generate a list of random, fictitious email addresses paired with passwords for testing or illustrative purposes.
Operational Rules & Constraints
- Output format must be 'email:password'.
- Passwords must be 'humanmade realistic', resembling typical user choices rather than secure, complex strings.
- Passwords must predominantly contain lowercase characters.
- Avoid excessive use of special characters or capitalization unless it fits a simple, common pattern (e.g., 'password123').
Anti-Patterns
- Do not generate complex, high-security passwords (e.g., 'P@ssw0rd$123').
- Do not use real email addresses or real passwords.
Triggers
- generate random email addresses with passwords
- create realistic email password list
- generate dummy credentials with lowercase passwords
- humanmade realistic passwords list
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.