dsh-skill-manage:给 DSH 智能体增加技能创建与管理能力

dsh-skill-manage 是 DSH 框架的一个 MIT 许可插件,旨在解决智能体在会话中重复试错的问题。它通过提供 `skill_manage` 工具,允许智能体将程序性记忆沉淀为可维护的技能文件,支持创建、修补、禁用、删除及固定技能等操作。 该插件支持用户级和项目级两种作用域,以及目录和单文件两种存储布局。其核心特性包括通过 frontmatter 标志实现技能的禁用/启用和固定(防止删除),并实施严格的删除保护机制,仅允许删除标记为 `created_by: agent` 且未固定的技能。此外,插件内置了名称、描述长度及文件大小的校验规则,采用原子写入和热重载机制确保稳定性。 安

Read More
dsh-plugin-manager:DeepSeek Harness 的插件、MCP 与技能管理

dsh-plugin-manager 是 DeepSeek Harness 的插件管理系统,由 CHF-hub99 维护,采用 MIT 许可证。它旨在统一管理 DSH 生态中的插件、MCP 服务器和 Skills,支持通过 Web GUI 和 Agent 工具进行状态查看、安装卸载、启用禁用及配置导入。Web 界面允许用户安装包名插件、添加多种协议的 MCP 服务以及上传校验 Skills 包;Agent 工具则提供如 plugin_install、mcp_add 等指令以便在对话中操作。系统通过修改 cordis.patch.yml 持久化配置,并暴露仅限回环访问的 HTTP API。安装命

Read More
dsh-skill-manager:为 DSH 增加技能分组与启停管理

dsh-skill-manager 是 Mvyvn 维护的 DSH 技能管理器插件,随 dsh web 自动加载。它提供技能扫描、导入、上传、分组启停和默认组切换功能,将管理集成至设置界面,并赋予 AI 通过 skillmg_* 工具自主操作的能力。插件支持从指定目录一键导入技能或浏览器上传文件,可通过原子改名实现并发安全的技能停用。默认组控制全局会话的技能目录,聊天栏提供会话级分组选择器(当前仅记录,不改变模型目录)。安装需在 Windows 上克隆仓库并运行脚本,随后完全重启 dsh web 进程进行验证。典型用法包括导入技能、建立分组、设为默认组,或直接指令 AI 进行分组管理。该插件适

Read More
dsh-skill-panel:DeepSeek Harness 技能面板插件

