DeepSeek Harness 插件

dshwiki-plugin

DSH Wiki 情报面板:在 dsh 侧边栏直接查看 DeepSeek Harness 插件精选、排行榜与大事记(数据来自 dshwiki.com)(英文原文)

跳到安装方式

来源信息

GitHub 仓库
ai798-Lab/dshwiki-plugin
最近更新
2026年8月18日
分类
文档与渲染
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/ai798-Lab/dshwiki-plugin
插件名:dshwiki-plugin
作者:ai798-Lab

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

DSH Wiki

在 dsh 侧边栏里放一个精选插件库:12 个值得装的 DeepSeek Harness 插件,安装命令一键复制,八种语言随时切换,不用离开工作界面。

数据来自 dshwiki.com,面板每次打开都拉最新的,站点更新了插件不用升级。

[English](#english) | 简体中文

!面板截图

安装

dsh plugin --profile web add dshwiki-plugin

装完重启 dsh web,侧边栏底部会多一个 DSH Wiki,点开就是插件库。

也可以绕过 npm 直接从 GitHub 装:

dsh plugin --profile web add github:ai798-Lab/dshwiki-plugin

要求 dsh 的 web profile;开发者预览版 0.1.0-rc.7 上验证通过。

面板里有什么

  • 12 个精选插件,逐个写清是什么、值不值得装、有什么坑
  • 安装命令一键复制,粘进终端就能跑;装法不止一行的会指向详情页
  • 八种语言(英 / 简中 / 繁中 / 日 / 韩 / 泰 / 西 / 阿),阿拉伯语走 RTL
  • 每条都跳得回 dshwiki.com 看完整资料,底部是知识库入口

面板配色跟随 dsh 的明暗主题。语言默认跟着 dsh 界面走,手动切换后记在本地。

卸载

dsh plugin --profile web remove dshwiki-plugin

已知问题

装完报 ERR_MODULE_NOT_FOUND:pnpm 11 会把发布不满十天的版本装成旧版。实测 dsh plugin add 会自动把本包写进 profile 的 pnpm-workspace.yamlminimumReleaseAgeExclude 放行,一般不需要你动手;万一没有,手动补上即可:

minimumReleaseAgeExclude:
  - 'dshwiki-plugin'

面板显示加载失败:面板要联网取 dshwiki.com 的数据,离线时会显示失败并给出重试按钮。

dsh 目前是开发者预览版,官方明示接口会有破坏性变更。本插件跟着 dsh 版本维护。

开发

没有构建步骤,源码即产物:

package.json        # dsh.bundle 与 dsh.client 两处声明是关键
cordis.patch.yml    # 把插件插入 profile 的插件树
lib/index.js        # host 半边,纯 UI 插件留空即可
lib/client.js       # 浏览器半边,用 react.createElement 手写

本地调试:

dsh plugin --profile web add /本地路径/dshwiki-plugin
dsh web

改完代码重启 dsh web 即可,client.js 带版本哈希会自动失效缓存。

---

<a name="english"></a>

DSH Wiki (English)

A curated plugin directory inside your dsh sidebar: 12 DeepSeek Harness plugins worth installing, install commands one click away, eight languages, without leaving your workspace.

Content is fetched live from dshwiki.com, so the panel stays current without updating the plugin.

Install

dsh plugin --profile web add dshwiki-plugin

Restart dsh web. A DSH Wiki entry appears at the bottom of the sidebar.

Or straight from GitHub, bypassing npm:

dsh plugin --profile web add github:ai798-Lab/dshwiki-plugin

Requires the dsh web profile; verified against developer preview 0.1.0-rc.7.

What's inside

  • Twelve handpicked plugins, each with what it does, whether it is worth installing, and the gotchas
  • Install commands copy in one click; plugins that need more than one line link to their page
  • Eight languages (English / Simplified & Traditional Chinese / Japanese / Korean / Thai / Spanish / Arabic, with RTL)
  • Every entry links back to dshwiki.com, and the footer opens the wiki

The panel follows the host's light/dark theme. Language follows the dsh UI by default; a manual choice is remembered locally.

Uninstall

dsh plugin --profile web remove dshwiki-plugin

Known issues

ERR_MODULE_NOT_FOUND after install: pnpm 11 holds back releases younger than ten days. In practice dsh plugin add adds this package to minimumReleaseAgeExclude in the profile's pnpm-workspace.yaml for you; if it doesn't, add it by hand:

minimumReleaseAgeExclude:
  - 'dshwiki-plugin'

Panel fails to load: the panel fetches dshwiki.com; offline it shows the error with a retry button.

dsh is a developer preview and the team states breaking changes will happen. This plugin tracks dsh releases.

License

MIT © ai798 Lab