haibara757/dsh-ui-extensions ↗★ 0
dsh-ui-extensions
DeepSeek Harness extension center: sidebar nav plus a GitHub plugin catalog
AI 분석
核心用途是在侧边栏添加扩展入口,并提供 GitHub 插件目录。适合希望在 DSH 界面中便捷查看和复制官方插件安装命令的用户。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haibara757/dsh-ui-extensionsdsh-ui-extensions
English | 中文
A DeepSeek Harness web plugin that adds an Extensions row to the sidebar and a center-column catalog of GitHub repositories tagged dsh-plugin. The page copies an official install command; it does not run dsh plugin add inside the browser.
Install
dsh plugin --profile web add github:haibara757/dsh-ui-extensions
Restart dsh web (or the desktop shell) after the add succeeds. This repository ships prebuilt lib/, so the first install does not need a pnpm allowBuilds entry.
Host requirement
The plugin registers into two host slots:
sidebar.nav— the additive sidebar rowshell.surfacewith keyextensions— the catalog page
Those slots exist in a Harness checkout that already has the shell-surface work. Official 0.1.0-rc.5 does not declare them. On that release the bundle installs, but no Extensions row appears.
openSurface('extensions') must also exist on the layout service. Without it, the nav row cannot switch the center column.
What the page does
-
Plugins — live GitHub topic search (
dsh-plugin), then a ghfast mirror, then a curated fallback list. Each card copies:dsh plugin --profile web add github:owner/repo -
Skills — documentation only. Place
SKILL.mdfiles in the workspace or host skill directory. -
MCP — documentation only. Enable servers through
@deepseek-ai/dsh-mcp-clientconfig.
License
MIT