AI Agent Hub
Back to plugins
🧰

dsh-dns

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-dns

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-dns in your DeepSeek Harness session to install this plugin; you may review the full source at https://github.com/uckkk/dsh-dns before installing.

About this plugin

When you need to look up DNS records for a domain during an AI conversation but want to avoid relying on external APIs or third-party online services, dsh-dns offers a fully local, lightweight solution.

The entire plugin is built on Node.js and makes zero network requests during operation. No external DNS service is called; all resolution logic runs on your machine. Once installed, it registers a set of callable tools into the dsh session, so you can simply trigger a lookup in natural language and get results without writing scripts or switching to a terminal.

It is a good fit if you need domain resolution in privacy-sensitive or offline environments, or if you just want to grab DNS info for a domain in a single conversational turn. Licensed under MIT, the source is short and easy to audit.

Use Cases

  • Quickly look up domain resolution records in chat
  • Resolve domain names in offline environments
  • Check DNS info while troubleshooting network config

Best For

  • Developers who need DNS lookups in chat sessions
  • Privacy-conscious users who avoid external services
  • Ops engineers troubleshooting network issues