Bundle
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 (research skills).
- Source
- literaf
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 13 days ago
Readme
<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 | [中文](README_CN.md)
[](https://www.npmjs.com/package/dsh-academy) 
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.
```sh
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
```yaml
- 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`](https://github.com/literaf/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`](https://github.com/literaf/dsh-research) — the research skill pack (peer review, introductions, formatting, reference audit).
- [`dsh-slides`](https://github.com/literaf/dsh-slides) — writes a talk to a self-contained HTML deck, plus `.pptx` when someone else has to open it.
## License
MIT
Install
dsh plugin --profile web add github:literaf/dsh-academy
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-academy from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.