AutoSkill 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.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-realistic-email-password-pairs-with-lowercase-passwords" ~/.claude/skills/ecnu-icalk-autoskill-generate-realistic-email-password-pairs-with-lowercase-pass && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-realistic-email-password-pairs-with-lowercase-passwords/SKILL.mdsource content
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