AI Agent Hub
Back to plugins
🧠

dsh-philosophy-terms

Memory Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-philosophy-terms

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

Run dsh plugin install uckkk/dsh-philosophy-terms in your terminal to install; the source code is available at https://github.com/uckkk/dsh-philosophy-terms

About this plugin

When drafting or debating philosophical texts, term definitions are often scattered across literature and hard to verify mid-conversation. dsh-philosophy-terms, a memory-category plugin for DeepSeek Harness, embeds a structured set of philosophy glossary entries locally so the model can retrieve them in-session without repeated external lookups.

It registers two tools: list_philosophy returns every glossary entry in one call for quick scanning, while get_philosophy looks up a specific entry by id or name to retrieve its full definition and commentary. The whole implementation is pure Node with all data bundled in the plugin, so it makes zero network requests and works perfectly offline or in security-sensitive environments.

The plugin suits developers writing lengthy philosophy-related prose, those doing terminology audit or conceptual disambiguation, and anyone who wants reliable term definitions anchored in a local, conversation-ready workflow.

Use Cases

  • Looking up standard term definitions while writing philosophy papers
  • Citing authoritative definitions during conceptual debates in conversation
  • Conducting terminology audits in offline environments

Best For

  • Researchers and writers specializing in philosophy
  • Developers needing terminology audits and conceptual disambiguation
  • AI application builders who prefer local offline workflows