DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Resume Expert — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

dsh-resume-expert

Resume Expert

Resume Expert Plugin × DeepSeek Harness Adapter Layer (Phase 1: Tool Integration)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:wmw343/dsh-resume-expert#85f47cf1b224a0d3a05414f47a829dbb861f170d
READMECompatibilityVersions

Compatibility and provenance

Resume Expert is published as dsh-resume-expert and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/18/2026

Versions

1.0.0stable
9/18/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).Chat Importdsh-chat-importImport conversation history from 25+ AI coding agents into DeepSeek Harness as resumable sessions — tool calls, reasoning and results kept intact, with reverse export and sync. | 把 25+ AI 编程 Agent 的聊天记录导入 DeepSeek Harness 继续对话,保留工具调用、推理与结果,支持反向导出与同步。

README

dsh-resume-expert · 简历专家插件(DSH 版)

引导式简历生成插件:用户说一句"帮我做份简历",插件先诊断、再一轮一轮引导补齐,最终产出可直接投递的单页 A4 PDF。

已在两个宿主实跑验证:自研 Demo 宿主 + DeepSeek Harness 0.1.5。459 项自动化验收。

安装

需要 DeepSeek Harness ≥ 0.1.5 与 Node.js ≥ 22。

dsh plugin --profile web add github:wmw343/dsh-resume-expert

设置环境变量 DEEPSEEK_API_KEY(模型调用由插件适配层直连 DeepSeek API,密钥不出宿主环境):

# 写入 DSH 主目录的 .env
Add-Content "$env:USERPROFILE\.dsh\.env" "DEEPSEEK_API_KEY=sk-你的Key"

启动 dsh web,在会话里直接说 "帮我做一份简历,我是××专业应届生,会××和××"。

工作方式

用户在对话里自然表达,Agent 自主调用 6 个工具完成四阶段:

工具阶段作用
resume_intake首轮诊断一句模糊需求 → 第一版文字稿 + 待补充清单 + 追问
resume_refine迭代补全多轮吸收用户补充(姓名/教育/实习/项目/技能)
resume_compose成稿整合成可直接投递的定稿(删除占位、只留有信息量的内容)
resume_export导出A4 排版直出 PDF(本机无 Chrome 时降级为可打印 HTML)
resume_set_photo证件照本机图片 → 简历右上角
resume_tailorJD 定制按目标岗位 JD 重写简历

简历质量规则内建:量化句式(手段在前、结果在后,"从 A 到 B"式表达)、关键数字加粗、技能分组、关键指标置顶(≤3 条)、城市分主次、手机号 3-4-4。

架构

DSH Agent ──工具调用──► 适配层(本包 src/adapter.ts)
                          │ 实现宿主契约:llm / auth / storage / telemetry / config / logger (+render)
                          ▼
                    简历专家插件核心(src/plugin/,框架无关、零依赖)
                          │ llm 调用直连 DeepSeek API(OpenAI 兼容)
                          ▼
                    A4 HTML ──Chrome CDP──► PDF

三条边界(可直接写进安全评审):

  • 插件不持密钥:模型凭证在适配层(宿主侧),接入方可对接自己的模型网关
  • 插件不落库、不外联:会话状态经宿主 storage 存取
  • 出入参全部可 JSON 序列化:为 iframe / 子进程隔离留路

验收

459 项自动化验收:内核 192(类型/渲染/合并/边界)+ 真实模型 70 + 端到端 37 + 真实浏览器 72 + 集成 58 + 启动器 30。导出 PDF 经 pypdf 实体解析验收(页数/纸张/结构/无占位残留)。

License

MIT —— 见 LICENSE。