Pipeworx Randomuser
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-randomuserRandom 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
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-brucegutman-pipeworx-randomuser": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
Pipeworx Sunrisesunset
Skill by brucegutman
pipeworx-artic
Explore the Art Institute of Chicago's collection — artworks, artists, and exhibitions via the ARTIC public API
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
pipeworx-jokes
Jokes MCP — wraps JokeAPI v2 (free, no auth)