← 返回 Skills 市场
Dns Records
作者
rogue-agent1
· GitHub ↗
· v1.0.0
· MIT-0
127
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install dns-records
功能描述
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA. Use when asked to check DNS records, find a domain's IP address, look up mail servers,...
使用说明 (SKILL.md)
dnscheck 🔍
DNS record lookup with multi-type support and JSON output.
Commands
# Full DNS check (all common record types)
python3 scripts/dnscheck.py github.com openclaw.ai
# Specific record types only
python3 scripts/dnscheck.py -t A MX example.com
# JSON output for scripting
python3 scripts/dnscheck.py --json example.com
Record Types
- A — IPv4 addresses
- AAAA — IPv6 addresses
- MX — Mail servers
- NS — Nameservers
- TXT — SPF, DKIM, verification records
- CNAME — Canonical name aliases
- SOA — Start of authority
Features
- Queries all record types by default
- Uses
digwhen available, falls back to Python sockets for A/AAAA - JSON output mode for automation
- Multiple domains in one command
安全使用建议
This skill appears safe and does what it says: run DNS queries via dig or Python. Before installing, consider that: (1) the tool will perform network DNS queries for any domain you ask it to — those queries go to your system resolver (so the resolver operator will see the domain names); (2) dig is invoked via subprocess when available (normal for this purpose); and (3) the scripts duplicate each other and only implement simple lookups (A/AAAA have a Python fallback; MX/NS/TXT/CNAME/SOA require dig). If you need to avoid leaking queried domains to your network resolver, don't run it or run it in an environment with a privacy-preserving DNS setup.
功能分析
Type: OpenClaw Skill
Name: dns-records
Version: 1.0.0
The skill bundle provides a standard DNS lookup utility that uses the system 'dig' command with a Python socket fallback. The implementation in dnscheck.py uses safe, list-based subprocess execution to prevent shell injection and contains no evidence of data exfiltration, persistence, or malicious instructions in the SKILL.md file.
能力评估
Purpose & Capability
Name/description (DNS record lookup) matches the requested/implemented functionality. No unrelated binaries, environment variables, or credentials are requested. The provided scripts implement only DNS queries for the claimed record types.
Instruction Scope
SKILL.md instructs running the included Python script or dig; the scripts execute dig (if present) or use socket.getaddrinfo as a fallback for A/AAAA. They do not read files, environment variables, or transmit data to external endpoints beyond standard DNS resolution. Note: only A/AAAA have a socket fallback; other types rely on dig.
Install Mechanism
No install spec (instruction-only). The package includes two identical script files (dnscheck.py and scripts/dnscheck.py); no downloads or external installs are performed. Low installation risk.
Credentials
No environment variables, secrets, or config paths are requested. The lack of credentials is proportional to a DNS lookup tool.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/configs. It runs on demand and does not store credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dns-records - 安装完成后,直接呼叫该 Skill 的名称或使用
/dns-records触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of dns-records skill:
- Lookup for A, AAAA, MX, NS, TXT, CNAME, and SOA records.
- Supports queries for multiple domains in one command.
- Uses system dig command with Python socket fallback (A/AAAA).
- JSON output option for scripting and automation.
- Zero external dependencies.
元数据
常见问题
Dns Records 是什么?
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA. Use when asked to check DNS records, find a domain's IP address, look up mail servers,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Dns Records?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dns-records」即可一键安装,无需额外配置。
Dns Records 是免费的吗?
是的,Dns Records 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dns Records 支持哪些平台?
Dns Records 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dns Records?
由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。
推荐 Skills