DeepSeek Harness plugin

lunheng-article-pipeline-dsh

Multi-agent deep long-form article pipeline skill for DeepSeek Harness, running 7 roles across 5 phases with parallel literature/data/case retrieval, an evidence base, independent audit and human verification gates.

Jump to install

Source facts

Repository
zuoyunlai/lunheng-article-pipeline-dsh
Latest update
Aug 18, 2026
Category
Skills
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/zuoyunlai/lunheng-article-pipeline-dsh
GitHub: https://github.com/zuoyunlai/lunheng-article-pipeline-dsh
Plugin: lunheng-article-pipeline-dsh
Author: zuoyunlai
Install command: dsh plugin --profile web add github:zuoyunlai/lunheng-article-pipeline-dsh

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

论衡(lunheng-article-pipeline)— DSH bundle 插件

多 Agent 深度长文流水线技能包,DeepSeek Harness(dsh)bundle 插件版

把一篇深度文章/论文的生产拆成 7 个角色 + 5 个阶段(Phase 1 为 T1 文献∥T2 数据∥T6 案例 三检索员三方真并行、互不干涉,T6 任何量级必 spawn 含 0 条场景空卡协议),用 dsh subagent 子代理编排,产出有证据底座、反方论证、独立审计、人工核验节点的交付物。

> 版本:v2.1.8-dsh.1(DSH 适配版,对应正典 v2.1.8)。

安装(在目标机器上)

# 1) 装进 profile 的 node_modules
dsh plugin --profile web add lunheng-article-pipeline

# 2) 把 bundle 加入 profile 清单
#    $DSH_HOME/profiles/web/package.json
#    "dsh": { "profile": { "bundles": ["@deepseek-ai/dsh-base", "@deepseek-ai/dsh-web-app", "lunheng-article-pipeline"] } }

# 3) 重启 dsh web

安装后技能自动出现在会话的 skill 工具目录,无需手动复制到技能根。

内容

  • skills/lunheng-article-pipeline/ — 技能本体(SKILL.md + AGENTS.md + SOUL.md + references/:7 张角色卡 + 4 个模板 + 运行手册)
  • cordis.patch.yml — bundle 补丁:注册指向包内 skills/ 的 filesystem 技能提供者

按角色分模型(可选)

默认所有角色继承会话模型。若要按角色指派不同模型(检索用便宜快模型,分析/写作/审计用强模型),用随包附带的「分档预设」:

工具角色默认模型环境变量
subagent_retrievalT1 文献 / T2 数据 / T6 案例deepseek-v4-flashLUNHENG_RETRIEVAL_MODEL
subagent_strongT3 分析 / T4 写作deepseek-v4-proLUNHENG_STRONG_MODEL
subagent_auditT5 审计deepseek-v4-proLUNHENG_AUDIT_MODEL
# 1) 复制预设到用户预设根
cp -r examples/preset "$DSH_HOME/.agent-presets/lunheng"

# 2) 新会话在预设选择器里选「论衡分档」

# 3) 换模型:设环境变量后重启 dsh(模型挂载期求值一次)
export LUNHENG_AUDIT_MODEL=claude-opus-5
dsh web

不装预设也没关系——技能会回退到 subagent,所有角色继承会话模型。详见 examples/preset/README.mddocs/installation.md

验证

dsh --profile web --dump-config   # 应能看到 skill-filesystem-lunheng 行
# 新开会话后,skill 工具目录应列出 lunheng-article-pipeline

发布

npm login     # 首次需登录
npm publish   # 或 npm publish --access public

文档

  • docs/installation.md — 安装与验证
  • docs/usage.md — 使用流程(五阶段 + 产物结构)
  • docs/architecture.md — 架构(7 角色 + 三角验证 + G0-G11 审计)
  • docs/introduction.md — 插件介绍
  • docs/faq.md — 常见问题
  • CHANGELOG.md — 版本历史
  • CONTRIBUTING.md — 维护与同步指南

许可

MIT,见 LICENSE