Back to Registry View Author Profile
Official Verified
pipeworx-agify
Agify MCP — age prediction from first name (agify.io, free, no auth)
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-agifyOr
Pipeworx agify
Agify MCP — age prediction from first name (agify.io, free, no auth)
Free, no API key required. Part of the Pipeworx open MCP gateway.
When to Use
Use this skill when the user asks about agify data or needs to query agify information.
Available Tools
How to Call
The Pipeworx gateway speaks JSON-RPC 2.0 over HTTP POST.
List available tools
curl -s -X POST https://gateway.pipeworx.io/agify/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
curl -s -X POST https://gateway.pipeworx.io/agify/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"TOOL_NAME","arguments":{"param":"value"}}}'
MCP Client Config
{
"mcpServers": {
"pipeworx-agify": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/agify/mcp"]
}
}
}
Notes
- No authentication required
- Free for all users
- Rate limited for anonymous users (sign up at pipeworx.io for higher limits)
- Returns JSON-RPC 2.0 responses
Metadata
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-agify": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190