dsh-philosophy-terms
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
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.