XJungit/omdp
仅我的DSH插件 — DeepSeek Harness插件捆绑包的单仓库
catalog 简介:only my DSH plugins — monorepo of DeepSeek Harness plugin bundles
安装
omdp/
├── README.md # this file
├── package.json # root manifest — keeps bare-git installs functional (see below)
├── dsh-connector/ # unified MCP + Skills manager (Web UI settings tab)
│ ├── index.js # host half
│ ├── client.js # client half (Web UI)
│ ├── cordis.patch.yml # bundle activation row
│ ├── package.json
│ └── README.md
├── dsh-vision-bridge/ # vision bridge: let text-only models "see" via a configured multimodal endpoint
│ ├── index.js # host half
│ ├── client.js # client half (paste/drop → temp path)
│ ├── cordis.patch.yml # bundle activation row
│ ├── package.json
│ └── README.md
├── dsh-gitbash-win/ # global Git Bash tool for Windows (POSIX shell for the model)
│ ├── lib/
│ │ ├── index.js # host half (dynamically loads @deepseek-ai/* at apply time)
│ │ └── client.js # client half (toolview terminal card)
│ ├── cordis.patch.yml # bundle activation row
│ ├── package.json
│ └── README.md
├── _skeleton-client/ # copy-paste template: client + host bundle (Web UI plugin)
├── _skeleton-host/ # copy-paste template: host-only bundle
├── docs/ # research notes, e.g. AI-DSH-plugin-quality.md (community findings)
└── <future plugins>/ # each its own subdirectory + package.json
把 XJungit/omdp 加入你的 DSH 配置(web profile)即可启用。
README
展开完整 README 收起
README 内容为空。
tt-a1i/archify
zhu1090093659/dsh-web-ui
strukto-ai/mirage
liustack/modlens
omdsh-dev/DSH-better-sidebar
ccch1mneyyy/dsh-TUI
alvinunreal/openpets
agentrq/agentrq