Bundle
dsh-skill-browser
DSH web plugin: a Skills page in Settings that lists every installed skill (global + per-workspace) and opens its folder.
- Source
- charleswin7
- stars
- 1 stars
- License
- MIT
- Updated
- Updated yesterday
Readme
# dsh-skill-browser DSH web 插件:在「设置」里新增一个 **Skills** 页面,列出本机已安装的所有 skills,并一键打开每个 skill 所在的文件夹。 - **全局 Skills**:用户全局 skills(`~/.dsh/skills`、`~/.agents/skills`)、各 preset 自带的 skills、内置/运行时 skills。 - **工作区 Skills**:按工作区分组,列出每个工作区 `.dsh/skills`、`.agents/skills` 下的 skills。 - 点击某条 skill 的目录路径或「打开目录」按钮,即可用系统默认程序(Windows 下为资源管理器)打开对应文件夹。 数据来自 DSH 权威的 `skills` 服务(与 agent 实际可见的 skills 目录一致)。 ## 安装 ### 方式一:本地路径安装(无需联网 / 无需发布) ```powershell npx @deepseek-ai/dsh plugin --profile web add "C:\路径\dsh-skill-browser" --config.minimumReleaseAge=0 ``` 把 `C:\路径\dsh-skill-browser` 换成这个目录在你机器上的真实绝对路径。安装完成后**重启 `dsh web`** 生效。 ### 方式二:从 GitHub 安装(发布后) ```powershell dsh plugin --profile web add "github:<你的用户名>/dsh-skill-browser" ``` 同样需要在安装后重启 `dsh web`。详细的 GitHub 发布教程见仓库首页或与本插件一同提供的说明。 ## 目录结构 ``` dsh-skill-browser/ ├── package.json # 插件元数据 + dsh.bundle.patch + dsh.client 声明 ├── cordis.patch.yml # 组合补丁:把插件行插入 profile ├── lib/ │ └── index.js # host 侧:注册 /skill-browser/browse HTTP 路由 ├── client/ │ └── client.js # client 侧:设置里的 Skills 页面 └── README.md ``` ## 卸载 ```powershell npx @deepseek-ai/dsh plugin --profile web remove dsh-skill-browser ``` 同样需要重启 `dsh web`。
Install
dsh plugin --profile web add github:charleswin7/dsh-skill-browser
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-skill-browser from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.