← Back to Skills Marketplace
brucegutman

Pipeworx dns

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-dns
Description
DNS record lookups via Google DNS-over-HTTPS — A, AAAA, MX, NS, TXT, CNAME, and reverse DNS
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-dns
  3. After installation, invoke the skill by name or use /pipeworx-dns
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-dns
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx dns?

DNS record lookups via Google DNS-over-HTTPS — A, AAAA, MX, NS, TXT, CNAME, and reverse DNS. It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Pipeworx dns?

Run "/install pipeworx-dns" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx dns free?

Yes, Pipeworx dns is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx dns support?

Pipeworx dns is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx dns?

It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.

💬 Comments