AI Agent Hub
Back to plugins
🖥️

dsh-word-frequency

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-word-frequency

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

In DeepSeek Harness, run dsh plugin install uckkk/dsh-word-frequency to install this plugin (source: https://github.com/uckkk/dsh-word-frequency).

About this plugin

Word frequency analysis is a small but recurring task in everyday text work—whether you are surfacing key terms in meeting notes, spotting repeated jargon in a document, or gathering vocabulary-level insights before drafting content. dsh-word-frequency plugs this capability directly into a DSH session, so you can run a quick frequency pass without ever leaving the conversation.

The plugin is implemented in pure Node.js and runs entirely on your machine. It makes no network requests and has no dependency on any external service, which keeps all of your text local by design. That makes it a natural fit for privacy-sensitive workflows, air-gapped environments, or simply situations where you would rather not send your data to a cloud API.

If you need a lightweight, auditable word-frequency tool that stays out of the way—no heavyweight NLP stack, no network dependency—dsh-word-frequency is a clean, transparent option to keep in your DSH profile for whenever a quick frequency check is all you need.

Use Cases

  • Running a quick frequency pass over a meeting transcript inside a DSH session
  • Performing vocabulary analysis in an air-gapped or intranet environment with zero external calls
  • Checking word distribution in a draft before finalizing a document

Best For

  • Content editors and analysts who need instant keyword extraction inside a session
  • Developers in privacy-sensitive or offline environments who cannot call cloud APIs
  • Engineers who prefer a lightweight pure-Node tool over a heavyweight NLP stack