dns-networking

Diagnose DNS resolution, connectivity, and HTTP issues using dig, nslookup, curl, ping, and nc.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill dns-networking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dns-networking
Source: https://github.com/gitgoodordietrying/moltbook-app/tree/main/skills/dns-networking
Command: npx skills add https://github.com/gitgoodordietrying/moltbook-app --skill dns-networking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug DNS resolution, network connectivity, and HTTP issues.

Core Features & Use Cases

  • DNS debugging and query analysis with dig/nslookup
  • Port and connectivity testing using nc, curl, and ping
  • Firewall, proxy, and DNS propagation checks
  • TLS/certificate diagnostics for HTTPS

Quick Start

Run a quick DNS and connectivity check against a host:

  • dig example.com
  • nslookup example.com
  • curl -I https://example.com
  • nc -zv example.com 443 You can extend tests to verify proxies, firewall rules, and TLS certificates as needed.

Frequently Asked Questions about dns-networking

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

FAQPage Schema
How do I debug DNS resolution issues for a domain?

To debug DNS resolution issues, you run queries using tools like dig and nslookup against the target domain to inspect record retrieval. This Skill diagnoses DNS query failures, propagation status, and configuration problems across Linux, macOS, and Windows environments.

What is the best way to test network connectivity and open ports on a remote server?

The best way to test network connectivity and open ports is using utilities like curl, ping, and nc to verify reachability. This Skill guides port testing and connectivity checks to identify if remote services are actively accepting connections on specific ports.

Can I diagnose TLS certificate and HTTPS connection errors using CLI tools?

Yes, you can diagnose TLS certificate and HTTPS connection errors using curl and related CLI tools. This Skill handles TLS and certificate diagnostics for HTTPS, allowing you to verify secure connections and pinpoint handshake or certificate validation failures.

Does this network troubleshooting approach work on both Linux and Windows?

Yes, this network troubleshooting approach works on Linux, macOS, and Windows environments. It leverages common CLI tools like dig, nslookup, curl, ping, and nc to ensure consistent DNS and connectivity diagnostics across different operating systems.

How do I check firewall and proxy configurations when HTTP requests fail?

To check firewall and proxy configurations when HTTP requests fail, you test traffic routing and port accessibility using curl and nc. This Skill automates firewall, proxy, and DNS propagation checks to isolate whether network rules or misconfigured proxies are blocking traffic.