← Back to Skills Marketplace
Pipeworx disify
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-disify
Description
Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services
Usage Guidance
This skill is an instruction-only integration that calls an external Pipeworx gateway to check whether emails/domains are disposable. Before installing: 1) Confirm you are comfortable sending email addresses (potentially sensitive PII) to https://gateway.pipeworx.io — check privacy policy and TLS. 2) Note the SKILL.md example includes an MCP config that uses 'npx mcp-remote@latest', which would download and execute code from npm at runtime; if you plan to use that flow, ensure you trust the npm package and your environment permits/limits such downloads. 3) Verify rate limits, error handling, and any costs of the external API. 4) If you prefer to avoid third-party execution, use the shown curl examples directly (curl is the only declared required binary). 5) The SKILL.md omits declaring 'npx' as a required binary despite showing it in examples — treat that as a documentation inconsistency and confirm runtime requirements before deployment.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-disify
Version: 1.0.0
The skill provides tools for detecting disposable email addresses by interfacing with a remote API at gateway.pipeworx.io. It uses standard Model Context Protocol (MCP) patterns, such as the mcp-remote utility, and contains no evidence of malicious intent, data exfiltration, or unauthorized execution logic in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md shows examples calling the pipeworx disify gateway to validate emails and check domains. Requested binaries (curl) are appropriate for calling the service.
Instruction Scope
Instructions are limited to calling the external API (https://gateway.pipeworx.io/disify/mcp) and show example JSON responses. The MCP config example references running 'npx mcp-remote@latest ...' which would download/execute an npm package — that runtime dependency is not declared in the top-level required-bins list (only curl is declared). Apart from that mismatch, the instructions do not ask the agent to read local files or unrelated credentials.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However the provided MCP config example implies using npx to fetch mcp-remote from the npm registry, which would pull and run third-party code at runtime; this is not expressed in the install metadata and is an operational consideration (network + npm access) rather than an explicit install step.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is proportional to a network-only email-validation helper. No unrelated secrets are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform presence. No modifications of other skills or system-wide config are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pipeworx-disify - After installation, invoke the skill by name or use
/pipeworx-disify - 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 disify?
Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Pipeworx disify?
Run "/install pipeworx-disify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx disify free?
Yes, Pipeworx disify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx disify support?
Pipeworx disify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx disify?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills