DeepSeek Harness plugin

dsh-academy

Academic mode for DeepSeek Harness (dsh): a research persona, anti-fabrication rules for citations and data, and bilingual conventions. Pairs with dsh-ai4scholar (literature tools) and dsh-research

Jump to install

Source facts

Repository
literaf/dsh-academy
Latest update
Aug 17, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/literaf/dsh-academy
Plugin: dsh-academy
Author: literaf

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

<p align="center"><a href="https://ai4scholar.net?src=dsh"><img src="https://raw.githubusercontent.com/literaf/dsh-ai4scholar/main/docs/logo.svg" width="110" alt="AI4Scholar"></a></p> <p align="center"><strong>dsh-academy</strong></p>

Academic mode for DeepSeek Harness

English | 中文

![npm](https://www.npmjs.com/package/dsh-academy) !license

One small plugin that changes how the agent behaves on scholarly work: a research persona, the anti-fabrication rules that matter most in academic writing, and bilingual conventions.

It registers no tools and no skills — capabilities belong to other plugins. This is the behaviour layer that makes them read like a research assistant.

dsh plugin --profile web add dsh-academy
dsh web

What it adds to the system prompt

Research persona — the reader is a researcher who needs something that survives peer review, not a paragraph that sounds right.

Academic-integrity rules — never invent papers, authors, years, journals, DOIs or citation counts; never invent data; separate what came from the literature from what is your inference; make every citation checkable; leave judgement calls to the researcher.

Language conventions — answer in the user's language, keep titles, journal names and terminology in the original, follow Chinese academic phrasing when writing Chinese.

Configuration

- id: academy
  config:
    persona: true
    integrity: true
    language: true
    field: ""          # e.g. 分子生物学 — named in the persona
    personaOrder: 0    # the deployment-persona slot
    rulesOrder: 120

Works well with

  • dsh-ai4scholar — 38 literature tools (Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, DOI full text, auto-cite, figures). The integrity rules are only enforceable when the agent can actually look papers up.
  • dsh-research — the research skill pack (peer review, introductions, formatting, reference audit).
  • dsh-slides — writes a talk to a self-contained HTML deck, plus .pptx when someone else has to open it.

License

MIT