AI Agent Hub
Back to plugins
🧰

dsh-reading-time

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-reading-time

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

Run dsh plugin install uckkk/dsh-reading-time in DeepSeek Harness (source: https://github.com/uckkk/dsh-reading-time) to add the plugin and invoke its tool in-session.

About this plugin

When working with long-form text in a DeepSeek session, quickly gauging content length and expected reading time is a common need that manual estimation handles poorly.

dsh-reading-time is a pure-Node reading-time estimator with zero network calls and no extra runtime dependencies. Once installed, you simply invoke its registered tool in-session to get a result.

It suits users who frequently ask DeepSeek to summarize, translate, or rewrite lengthy documents, as well as developers who need reading-time labels in automated workflows.

Use Cases

  • Gauge expected reading length before asking DeepSeek to summarize or rewrite a long document
  • Annotate reading cost for each item when batch-processing a text corpus
  • Estimate browsing duration for any paragraph or document on the fly in-session

Best For

  • Non-technical users who regularly feed long documents to DeepSeek
  • Developers who need a reading-duration field in automated pipelines
  • Plugin users who prefer lightweight, zero-network tools