@f1star/dsh-research
A DeepSeek Harness bundle for local PDF reading, durable paper records, traceable evidence, and cross-paper synthesis.
AI Analysis
核心用途是辅助学术研究,支持本地 PDF 解析与跨文献综合分析。适合科研人员或需要处理大量学术论文的用户。必要条件是需安装在包含基础和 Web 服务的 profile 中。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:F1star/dsh-researchREADME
Read the full README ↗Configuration
The bundle defaults live in cordis.patch.yml. A profile's own cordis.patch.yml is applied later and can override a row by id. A row override replaces its complete config value rather than merging individual keys, so retain parserProvider: pdfjs when overriding f1star-research-document unless another registered parser is intentional.
For a custom profile, compose the bundles in this order:
@deepseek-ai/dsh-base@deepseek-ai/dsh-web-app@f1star/dsh-research
Installing this bundle into a custom profile that contains only the base bundle fails because the filesystem, tool, system-prompt, and durable-storage services supplied by the Web layer are absent.