AI Agent Hub
Back to plugins
🧰

dsh-dev-http-tools

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-dev-http-tools

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

Run dsh plugin install uckkk/dsh-dev-http-tools in DeepSeek Harness to install this plugin; the full source code is available at https://github.com/uckkk/dsh-dev-http-tools .

About this plugin

When you are writing code, drafting docs, or mapping out a tech stack, you often need to pull up a web-technology entry or scan the full list without opening yet another browser tab. dsh-dev-http-tools brings that lookup directly into your conversation session and removes every step in between.

The plugin registers two tools: list_webtech returns every available web-technology entry so you can build a quick overview, while get_webtech fetches the full details of a single entry by its id or name. The entire implementation is pure Node.js with no outbound network calls, no proxy, no API key, and no external dependency to juggle - install it and the tools are ready to call.

Whether you are a developer who references web-tech entries repeatedly during a session, a technical writer who needs structured data on demand, or a learner building a mental map of the ecosystem, this zero-network-dependency utility keeps information retrieval fast and frictionless.

Use Cases

  • Scanning all web-technology entries within a conversation session
  • Looking up a specific web-tech entry by name or id
  • Browsing local tech entries without an internet connection

Best For

  • Developers who reference web-tech entries frequently
  • Technical writers needing structured tech data on demand
  • Learners mapping out the web-technology landscape