← 返回 Skills 市场
Pipeworx dns
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-dns
功能描述
DNS record lookups via Google DNS-over-HTTPS — A, AAAA, MX, NS, TXT, CNAME, and reverse DNS
安全使用建议
This skill will send the domains/IPs you ask about to gateway.pipeworx.io (and the setup suggests optionally running an npm package that would execute code). If you need guaranteed direct Google DoH queries or must not disclose internal/ sensitive hostnames, don't use this skill. Options: (1) ask the publisher how gateway.pipeworx.io handles/retains query data and whether it actually forwards to Google DoH; (2) use a local or well-known DoH endpoint directly (e.g., curl against https://dns.google/resolve) or implement your own resolver; (3) avoid running the suggested `npx mcp-remote` command unless you trust the package and publisher. If you want me to, I can rewrite the SKILL.md to call Google's DoH directly (no external gateway) or produce a minimal local curl-based recipe you can inspect and run yourself.
功能分析
Type: OpenClaw Skill
Name: pipeworx-dns
Version: 1.0.0
The skill provides DNS lookup functionality by connecting to a remote MCP server hosted at gateway.pipeworx.io. It uses the standard mcp-remote utility via npx to facilitate communication. The documentation and configuration are consistent with the stated purpose of performing DNS-over-HTTPS queries, and no malicious code, obfuscation, or prompt injection attempts were detected.
能力评估
Purpose & Capability
The description says queries use Google's DNS-over-HTTPS, but the provided curl example posts JSON-RPC calls to https://gateway.pipeworx.io/dns/mcp. That means queries are proxied to a third-party service rather than directly calling Google's DoH API — a mismatch between claimed implementation and actual data flow.
Instruction Scope
Runtime instructions direct the agent to POST domain names and record types to an external gateway (gateway.pipeworx.io). While DNS lookup functionality requires network access, the instructions will transmit user-provided domains/IPs to a third party; there are no instructions to restrict or sanitize sensitive inputs.
Install Mechanism
The package is instruction-only (no install spec), but the SKILL.md's Setup suggests using `npx mcp-remote@latest`, which would download and run code from npm. That is not required by the minimal curl examples but introduces additional supply-chain risk if followed.
Credentials
The skill requests no environment variables, credentials, or local config paths — that is proportionate for a network-based lookup utility. However, lack of requested creds does not prevent query data from being transmitted to the external gateway.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills' settings. Autonomous invocation is allowed by default, which is normal; this is not combined with other high privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-dns - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-dns触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx dns 是什么?
DNS record lookups via Google DNS-over-HTTPS — A, AAAA, MX, NS, TXT, CNAME, and reverse DNS. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Pipeworx dns?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-dns」即可一键安装,无需额外配置。
Pipeworx dns 是免费的吗?
是的,Pipeworx dns 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx dns 支持哪些平台?
Pipeworx dns 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx dns?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills