← Back to Skills Marketplace
Pipeworx agify
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-agify
Description
Agify MCP — age prediction from first name (agify.io, free, no auth)
Usage Guidance
This skill is lightweight and uses curl to call a Pipeworx JSON-RPC gateway that proxies agify.io — that is consistent with its description. Before installing/use: (1) confirm you trust the Pipeworx gateway (requests go to gateway.pipeworx.io, not directly to api.agify.io), (2) avoid enabling the `npx mcp-remote@latest ...` client config unless you trust the mcp-remote npm package (npx will download and execute code), and (3) if you operate in a restricted environment, ensure outbound requests to the gateway are acceptable and rate limits/anon usage are understood.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-agify
Version: 1.0.0
The pipeworx-agify skill is a standard wrapper for the Agify API, facilitating age prediction from names via a remote MCP gateway (gateway.pipeworx.io). It uses standard curl commands and the mcp-remote utility for connectivity, with no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description say 'age prediction from first name (agify.io)'. The SKILL.md shows simple JSON-RPC calls (HTTP POST) to a Pipeworx gateway that proxies agify data. Required binary is only curl — coherent with the provided curl examples.
Instruction Scope
Instructions are limited to making HTTP JSON-RPC POSTs to https://gateway.pipeworx.io/agify/mcp and listing/calling tools. They do not instruct reading local files or unrelated env vars. Note: the MCP client config suggests using `npx mcp-remote@latest ...` — that would fetch and run code from npm if used, so using that config grants execution of a remote package; the curl examples alone do not require this.
Install Mechanism
No install spec is present (instruction-only), so nothing is written to disk by the skill itself. Example usage references npx (which would download an npm package at runtime if invoked), but no install is required to use the provided curl examples.
Credentials
The skill declares no required environment variables or credentials and the task (querying a public, no-auth API via a gateway) does not justify requesting secrets.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-wide changes, and contains no instructions to modify other skills or system configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-agify - After installation, invoke the skill by name or use
/pipeworx-agify - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pipeworx agify?
Agify MCP — age prediction from first name (agify.io, free, no auth). It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Pipeworx agify?
Run "/install pipeworx-agify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx agify free?
Yes, Pipeworx agify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx agify support?
Pipeworx agify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx agify?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills