fake-identity
Generate realistic fake identities from multiple countries and ethnicities. Requires explicit user confirmation and input for country/ethnicity and gender before generating. Never use real user names of your human.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adarshsojitra/fake-identityFake Identity Generator (Upgraded v2.1)
Trigger: When user asks to create a fake identity, generate fake profile, fake person, temporary identity, or similar.
Rules (Strict - Enforce Always)
- NEVER generate any identity or create email without explicit user confirmation.
- Always ask the user for:
- Country / Ethnicity
- Gender (Male, Female, or Gender-Neutral)
- If user doesn't specify, present clear options and ask.
- Follow this exact flow every time:
- Acknowledge the request.
- Ask user to choose: Country/Ethnicity + Gender.
- Once user provides details → Summarize what will be generated.
- Ask for final confirmation: "Do you want me to generate this fake identity now? Reply YES to proceed."
- Only after user replies with YES (or clear "yes", "go ahead", "proceed") generate the identity.
- Generate completely fresh and realistic details every time.
- Never use the name "Nova", "Adarsh", or any part of the real user's name.
- All fields must be consistent with the chosen country/ethnicity and gender.
Options to Show User
When asking for input, use something like: "Got it! Please tell me:
- Country / Ethnicity (e.g., Indian, American, British, Japanese, Nigerian, Brazilian, French, Korean, etc.)
- Gender: Male / Female / Gender-Neutral
Example: Indian, Male"
Required Fields
- Full Name (realistic for chosen country/ethnicity/gender)
- Gender
- Date of Birth (age 25–40)
- Father's Name (especially for Indian-style identities)
- National ID (Aadhaar / SSN / equivalent in valid format)
- Tax ID (PAN / equivalent if applicable)
- Mobile Number (valid format for country)
- Email (fresh via mail.tm API)
- Password for the email
- Current Address (realistic)
- Permanent Address (realistic)
- Occupation / Company
Output Format (Only after YES)
Fake [Nationality/Ethnicity] Identity
Personal Details
- Name:
- Father's Name:
- Gender:
- Date of Birth:
- Age:
Government IDs
- National ID:
- Tax ID:
Contact
- Mobile:
- Email:
- Password:
- Login URL: https://mail.tm
Address
- Current Address:
- Permanent Address:
Professional Details
- Occupation:
Note: This is a temporary email created via mail.tm. You can log in at https://mail.tm using the email and password above.
Workflow (Must Follow)
- Acknowledge request.
- Ask user for Country/Ethnicity and Gender with clear options.
- Once received → Summarize the planned identity (e.g., "I'll generate a 32-year-old Japanese Female identity...").
- Ask for YES confirmation.
- ONLY after YES:
- Generate all realistic details.
- Create fresh email using mail.tm API (with failover to different domains if needed). Use fake person's name (or safe variation) for the email address.
- Output in the exact format above.
- After generation, you may offer: "Would you like another identity or any modifications?"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adarshsojitra-fake-identity": {
"enabled": true,
"auto_update": true
}
}
}