literaf/dsh-research0

dsh-research

AI4Scholar 科研包:提供论文评审、引言写作、学术格式化、文献审计等研究技能,以及文献优先的工作流引导。

AI 分析

核心用途是辅助学术论文的撰写、评审与格式规范。适合需要润色引言、审计参考文献一致性及进行模拟审稿的科研人员。

套件
dsh-research
版本
0.2.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:literaf/dsh-research

Configuration

The bundle inserts one row (id: research-pack). Override it from your profile's cordis.patch.yml (a patch replaces the whole config, so restate every key you keep):

- id: research-pack
  config:
    skills: true                  # register the bundled skills
    skillNames: []                # register only these; empty means all
    promptGuidance: true          # register the workflow section
    promptOrder: 140
    workspaceConventions: true    # state the workspace layout in the guidance
    papersDir: papers/
    bibliographyFile: references.bib
    notesDir: notes/
    language: zh                  # zh | en — guidance and skill catalog copy

Language

language selects the language of the workflow section and of each skill's catalog entry. The skill bodies stay Chinese in both settings — they are AI4Scholar's originals, kept verbatim so they stay in sync with their published source. Under language: en the guidance says so explicitly and tells the model to carry the procedure out but report back in the language the user is writing in.