설치
npx -y @deepseek-ai/dsh plugin --profile web add github:sunshine-lang/dsh-plugins이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
DeepSeek Harness 插件总入口
English | 中文
这是 sunshine-lang 开发的 DeepSeek Harness(dsh)插件统一入口。一切皆插件——下面的插件都可以一条命令安装。
插件列表
| 插件 | 功能 | 安装 |
|---|---|---|
| dsh-weather | 任意城市实时天气与多日预报,数据来自 Open-Meteo(免费,无需 API key) | dsh plugin --profile web add "github:sunshine-lang/dsh-weather" |
| dsh-pdf | PDF 工具箱:提取文本、元数据与页码范围,基于 pdfjs-dist(本地解析,无需 API key) | dsh plugin --profile web add "github:sunshine-lang/dsh-pdf" |
| dsh-plugin-template | 新插件脚手架:bundle 格式、工具 DSL、配置、测试,一条命令生成 | git clone https://github.com/sunshine-lang/dsh-plugin-template |
所有插件都打上了 dsh-plugin 话题,也已发布到 npm,可直接安装:
dsh plugin --profile web add dsh-weather
dsh plugin --profile web add dsh-pdf
生态状态
- awesome-deepseek-harness 收录 PR:dsh-weather #49、dsh-pdf #52 —— 等待维护者合并。
自己做一个
这里每个插件都由 dsh-plugin-template 脚手架生成:
git clone https://github.com/sunshine-lang/dsh-plugin-template
node scripts/scaffold.mjs dsh-myplugin --description "what it does" --git
完整的发布清单(bundle 清单、提交 lib/、dsh-plugin 话题、awesome 列表 PR)见模板的 README。
저장소 정보
- 라이선스
- 보고되지 않음
- 마지막 업데이트
- 2026. 8. 14. 오전 6:05
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.