wryyyds7/dsh-plugins0

@wryyyds7/dsh-plugins-root

Community plugins for DeepSeek Harness (dsh)

AI 분석

核心用途是作为 DSH 社区插件的合集。适合希望在本地开发、调试或使用该仓库下各种社区插件的用户。必要条件是需将仓库克隆到 DSH 的 packages 目录下并安装依赖。

패키지
@wryyyds7/dsh-plugins-root
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wryyyds7/dsh-plugins

Usage / 使用方法

These plugins are designed to run inside the DeepSeek Harness workspace. To use them:

这些插件需要在 DeepSeek Harness workspace 内运行。使用步骤:

  1. Clone this repo into your harness packages/ directory (or symlink it):

将本仓库克隆到 harness 的 packages/ 目录下(或建立符号链接):

cd deepseek-harness
git clone https://github.com/wryyyds7/dsh-plugins.git packages/dsh-plugins
  1. Add the plugin packages to pnpm-workspace.yaml if needed.

如有需要,将插件包添加到 pnpm-workspace.yaml

  1. Install dependencies / 安装依赖:
pnpm install
  1. Reference the plugin in your harness config (e.g. cordis.yml):

在 harness 配置文件中引用插件(如 cordis.yml):

plugins:
  file-watcher:
    paths:
      - src