F1star/dsh-research0

@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 中。

Package
@f1star/dsh-research
Version
0.1.0
License
MIT
Last updated
Sep 3, 2026

Install

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

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:

  1. @deepseek-ai/dsh-base
  2. @deepseek-ai/dsh-web-app
  3. @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.