DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

calwang414 /

my-dsh-plugins

Topic repository only

This repository has no description yet.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@9a3279a4

my-dsh-plugins

DeepSeek Harness 个人插件集(插件目录独立仓库)。

插件

插件 说明
dsh-voice-pet 本地语音 + VRM 桌宠:sherpa-onnx 唤醒词/ASR/TTS 全离线,VRM 虚拟形象随语音说话,支持页面浮层与桌面独立窗口两种形态
dsh-cdp-browser 基于 Chrome DevTools Protocol 的浏览器控制插件

安装

方式 A(推荐):预编译安装包(GitHub Releases,免构建)

dsh plugin --profile web add https://github.com/calwang414/my-dsh-plugins/releases/download/v0.1.2/dsh-voice-pet-0.1.2.tgz
dsh plugin --profile web add https://github.com/calwang414/my-dsh-plugins/releases/download/v0.1.3/dsh-cdp-browser-0.1.3.tgz
# 重启 dsh
  • voice-pet 首次启动会自动安装引擎依赖(原生 sherpa 库,按平台自动选择)与语音模型(~320MB,hf-mirror);
  • cdp-browser 需 Google Chrome(macOS/Windows/Linux 均支持,非默认安装位置可设 DSH_CDP_CHROME)。

方式 B:从源码安装

git clone https://github.com/calwang414/my-dsh-plugins.git
cd my-dsh-plugins
cd dsh-voice-pet && npm install && (cd engine && npm install) && \
  npx vite build && cp dist/client.js lib/client.js && \
  npx vite build --config vite.standalone.config.js && cd ..
dsh plugin --profile web add ./dsh-voice-pet
dsh plugin --profile web add ./dsh-cdp-browser
# 重启 dsh

各插件目录内均有独立 README 与构建说明。

—/ 5

No ratings yet

Manifest verification required

Commit 9a3279a497ca

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout