← 返回 Skills 市场
Pipeworx disify
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-disify
功能描述
Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-disify - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-disify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx disify 是什么?
Detect disposable and temporary email addresses — validate emails and check domains against known throwaway services. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Pipeworx disify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-disify」即可一键安装,无需额外配置。
Pipeworx disify 是免费的吗?
是的,Pipeworx disify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx disify 支持哪些平台?
Pipeworx disify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx disify?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills