dns-record-lookup

Query a DNS server to retrieve IPv4 A records for a domain name.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill dns-record-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dns-record-lookup
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/dns-record-lookup
Command: npx skills add https://github.com/AstorYH/PASB --skill dns-record-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find the IP address associated with any domain name, bypassing the need for manual command-line tools.

Core Features & Use Cases

  • DNS Resolution: Queries DNS servers to resolve domain names to IP addresses.
  • IP Address Retrieval: Specifically retrieves 'A' records (IPv4 addresses).
  • Use Case: Quickly verify the IP address of a website to troubleshoot network issues or confirm server locations.

Quick Start

Look up the IP address for example.com.

Frequently Asked Questions about dns-record-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the IP address for a domain name without using command-line tools?

This Skill queries a DNS server to retrieve the IPv4 'A' record associated with a given domain name, instantly resolving the IP address without manual command-line tools.

What does an A record lookup return when resolving a domain?

An A record lookup returns the IPv4 address associated with the queried domain name. This Skill specifically retrieves these IPv4 'A' records to resolve domain names to IP addresses.

Can I use this to verify website IP addresses for network troubleshooting?

Yes, you can use this to verify website IP addresses for network troubleshooting. It queries DNS servers to resolve domain names to IP addresses, confirming server locations and resolving network issues.

Does this DNS lookup retrieve IPv6 addresses or only IPv4?

This DNS lookup retrieves only IPv4 addresses. It specifically queries DNS servers for 'A' records and does not retrieve IPv6 or AAAA records for domain name resolution.

What is the best way to resolve a domain to an IP address for server verification?

The best way to resolve a domain to an IP address is querying DNS servers for 'A' records. This Skill retrieves the IPv4 address instantly, confirming server locations without manual command-line operations.