DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Repo Browser — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

dsh-repo-browser

Repo Browser

Repo Browser for DeepSeek Harness: side panel listing your GitHub repositories (name/description/language/stars/activity) with local grouping folders

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Lanzgale/dsh-repo-browser#9529c532a5e0a675bb04fb82313b2789a6ffa0df
READMECompatibilityVersions

Compatibility and provenance

Repo Browser is published as dsh-repo-browser and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-repo-browser

Repository Browser for DeepSeek Harness — a right-side resizable panel listing your GitHub repositories with local grouping and quick actions (move-to-group / make private / archive). Install: dsh plugin --profile web add dsh-repo-browser.

DeepSeek Harness 的 GitHub 仓库浏览器插件:标题栏提供 GitHub 猫头按钮,点击在页面右侧打开可调宽度的仓库列表面板。

功能

  • 仓库列表:经 GitHub API 拉取(/user/repos?affiliation=owner,含私有仓库),卡片显示名称、描述、语言、星标、fork、最后推送、私有/归档标记
  • 本地分组:全部仓库 / 未分类 / 自定义分组(新建、重命名、删除),分组是纯本地视图层,存 $DSH_HOME/storages/repo-browser/groups.json,与 GitHub 侧无关
  • 卡片 ⋮ 菜单:移动到分组(单选即移)、设为私有/取消私有、归档/取消归档(经 GitHub PATCH /repos/{owner}/{repo})
  • 深浅主题:太阳/月亮一键切换(记忆偏好)
  • 面板:右侧 shell.overlay,默认 360px,左边缘拖拽 360–720 调宽
  • 凭据:读取 DSH credentials 中的 GITHUB_TOKEN(修改私有/归档需要 repo scope)

安装

dsh plugin --profile web add dsh-repo-browser

结构

lib/index.js   host: 路由 /plugins/repo-browser/{list,groups,repo}
lib/client.js  client: shell.overlay + conversation.session.header.actions
cordis.patch.yml

License

MIT。UI 结构参考 dsh-file-browser(fork 自 joejojoking-cloud/dsh-file-explorer,MIT)。