AI Agent Hub
Back to plugins
🧰

dsh-ip-live

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-ip-live

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

Run dsh plugin install uckkk/dsh-ip-live in your DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/uckkk/dsh-ip-live .

About this plugin

During routine ops, security triage, or network debugging, you often need a quick answer to a small question: given a public IP address, which city and ISP does it belong to? The usual workflow-leaving your terminal, opening a browser, searching, and copying the result back-breaks your focus and slows you down. dsh-ip-live is built for exactly this moment. Call the ip_live tool inside your session and it fetches the latest geolocation data online, returning the result instantly without pulling you out of the conversation.

The design philosophy is deliberately minimal: pure Node.js with zero additional runtime dependencies, so the plugin stays lightweight and trivially easy to drop into any project. At the same time, every query hits a live data source rather than a locally cached or static mapping table, ensuring the city and carrier information you see reflects the most recent IP registry changes and avoids decisions based on stale records.

Who is it for? If you regularly triage production incidents, analyze access logs, or simply need to sanity-check a client IP origin while chatting with an assistant, keeping this tool in your session toolkit means one quick call replaces a full context switch to a browser tab.

Use Cases

  • Quickly confirm the city and ISP of a public IP during incident triage
  • Verify the origin of suspicious IPs when analyzing access logs
  • Look up IP geolocation on the fly without switching to a browser tab

Best For

  • Ops engineers who regularly handle production incidents and access log analysis
  • Security engineers verifying IP origins during security triage
  • Developers who want to query network info in-session to reduce context switches