AI Agent Hub
Back to plugins
🧰

dsh-html-to-markdown

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-html-to-markdown

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

Run dsh plugin install uckkk/dsh-html-to-markdown in the DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-html-to-markdown

About this plugin

Web pages are wrapped in layers of nested tags and inline styles, making them awkward to read or reuse directly. dsh-html-to-markdown collapses that process into a single tool call: hand it an HTML string and get back clean, well-structured Markdown—no manual tag stripping or reformatting needed.

The entire conversion runs locally in pure Node with zero network requests and zero external service dependencies. Simply invoke the tool the plugin registers in a session, and common HTML structures—headings, lists, code blocks, links—are correctly mapped to their Markdown equivalents, ready to use as-is.

It is well suited for developers who need to extract structured text from static pages, email bodies, or HTML fragments returned by APIs, as well as for security-sensitive workflows where every step must stay offline and data never leaves the machine.

Use Cases

  • Convert HTML fragments returned by APIs into Markdown for docs or notes
  • Extract structured text from static pages and strip redundant markup
  • Convert HTML email bodies into editable Markdown in a fully offline environment

Best For

  • Developers who need to quickly extract text content from HTML
  • Teams that require all processing to stay local with no data leaving the machine
  • Engineers building automated note or documentation pipelines