← 返回 Skills 市场
xejrax

Dns Lookup

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1994
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install dns-lookup
功能描述
Resolve hostnames to IP addresses using `dig` from bind-utils.
使用说明 (SKILL.md)

DNS Lookup Skill

Resolve hostnames to IP addresses using dig. Provided by the bind-utils package.

Basic Lookup

Resolve A records for a hostname:

dig example.com A +short

IPv6 Lookup

Resolve AAAA records:

dig example.com AAAA +short

Full DNS Record

Get the full DNS response with authority and additional sections:

dig example.com ANY

Reverse Lookup

Find the hostname for an IP address:

dig -x 93.184.216.34 +short

Install

sudo dnf install bind-utils
安全使用建议
This skill is coherent and minimal: it simply runs dig to perform DNS queries. If you install it be aware: installing requires sudo dnf install (so it’s intended for Fedora/RHEL-style systems), and running the skill will perform outbound DNS requests (normal for lookups). It requests no credentials and has no hidden endpoints. If you need to restrict network/DNS activity for security/privacy, consider that the skill will perform DNS queries when invoked.
功能分析
Type: OpenClaw Skill Name: dns-lookup Version: 1.0.0 The OpenClaw skill 'dns-lookup' is designed to resolve hostnames using the `dig` utility. The `SKILL.md` file provides clear, benign instructions for using `dig` for various DNS queries and includes standard installation steps for `bind-utils` via `dnf`. No evidence of malicious intent, data exfiltration, unauthorized access, or prompt injection against the agent was found across any of the provided files.
能力评估
Purpose & Capability
Name/description say 'Resolve hostnames to IP addresses using dig'. Declared binary requirement is 'dig' and the install step installs bind-utils which provides dig. Nothing requested is unrelated to DNS lookups.
Instruction Scope
SKILL.md contains explicit dig command examples (A, AAAA, ANY, reverse). It does not instruct reading other files, environment variables, or sending data to external endpoints beyond normal DNS queries.
Install Mechanism
Install spec uses the host package manager (dnf) to install bind-utils. This is a standard, low-risk method; no downloads from arbitrary URLs or archive extraction are present.
Credentials
No environment variables, credentials, or config paths are requested. The requested access is proportional to the stated function.
Persistence & Privilege
Skill is not marked always:true and does not request elevated persistent privileges. Agent-autonomous invocation is allowed (platform default) but there is nothing in the skill that suggests it abuses that capability.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dns-lookup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dns-lookup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug dns-lookup
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Dns Lookup 是什么?

Resolve hostnames to IP addresses using `dig` from bind-utils. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1994 次。

如何安装 Dns Lookup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dns-lookup」即可一键安装,无需额外配置。

Dns Lookup 是免费的吗?

是的,Dns Lookup 完全免费(开源免费),可自由下载、安装和使用。

Dns Lookup 支持哪些平台?

Dns Lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dns Lookup?

由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。

💬 留言讨论