linyuan-ai1 / dsh-plugins

목록에 있음

deepseek-harness的独立合集

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:linyuan-ai1/dsh-plugins

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 2ea9d87동기화 2026. 8. 18.

dsh-plugins

DeepSeek Harness 的独立插件合集 —— 每个功能一个插件,均已发布到 npm,可直接安装。

插件清单(全部已发布 ✅)

插件功能npm安装
dsh-wallpaper-plus🖼️ 全屏壁纸:图片/短视频,自动深色,视频原声开关npmdsh plugin --profile web add dsh-wallpaper-plus
dsh-card-color🎨 AI 回复卡片颜色:5 预设,自动随主题npmdsh plugin --profile web add dsh-card-color
dsh-event-sounds🔔 事件声音:任务完成/提问/审批(WebAudio 合成)npmdsh plugin --profile web add dsh-event-sounds
dsh-usage-monitor📊 用量面板:Go/DeepSeek/New API 悬浮用量卡npmdsh plugin --profile web add dsh-usage-monitor

安装

# 安装单个插件
dsh plugin --profile web add dsh-wallpaper-plus

# 或一次装全部
for p in dsh-wallpaper-plus dsh-card-color dsh-event-sounds dsh-usage-monitor; do
  dsh plugin --profile web add "$p"
done

结构

dsh-plugins/
├── packages/                # 独立插件,一个功能一个包
│   └── dsh-<name>/
│       ├── package.json     # dsh.bundle + dsh.client 声明
│       ├── cordis.patch.yml # 插件行(DSH 加载入口)
│       ├── lib/             # 免构建产物(index.js 宿主 + client.js 浏览器)
│       └── src/             # TypeScript 源码
├── LICENSE
└── README.md

发布新版本

cd packages/dsh-<name>
npm version patch        # 或 minor / major
npm publish --registry=https://registry.npmjs.org/

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

기여 가이드감지됨
문서감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
마지막 업데이트
2026. 8. 17. PM 5:12

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.