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.

Agent Skills Cn — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

agent-skills-cn

Agent Skills Cn

Bilingual (EN/CN) agent skills: email deliverability audit, competitor recon, resume localization CN-to-EN, and a delivery checklist — battle-tested domain workflows packaged as open SKILL.md files, portable across Claude Code, DSH, Hermes, and Codex.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/agent-skills-cn#81e5bd85b8025c3f375bf6714170255deb506dfa
READMECompatibilityVersions

Compatibility and provenance

Agent Skills Cn is published as agent-skills-cn and currently resolves to version 0.2.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/14/2026

Versions

0.2.0stable
9/14/2026
Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/21/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

README

agent-skills-cn

中英双语 Agent Skills —— 把实战打磨过的领域工作流做成开源 SKILL.md,Claude Code / DSH / Hermes / Codex 通用。

Bilingual (EN/CN) Agent Skills: battle-tested domain workflows packaged as open SKILL.md files, portable across Claude Code, DSH, Hermes, and Codex.

Why / 为什么

Skill 经济正在爆发(archify 60.9k⭐、humanizer 47.7k⭐),但现有中文生态全是工具/桥接类 —— 领域工作流知识型 skill 是空白。本项目把真实工作里反复验证过的工作流,按爆款 skill 的写法标准(正向表述、可判定完成标准、理念先行)做成中英双语 skill:正文英文(agent 消费、最大化受众),description 内嵌中文触发词,README 双语。

The skill economy is booming, but the Chinese-language ecosystem is all tooling and bridges — domain-workflow knowledge skills are missing. We package workflows that survived real use, written to the quality bar of top skills: positive phrasing, verifiable completion criteria, rationale first.

Skills

email-deliverability-audit

B2B 邮件列表可发送性审计:格式 → 死域 → MX → 占位符四道闸,逐地址判定 sendable / risky / dead,批量 CSV 进 CSV 出,绝不编造通过。 Audit a B2B email list through four sequential gates (format, dead domain, MX, placeholder/role) classifying every address as sendable, risky, or dead — with a hard integrity rule: every verdict traces to a check that actually ran.

# Claude Code
git clone https://github.com/<you>/agent-skills-cn && cp -r agent-skills-cn/skills/email-deliverability-audit ~/.claude/skills/
# Hermes
cp -r skills/email-deliverability-audit ~/.hermes/skills/

competitor-recon

动手做功能前先跑的竞品侦察:枚举 3-6 个竞品 → 逐个提取功能/定价/定位/真实用户抱怨 → 抱怨聚类出差异化机会 → 对比表 + 值得抄 + 不值得做,每个功能灵感必须有真实抱怨佐证。 Competitor recon before you build: enumerate 3-6 competitors, extract features/pricing/positioning/user complaints (reviews beat marketing), cluster complaints into differentiation opportunities, and deliver a comparison table plus copy-worthy and skip lists — every feature idea backed by a cited user complaint.

git clone https://github.com/<you>/agent-skills-cn && cp -r agent-skills-cn/skills/competitor-recon ~/.claude/skills/

resume-localize-cn2en

中文简历 → 英文技术岗简历:淡化服务行业经历(有更强素材时整段删除)、删除人口统计学字段,职责改写为量化成果,语气诚恳平淡,拼写统一(AU 或 US),ATS 友好无表格。 Localize a Chinese resume into an English technical CV: demote service-industry stints (cut them entirely when stronger material exists), strip demographic fields, convert duties into quantified outcomes, keep the tone plain and honest, unify to one spelling variant, keep it ATS-parsable.

git clone https://github.com/<you>/agent-skills-cn && cp -r agent-skills-cn/skills/resume-localize-cn2en ~/.claude/skills/

delivery-checklist

交付物发出前核对清单:只留收件人真正要用的列、表头用收件人的语言、实开文件核对行数与去重计数、已发批次入台账、文件进既定交付目录、候选数与可发送数分开报。 Pre-send verification for deliverables: keep only the columns the recipient acts on with headers in their language, open the real file to verify row/dedup counts, log sent batches in a ledger, keep files in the agreed delivery directory, and report candidate vs sendable counts as different numbers.

git clone https://github.com/<you>/agent-skills-cn && cp -r agent-skills-cn/skills/delivery-checklist ~/.claude/skills/

Install / 安装

PlatformMethod
Claude Codecp -r skills/<name> ~/.claude/skills/
DSH复制到 DSH 的 skills 目录(或按其插件规范打包)
Hermescp -r skills/<name> ~/.hermes/skills/
Codex参考 .claude-plugin/ 打包后按 Codex 插件机制安装

每个 skill 独立可用,互不依赖。Each skill is standalone — no cross-dependencies.

Status / 状态

v0.2.0 — 4 个 skill 全部在 Hermes 真实场景实测通过(邮箱四道闸 DNS 实测 6 样本全对、竞品调研产出带源链接对比表、简历本地化完整走 5 步、交付核对实抓出 185 个表内重复行),并按实测结果修订。License: MIT。

v0.2.0 — all four skills live-tested in real scenarios (DNS-verified email audits, a sourced competitor recon, a full resume localization run, a delivery audit that caught 185 duplicate rows) and revised from the findings. License: MIT.