amphilagus/dsh-literature1

@amphilagus/dsh-literature

Out-of-tree DSH bundle for scientific literature search: a Crossref + local SQLite FTS search engine, agent-facing literature tools, and literature-database management under $DSH_HOME/data/literature

包名
@amphilagus/dsh-literature
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:amphilagus/dsh-literature

常用配置

文献插件配置写在 preset 那次重新挂载 上(host 空壳的 enabled: false 行改 mailto 不会传到本 agent)。编辑:

~/.dsh/.agent-presets/literature-tracking-assistant/agent.cordis.yml

- id: literature-search
  name: '@amphilagus/dsh-literature'
  config:
    enabled: true
    mailto: you@example.com    # Crossref polite pool,建议填
    # dbPath: ~/custom/literature.db
    # cacheRemote: true
默认含义
enabledhost 上 false;本 preset 必须 true主开关
mailtoCrossref 礼貌池邮箱
dbPath$DSH_HOME/data/literature/literature.dbSQLite 路径(缓存 + 新库 + 方案)
cacheRemotetrue是否把远程命中写入搜索缓存(不是新库)
sciJournalsPath包内 data/sci_journals.dbSCI 目录路径

改完 preset 文件后新开的会话才会用新组合;已在跑的会话保持启动时那一版。