跳到正文

PerryLink/dsh-plugin-guide

30最近提交 2026年8月15日

dsh-plugin-guide DSH 插件

该仓库提供了构建 DeepSeek Harness 插件的完整知识库,包括官方文档、社区深度分析和实战陷阱。它被打包为 DSH bundle,在每次会话中按需注册 `dsh-plugin-guide` agent skill。

如何安装 dsh-plugin-guide DSH 插件

dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>

来源命令需要人工核对。复制不会执行命令。

dsh-plugin-guide DSH 插件数据来源

dsh-plugin-guide DSH 插件快照日期:2026年8月16日

discovered

dsh-plugin-guide DSH 插件能做什么

  • 可作为 DSH 插件安装,注册一个知识库 agent skill
  • 包含官方 DSH 文档(215页,中英文)的逐字副本
  • 覆盖 114 个社区仓库,其中 15 个进行了深度分析
  • 记录 20 多个真实陷阱,附带根因和修复方法
  • 提供 5 种语言的快速参考速查表
  • 支持自动同步脚本,保持文档和主题快照最新

dsh-plugin-guide DSH 插件适合哪些场景

  • 从零开始学习 DSH 插件开发,使用 10 章完整指南
  • 快速查阅插件 API、事件和配置(来自官方文档)
  • 通过精选的陷阱集避免常见错误
  • 发现社区模板、脚手架和 SDK,加速开发
  • 在开发过程中使用 agent skill 提问并获得指导

dsh-plugin-guide DSH 插件适合谁

  • 需要综合参考和基于技能引导的 DSH 插件开发者
  • 希望扩展 DeepSeek Harness 平台的深度用户

dsh-plugin-guide DSH 插件的限制

  • 社区维护,非 DeepSeek 官方产品
  • DeepSeek Harness 处于开发者预览版,可能包含破坏性变更
  • 需要可用的 DSH 环境(`dsh` CLI)
  • 可选 peer 依赖 `@deepseek-ai/dsh@0.1.0-rc.6`,与其他版本的兼容性未保证

dsh-plugin-guide DSH 插件的仓库 README 摘录

以下文字摘自 dsh-plugin-guide DSH 插件的上游仓库 PerryLink/dsh-plugin-guide 的 README,版权归原作者,仅作引用。

**Everything you need to build [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugins.** Official docs archive · Cordis primer · community deep-dives · battle-tested pitfalls · agent skill [English](README.md) · [中文](README.zh-CN.md) · [Español](README.es.md) · [Português](README.pt.md) · [हिन्दी](README.hi.md) [![GitHub stars](https://img.shields.io/github/stars/PerryLink/dsh-plugin-guide?style=for-the-badge&color=yellow&label=%E2%AD%90%20Stars)](https://github.com/PerryLink/dsh-plugin-guide/stargazers) [![GitHub forks](https://img.shields.io/github/forks/PerryLink/dsh-plugin-guide?style=for-the-badge&color=blue&label=Forks)](https://github.com/PerryLink/dsh-plugin-guide/network/members) [![verify-kit CI](https://img.shields.io/github/actions/workflow/status/PerryLink/dsh-plugin-guide/verify.yml?branch=main&style=for-the-badge&label=CI)](https://github.com/PerryLink/dsh-plugin-guide/actions/workflows/verify.yml) [![npm version](https://img.shields.io/npm/v/dsh-plugin-guide?style=for-the-badge&label=npm)](https://www.npmjs.com/package/dsh-plugin-guide) [![npm downloads](https://img.shields.io/npm/dm/dsh-plugin-guide?style=for-the-badge&label=downloads)](http

阅读完整 README仓库许可: Apache-2.0

dsh-plugin-guide DSH 插件常见问题

如何将 dsh-plugin-guide 安装为 DSH 插件?

你可以从 git 仓库通过 `dsh plugin --profile <profile> add github:PerryLink/dsh-plugin-guide#<sha>` 安装,或者先用 `pnpm pack` 打包成 tarball,然后运行 `dsh plugin --profile <profile> add ./dsh-plugin-guide-<version>.tgz`。安装后用 `dsh --profile <profile> --dump-config` 验证,查找 `dsh-plugin-guide` 层即可。

这个插件包含哪些内容?

插件包含完整的 10 章插件开发指南、一页快速参考速查表、官方 DSH 文档的逐字副本(215 页)、114 个社区仓库的分析、20 多个实战陷阱以及精选资源链接。它还注册了一个名为 `dsh-plugin-guide` 的 agent skill,你可以在会话中调用它。

这是 DeepSeek 的官方产品吗?

不是,它由 PerryLink 社区维护,并非 DeepSeek 官方产品。它基于 DeepSeek Harness,而 DeepSeek Harness 处于开发者预览阶段,可能会有破坏性变更。`references/official-docs/` 文件夹中的官方文档是权威来源。

如何更新插件到最新内容?

你可以重新拉取 git 仓库并重新安装插件。README 还提供了同步脚本,如 `scripts/sync-official-docs.ps1` 和 `scripts/download-community-repos.ps1`,用于刷新本地副本。CI 会在每次推送时运行 `verify-kit` 以确保内容新鲜。

我可以不使用 DSH,仅作为普通 agent skill 使用这个插件吗?

该插件设计为在 DSH 内安装。但 README 也描述了通过 PowerShell 脚本(`scripts/install-skill.ps1`)将其复制为普通 agent skill 的方法。你可以把它放在 agent 的技能目录中,然后让 agent 使用 `dsh-plugin-guide` 技能。