AI Agent Hub
Back to plugins
🧰

dsh-markdown-toc

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-markdown-toc

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

Run dsh plugin install uckkk/dsh-markdown-toc in your DeepSeek Harness terminal to install the plugin; consider reviewing the source at https://github.com/uckkk/dsh-markdown-toc before installing.

About this plugin

Maintaining long Markdown documents often means hunting through scattered headings to hand-roll a table of contents with correct anchor links—a tedious, error-prone chore. dsh-markdown-toc removes that friction: invoke the tool it registers inside a dsh session, and it reads your heading structure and emits a fully linked TOC block ready to drop back into the document.

The entire plugin is written in plain Node with zero network calls and no dependency on external APIs or SaaS endpoints. It runs identically on an air-gapped notebook, an intranet build agent, or a CI sandbox, and the output is fully reproducible with no privacy risk.

It is a good fit for engineers who regularly polish READMEs, design docs, and API handbooks, especially those working in offline or internal-network environments where reaching out to a web-based Markdown service is not an option. Released under the MIT license with a transparent source you can review in minutes before installing.

Use Cases

  • Inserting an anchored table of contents into long-form READMEs or design docs
  • Generating TOCs for API handbooks on air-gapped or intranet machines
  • Auto-pending a directory section to release notes in a CI pipeline

Best For

  • Engineers maintaining large Markdown document bases
  • Users in offline or intranet environments without web Markdown services
  • Teams that value reproducibility and source transparency