DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Academic Research Skills — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
A

dsh-academic-research-skills

Academic Research Skills

适用于 DeepSeek Harness 的 Academic Research Skills (ARS):包含 4 项研究/写作/审阅技能(deep-research、academic-paper、academic-paper-reviewer、academic-pipeline)以及 16 个 /ars-* 命令,移植自 ARS Claude Code plugin(上游:Imbad0202/academic-research-skills,CC-BY-NC-4.0)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:nullptr-DZF/dsh-academic-research-skills#fdf8f06c383933379b0ff57bcb466aeb924a0b46
README兼容性版本

兼容性与来源证明

Academic Research Skills 以 dsh-academic-research-skills 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/26

版本

0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
CC-BY-NC-4.0
发布源
github
GitHub
★ 7
周下载
0
最近提交
2026/8/27
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 search-research 分类下经过校验的插件。

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。

README

dsh-academic-research-skills

English · 中文

DeepSeek Harness(DSH)插件:把 Claude Code 的 Academic Research Skills (ARS) (v3.21.1,CC-BY-NC-4.0)移植为 DSH 技能。

安装后自动获得:

  • 4 个模型可调用技能:deep-research(13-agent 调研团队,8 种模式)、 academic-paper(12-agent 论文写作,11 种模式)、academic-paper-reviewer (5 席位同行评审面板)、academic-pipeline(10 阶段全流水线编排)
  • 16 个用户可调用命令:/ars-full、/ars-plan、/ars-reviewer、 /ars-lit-review、/ars-abstract、/ars-revision、/ars-outline、 /ars-citation-check、/ars-disclosure、/ars-format-convert、 /ars-rebuttal-audit、/ars-revision-coach、/ars-cache-invalidate、 /ars-mark-read、/ars-unmark-read、/ars-3w

署名 / Attribution:本项目为 ARS 的 DSH 移植,技能内容与命令衍生自 Cheng-I Wu(Imbad0202)的 academic-research-skills, 全部内容(含移植层)遵循 CC-BY-NC-4.0(非商业用途),详见 NOTICE.md 与 LICENSE。

安装

要求:DeepSeek Harness(dsh)0.1.x,pnpm 可用。

# 方式一:GitHub 仓库(公开后可用)
dsh plugin --profile web add github:nullptr-DZF/dsh-academic-research-skills

# 方式二:本地路径(开发调试)
dsh plugin --profile web add <本仓库绝对路径>

# 重启 dsh web 后生效(技能目录会自动出现)

安装后 dsh.profile.bundles 会追加 dsh-academic-research-skills,启动时 lib/startup.js 把 20 个技能注册进 ctx.skills。

使用

用法操作
模型自动路由直接说“做学术研究 / 文献综述 / 帮我审稿 / 写论文”等(技能描述带触发词)
技能注入输入 /deep-research、/academic-pipeline 等技能名
斜杠命令输入 /ars-full(全流程)、/ars-reviewer(审稿)、/ars-plan(规划)等

与上游的差异

  • hooks 不移植:上游 hooks/hooks.json(写保护 guard、SessionStart 播报) 是 Claude Code 专属;DSH 无 hook 系统,写保护由 DSH 自身文件沙箱承担。
  • 确定性脚本需上游仓库:引用核验 gate 等 scripts/*.py 不在本包内; 需要时 clone 上游仓库并按其 README 安装 Python 依赖(pypdf 等)。
  • 子代理:上游 39 个提示角色默认内联运行;3 个插件级 agent 文件随技能包 分发,需要时可把其内容作为 subagent 工具的 prompt 使用。

重新生成命令包装

commands/ 由上游 commands/ars-*.md 转换而来(加入 disable-model-invocation: true + user-invocable: true):

node scripts/regenerate-commands.mjs <上游仓库路径>

English

A DeepSeek Harness plugin port of Claude Code's Academic Research Skills (ARS) (v3.21.1, CC-BY-NC-4.0).

Provides, out of the box:

  • 4 model-invocable skills: deep-research, academic-paper, academic-paper-reviewer, academic-pipeline
  • 16 user-invocable commands: /ars-full, /ars-plan, /ars-reviewer, /ars-lit-review, /ars-abstract, /ars-revision, /ars-outline, /ars-citation-check, /ars-disclosure, /ars-format-convert, /ars-rebuttal-audit, /ars-revision-coach, /ars-cache-invalidate, /ars-mark-read, /ars-unmark-read, /ars-3w

Attribution: this is a DSH port of ARS; skill content and commands are derived from Cheng-I Wu's academic-research-skills. Everything in this repo (including the porting layer) is licensed CC-BY-NC-4.0 — non-commercial use only. See NOTICE.md and LICENSE.

Install

Requires DeepSeek Harness 0.1.x and pnpm.

dsh plugin --profile web add github:nullptr-DZF/dsh-academic-research-skills
# or from a local checkout:
dsh plugin --profile web add /path/to/this/repo
# restart `dsh web`; the skills then appear in the session catalog

The bundle patch mounts lib/startup.js, which registers the 20 skills into ctx.skills at boot.

Differences from upstream

  • Hooks are not ported: upstream hooks/ are Claude Code specific; DSH has no hook system (write protection is DSH's file sandbox).
  • Deterministic scripts live upstream: scripts/*.py (citation verification gate, etc.) are not bundled; clone the upstream repo if you need them.
  • Subagents: the 39 prompt roles run inline by default; the 3 plugin-level agent files ship with the skill bundles and can be used as subagent prompts.

Regenerating command wrappers

commands/ is generated from upstream commands/ars-*.md:

node scripts/regenerate-commands.mjs <upstream-checkout-path>