ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Randomuser

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-randomuser
Or

Random User

Need realistic fake user data? This pack generates random user profiles complete with names, addresses, emails, phone numbers, photos, and more.

How to use

generate_users creates one or more profiles. Optionally filter by nationality (AU, BR, CA, CH, DE, DK, ES, FI, FR, GB, IE, IN, IR, MX, NL, NO, NZ, RS, TR, UA, US).

generate_by_gender does the same but filtered to male or female.

curl -X POST https://gateway.pipeworx.io/randomuser/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"generate_users","arguments":{"count":3,"nationality":"us,gb"}}}'

Each profile includes: full name, email, username, UUID, date of birth, age, phone, cell, nationality, street address, city, state, country, postcode, and a profile picture URL.

{
  "mcpServers": {
    "randomuser": {
      "url": "https://gateway.pipeworx.io/randomuser/mcp"
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
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-brucegutman-pipeworx-randomuser": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.