DSH Plugin Store
Back to home

sunshine-lang

dsh-plugins

Unified portal for DeepSeek Harness plugins by sunshine-lang: dsh-weather, dsh-pdf, dsh-plugin-template

Stars
1
Language
Created
Aug 14, 2026
Updated
Aug 14, 2026
Other
GitHub repo

Introduction

DeepSeek Harness 插件总入口

English | 中文

这是 sunshine-lang 开发的 DeepSeek Harnessdsh)插件统一入口。一切皆插件——下面的插件都可以一条命令安装。

插件列表

插件功能安装
dsh-weather任意城市实时天气与多日预报,数据来自 Open-Meteo(免费,无需 API key)dsh plugin --profile web add "github:sunshine-lang/dsh-weather"
dsh-pdfPDF 工具箱:提取文本、元数据与页码范围,基于 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

生态状态

自己做一个

这里每个插件都由 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