dsh-literature-terms
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
Related Plugins
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.