DSH Plugin Manager:在 Web 设置中管理当前 profile 插件
dsh-plugin-manager 是由 huahai0202 维护的 DSH 插件,旨在解决 DeepSeek Harness 插件依赖来源分散(npm、GitHub、本地)导致的管理操作碎片化问题。该插件在 DSH Web 设置页中提供集中管理入口,支持查看当前 Profile 的直接依赖及已安装版本。其核心机制是默认仅读取本地状态,仅在用户点击“检查更新”时才访问 npm 或 GitHub 远端,确认存在新版本或新 Commit 后方可执行更新。功能涵盖单个或批量更新插件、删除插件,并自动同步 `dsh.profile.bundles`。安装需 Node.js 22.19+ 和 pnp
Read Moredsh-skill-manager:在 DSH Web 设置中管理用户级 Skill
dsh-skill-manager 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在简化用户级 Skill 的管理。它通过 DSH Web 设置界面,解决了手动修改目录、SKILL.md 文件及 frontmatter 的繁琐问题。该插件支持在设置面板中集中查看、启用/停用、编辑、新增、删除及重命名位于 $DSH_HOME/skills 下的所有 Skill。其核心优势包括即时生效的启停机制(通过修改 frontmatter 并由 watcher 自动排除,无需重启)、内联编辑内容以及同步目录名的重命名功能。用户可通过命令行安装插件并启动 DSH Web
Read Moredsh-plugin-studio:DSH Web 设置页的插件管理与插件市场
dsh-plugin-studio 是面向 DSH 0.1.0 web profile 的插件管理工具,旨在将插件的安装、启停、卸载及查找操作从命令行迁移至 Web 设置页。该工具按官方和社区分组展示已安装插件,内置 129 个包的中西文描述库,支持插件详情查看、一键启停(写入用户补丁层并热重载)及社区插件卸载。此外,它集成基于 GitHub 的插件市场,提供高收藏与增长最快榜单,支持搜索及一键安装启用。用户需通过 npm 或本地仓库安装该包,并重启服务后即可在设置页中使用。该工具仅允许环回地址访问,受保护插件禁止操作,且要求使用 pnpm 以确保安全。适用于需在 Web 界面高效维护多插件场
Read Moredsh-habits:在 Web 设置中维护 user-global AGENTS.md
dsh-habits 是一个 DeepSeek Harness (DSH) 插件,旨在通过 Web 设置界面简化用户全局指令文档 `$DSH_HOME/AGENTS.md` 的维护。该插件在 DSH Web Settings 的 General 区域提供“My Habits”编辑器,允许用户在浏览器中直接编辑和保存偏好或约束文本,保存后自动写入 AGENTS.md 文件,并由 DSH 内置的 instructions loader 注入到后续会话中。插件通过 REST 接口 `/api2/habits/describe` 和 `/api2/habits/update` 实现数据读写,并采用 S
Read Morewebkong/dsh-plugin-manager: Manage plugins on the DSH Web settings page
dsh-plugin-manager is a community-maintained plugin management tool for DSH Web, designed to migrate the plugin installation, enable/disable, and version inspection workflow from the command line to the Web settings page. This tool allows users to centrally view lists of built-in and third-party plugins under "Settings → Plugins → Plugin Manager", supporting status filtering, fuzzy search, and grouped display, as well as direct navigation to the plugin's GitHub repository. Its core features include parsing of multiple installation sources (supporting npm package names, GitHub repositories, local paths, and tarball URLs), intelligent candidate recommendations, plugin enable/disable operations based on `cordis.patch.yml`, and residual cleanup upon uninstallation. The tool provides both Chinese and English interfaces, supports an optional automatic restart mechanism to refresh page status, and persists configuration locally.
Read More