AI Agent Hub
Back to plugins
🧠

dsh-literature-terms

Memory Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-literature-terms

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

Run dsh plugin install uckkk/dsh-literature-terms inside DeepSeek Harness to install the plugin; source code is available at https://github.com/uckkk/dsh-literature-terms .

About this plugin

In literary criticism, textual analysis, or academic writing we often need to pull up a precise definition, theoretical context, or canonical example of a term at a moment's notice. General-purpose chat models tend to be vague or even conflate concepts, leaving us without a reliable local knowledge layer to lean on repeatedly.

dsh-literature-terms fills that gap. It registers a small set of literature-terms entries into the session as a memory plugin, exposing just two tools: list_literature to browse every entry, and get_literature to look one up by id or name. The entire implementation is pure Node with zero network calls, so all reads and writes happen locally, preserving offline usability and keeping sensitive data on your machine.

It is aimed at literary scholars, creative writers, language-education practitioners, and any developer who needs exact term definitions to be quoted verbatim over long conversations. Once installed, the entries simply sit quietly in the session context, ready to be fetched whenever you need them.

Use Cases

  • Quickly look up an exact formulation of a literary concept while drafting or reviewing
  • Repeatedly cite the same set of terms across a long conversation without redefining them
  • Retrieve term entries reliably in a fully offline environment

Best For

  • Literary scholars and university instructors
  • Creative writers and editors
  • Developers who prefer to curate a local glossary of terms