ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adarshsojitra/fake-identity
Or

Fake 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:
    1. Acknowledge the request.
    2. Ask user to choose: Country/Ethnicity + Gender.
    3. Once user provides details → Summarize what will be generated.
    4. 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

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)

  1. Acknowledge request.
  2. Ask user for Country/Ethnicity and Gender with clear options.
  3. Once received → Summarize the planned identity (e.g., "I'll generate a 32-year-old Japanese Female identity...").
  4. Ask for YES confirmation.
  5. 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.
  6. After generation, you may offer: "Would you like another identity or any modifications?"

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adarshsojitra-fake-identity": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.