dsh-skill-panel 是 DeepSeek Harness(DSH)的一款 Web 端插件,由 lywusichen 开发,采用 MIT 许可证。该插件旨在解决调试智能体时确认当前会话加载技能(skill)及定位其本地目录的需求。 它在左侧侧边栏底部(Settings 旁)增加一个入口,点击后打开对话框,列出当前会话已加载的 skill 列表。若宿主环境支持 `directoryPath` 字段,每行 skill 旁会提供“打开本地文件夹”按钮,直接调用宿主默认应用打开目录。插件通过 `dsh.bundle.patch` 自动接入,无需手动编辑配置文件;核心功能利用平台已有接口(`s

Read More
dsh-plugin-skill-manager-gui:在 DSH 网页设置里管理 SKILL.md 技能

dsh-plugin-skill-manager-gui 是面向 DeepSeek Harness (dsh) 的图形化技能管理插件,由 luoying2334 维护,采用 MIT 许可证。该插件将 SKILL.md 技能的新建、编辑、导入及删除操作集成至 dsh web 设置页,减少手工维护成本。 核心功能包括列出已管理技能、新建/编辑技能(名称需为 kebab-case)、删除及 ZIP 批量导入。技能可安装至全局 $DSH_HOME/skills 或多个工作区,支持多位置安装自动合并及无需重启即可识别。界面支持中英双语并跟随主题,基于 DSH 原生 UI 组件渲染。 安装需执行 dsh

Read More
dsh-skill-panel:在 DSH 设置页查看和管理本地技能目录

dsh-skill-panel 是由 hexbee 维护的 DSH 客户端插件(v0.1.1,MIT 协议),旨在集中管理分散的本地技能目录。该插件在设置页新增 Skills 面板,支持查看和管理全局目录(~/.agents/skills)及项目级目录(<workspace>/.agents/skills)。核心功能包括列出技能详情、当前作用域内搜索、删除技能以及在系统文件管理器中打开目录,并提供中英文界面。用户可通过 GitHub 或本地路径安装至 web profile。技术上,插件 RPC 固定为 loopback,所有操作严格限制在上述指定目录内,且删除符号链接时仅断开链接而不影响目标

Read More
dsh-skill-manager:为 DSH Web GUI 增加 Skills 面板

dsh-skill-manager 是一个 DSH 插件,旨在集中管理 Web GUI 中当前会话可见的技能(Skill)。该插件在侧边栏提供“Skills”入口,支持按全局/局部分组展示技能,并允许用户通过开关控制每个技能的启用状态,从而决定其对模型目录、skill 工具及用户手势的可见性。状态变更会持久化至本地文件,跨会话生效。 核心功能包括技能搜索、增删改(仅针对可写技能)、以及自动触发注册表失效以更新下一轮对话目录。其中,custom、bundled 和 runtime 来源的技能为只读,不可编辑或删除。安装需满足特定 Node 版本,通过 dsh 命令添加插件并重启服务即可使用。该工

Read More
dsh-skill-loader: A Per-Conversation Skill Manifest Selector for DeepSeek Harness

dsh-skill-loader is an MIT-licensed plugin for DeepSeek Harness (dsh) designed to solve the problem of session-level visibility control for skill manifests. By default, dsh loads all skills; this plugin allows users to selectively check the skills to be loaded for the current session via a "Skill Manifest" selector on the start page of a new conversation. Unchecked skills are unavailable in that conversation—both the model's catalog and tool calls will deny access. The selection state is persisted to `$DSH_HOME/settings.yaml` and remains effective after restart. The plugin provides the `/skill-select` command for adjusting or clearing skill selections at runtime, as well as the `/skill-unarchive` command for restoring archived sessions. It is implemented by taking over the skill catalog and intercepting tool calls.

Read More
SkillHub-Plugin: Search, Install, and Manage SkillHub Skills in DeepSeek Harness Conversations

The skillhub-plugin is an MIT-licensed plugin for the DeepSeek Harness (DSH) environment, maintained by cocofhu, designed to simplify the search, installation, and management of SkillHub skills and DSH plugins within conversations. Its core features include searching for skills via public interfaces, displaying clickable skill cards in conversations (with details, ratings, and safety markers), supporting version-specific downloads and uninstalls, one-click updates to the latest release, and browsing and directly installing DSH plugins. Installation requires Node.js 22+ and pnpm 11, executed via `dsh plugin --profile web add skillhub-plugin`, followed by a service restart. Users can interact using natural language commands (e.g.,

Read More
dsh-skill-hub: Managing DeepSeek Harness Skills in dsh Web

dsh-skill-hub is a dsh web plugin (MIT licensed) developed by cheshireez, designed to centrally manage scattered skill catalogs. It runs based on the official SDK and slot without modifying the dsh source code, primarily addressing issues such as difficulty in skill retrieval, scattered enable/disable entry points, lack of diagnostics, inconsistent import processes, and missing invocation statistics. Core features include: browsing and searching the complete `ctx.skills` catalog on the settings page; supporting enable/disable and body viewing for individual skills or groups; diagnosing frontmatter issues in `SKILL.md`; supporting new skill scaffolding; tracking source repositories and commits for import, synchronization, and recycle bin recovery; scanning and importing marketplace skills from built-in or custom repositories; and counting invocations based on session logs. Installation requires Nod

Read More
Unified Management of AI Skills on DeepSeek Harness Settings Page with dsh-skill-manager

# 翻译结果: dsh-skill-manager is maintained by sulfide2085 under the MIT License. It adds a skill management section to the DSH Web settings page, merges skills from the DSH / Agents / Codex / Claude directories, enables or disables skills dynamically via SKILL.md and .disabled files, and supports installation via local ZIP packages (≤64 MiB) and GitHub repository archives. This article verifies the installation command, default repository, restrictions and security considerations based on the directory page, README and source code.

Read More
Use dsh-skill-viewer to perform thermal management of DeepSeek Harness skills in the web interface

### 翻译结果: dsh-skill-viewer is a DeepSeek Harness interface enhancement plugin maintained by Fishquito7. It provides skill cards, hot start/stop, drag-and-drop addition, workspace filtering and batch migration on the Web settings page, and is附带 with the dsh-skill command. The current version is 0.7.0, under MIT license. This article checks the installation commands, working principles and precautions against the community directory page and GitHub README.

Read More