dsh-plugins
其他 活跃维护

dsh-plugins

0sour/dsh-plugins

开发者0sour维护的dsh插件集合,覆盖多类扩展能力,遵循dsh插件开发规范,安装后即可为dsh快速新增自定义功能,无需复杂配置即可适配不同开发需求。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
Other
主要语言
None
开源协议
1 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:0sour/dsh-plugins
git clone https://github.com/0sour/dsh-plugins.git
git clone git@github.com:0sour/dsh-plugins.git
README.md main

dsh-plugins

DeepSeek Harness (dsh) 插件仓库 · Personal plugin repository for DeepSeek Harness.

Everything is a Plugin — this repo hosts my own dsh plugins. Plugins land here as they are developed; each is an npm package that declares a dsh.bundle manifest in its package.json, making it installable via dsh plugin add.

Topics / Discoverability

This repository is tagged with the dsh-plugin GitHub topic (plus deepseek-harness), so it is picked up by community discovery channels:

  • awesome-dsh-plugin — daily crawler over the dsh-plugin topic; entries are listed only when the repo's package.json declares a dsh.bundle manifest.
  • awesome-dsh-plugins (compatibility radar) — daily four-way compatibility scan (patch / seam / peerDeps / build) against the mainline snapshot.

Installing a plugin from this repo

# from GitHub (source build; configure allowBuilds on first run if prompted)
dsh plugin --profile web add github:0sour/dsh-plugins#<commit-sha>

# or from npm once published
dsh plugin --profile web add <npm-package>

Always pin a commit for GitHub sources (#<sha>), and only install plugins you trust — build scripts run on your machine.

Status

  • [ ] Plugin scaffold (structure + dsh.bundle manifest)
  • [ ] First plugin (TBD)
  • [ ] npm publishing

References