跳至主要内容
小龙虾小龙虾AI
🤖

Dns Lookup

Resolve hostnames to IP addresses using `dig` from bind-utils.

下载1.6k
星标0
版本1.0.0
其他
安全通过

技能说明


name: dns-lookup description: "Resolve hostnames to IP addresses using dig from bind-utils." metadata: { "openclaw": { "emoji": "🌐", "requires": { "bins": ["dig"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "bind-utils", "bins": ["dig"], "label": "Install bind-utils (dnf)", }, ], }, }

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

如何使用「Dns Lookup」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Dns Lookup技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能