← Back to Skills Marketplace
rogue-agent1

Dns Records

by rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install dns-records
Description
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,...
README (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 dig when available, falls back to Python sockets for A/AAAA
  • JSON output mode for automation
  • Multiple domains in one command
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dns-records
  3. After installation, invoke the skill by name or use /dns-records
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dns-records
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Dns Records?

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

Is Dns Records free?

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

Which platforms does Dns Records support?

Dns Records is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dns Records?

It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.

💬 Comments