Better Sidebar
dsh-better-sidebar
A session-isolated sidebar with file browsing and editing, terminal, Git, browser, and subagent views, plus extension points for third-party tabs and file renderers.
The community layer for DeepSeek Harness
Discover real community projects for models, tools, memory, orchestration, and interfaces, with source and verification status kept explicit.
A VS Code-like right-side workspace for DSH Web.
Featured this week
Explore real community projects by capability and extension type. Verification is tracked separately from popularity.
dsh-better-sidebar
A session-isolated sidebar with file browsing and editing, terminal, Git, browser, and subagent views, plus extension points for third-party tabs and file renderers.
HarcoChen/dsh-plugin-guide
skill for Deepseek-Harness plugins development
truelove-dreamer/dsh-plugin-hooks
DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.
bertonhan/dsh-plugin-installer-pkg
Add a plugin-install capability to any DSH (DeepSeek Harness) deployment: a new Install Plugin page under Settings → Plugins that installs dynamic Cordis plugins from an uploaded package file or a Git repository URL — installed and hot-loaded instantly. Both the installer itself and the plugins it installs persist across restarts. Best of all, you never touch a CLI: hand this package to a DSH conversation and say "install this plugin" — the AI follows AGENTS.md to patch the deployment, restart,
jasper-zsh/dsh-plugin-llm-codex
让 DeepSeek Harness(DSH) 通过 ChatGPT/Codex 订阅调用 openai-codex 模型,无需配置 OpenAI API Key。
Hjjj0918/dsh-plugin-local-utilities
DeepSeek Harness Cordis plugin for local utility features.
KevinShao1991/dsh-plugin-medhub
MedHub (医知荟) integration for DeepSeek Harness — the medical & biological research plugin: traceable literature, statistics, bioinformatics, network pharmacology, an evidence ledger, and deliverable-grade writing, executed through a MedHub gateway.
jasper-zsh/dsh-plugin-provider-quota
DeepSeek Harness(DSH) 的 Web 插件:在对话输入框底部展示模型 Provider 的订阅额度与限流窗口,点击徽标即可查看详情。
truelove-dreamer/dsh-plugin-recall
DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.
truelove-dreamer/dsh-plugin-security-audit
DeepSeek Harness plugin: run a live security health check on the deployment
alonelypigeon/dsh-plugin-session-outline
DeepSeek Harness cordis plugin: session outline navigator in the right-side overlay
jasper-zsh/dsh-plugin-shady-relay
DeepSeek Harness 静态插件:通过 GUI 创建虚拟模型。每个虚拟模型映射到 Harness 中已经注册的真实 `provider/model`,并在每次请求的 system prompt 最前加入用户配置的固定内容。
jasper-zsh/dsh-plugin-skill-panel
DeepSeek Harness(DSH)的只读技能清单插件,在 Web GUI 中展示全局技能和当前会话可见的技能,并从会话日志推导技能加载状态。