literaf / dsh-academy

已收录

Academic mode for DeepSeek Harness (dsh): research persona, anti-fabrication rules for citations and data, bilingual conventions · DSH 学术模式

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:literaf/dsh-academy

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 0c6da51同步于 2026年8月18日

AI4Scholar

dsh-academy

Academic mode for DeepSeek Harness

English | 中文

npm 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

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
TypeScript
许可证
MIT
最后更新
2026年8月17日 10:15

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。