DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Skills Manager — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-skills-manager

Skills Manager

用于按全局或工作区范围安装和管理技能的 DeepSeek Harness 插件。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-skills-manager@0.2.0
README兼容性版本

兼容性与来源证明

Skills Manager 以 dsh-skills-manager 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.0stable
2026/9/9
0.1.12stable
2026/9/9
0.1.11stable
2026/9/8
查看其余 11 个版本收起版本
0.1.10stable
2026/9/3
0.1.9stable
2026/9/2
0.1.8stable
2026/8/31
0.1.7stable
2026/8/29
0.1.6stable
2026/8/29
0.1.5stable
2026/8/18
0.1.4stable
2026/8/18
0.1.3stable
2026/8/18
0.1.2stable
2026/8/18
0.1.1stable
2026/8/17
0.1.0stable
2026/8/17

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
259.3 kB
文件数
17
Surface
web
许可证
UNLICENSED
发布源
npm
GitHub
★ 0
周下载
221
安全扫描
✓ v0.2.0 扫描通过
最近提交
2026/8/31
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器

README

dsh-skills-manager

A tree-external DeepSeek Harness plugin for managing reusable Agent Skills.

It adds a Skill 管理 item to the Web Settings sidebar and a wrench control beside the composer attachment button. Skills are installed into a private Harness library, then enabled independently at two scopes:

  • Global: available from every workspace.
  • Project: available from one registered workspace and its child directories.

An imported skill is disabled by default. The plugin uses the official ctx.skills provider seam, so model-facing discovery and /skill loading keep the normal Harness behavior.

Install

The bundled skills CLI requires Node.js 22.20.0 or newer. Build a tarball or install the package from a trusted source:

pnpm install
pnpm build
pnpm dsh plugin --profile web add .

For source development, use the included absolute-path patch after updating the path if needed:

pnpm dsh web --patch ./cordis.dev.yml

After changing the bundle or installed dependencies, restart the Harness service. The browser half is discovered from the package dsh.client declaration.

Use

  1. Open Web Settings, then select Skill 管理 in the sidebar.
  2. Choose 本机 to select a local skill folder, or 仓库 to enter a GitHub owner/repo, HTTPS URL, SSH URL, or other Git URL.
  3. When a source offers more than one skill, a checklist shows what it contains; untick what you do not want, then 导入所选 (N) installs only the selection. Single-skill sources install directly.
  4. Enable 全局 or select a workspace and enable 项目. The 仅手动 pill on a row switches model invocation off or on: a manual-only skill is kept out of the model-facing catalog and the skill tool, and only an explicit /name reference loads it. Rows whose frontmatter sets disable-model-invocation start manual-only; the pill overrides that declaration in either direction and is stored in state.json, so SKILL.md is never rewritten and an update cannot silently drop the setting.
  5. Use the refresh icon on a row to reinstall that skill from the source recorded in skills-lock.json.
  6. Use 检测 to check every installed skill for upstream updates without applying them; independent sources and skill folders are checked concurrently, and rows show a badge (有更新 / 已是最新 / 上游已删除 / 无法检测). When updates are found, 全部更新 (N) applies them one by one and re-checks automatically.
  7. Use the wrench control beside the composer attachment button to toggle installed skills for the current session workspace only.
  8. Remove an installed skill with 移除. This deletes only the plugin's private library entry, not the local source or remote repository.

Repository imports and refreshes are delegated to the skills CLI. It supports GitHub owner/repo, HTTPS, SSH, Git and file URLs, and reuses the machine's existing Git credential helper or SSH configuration. Do not put credentials in repository URLs; the plugin rejects embedded credentials before invoking the CLI.

Updates preserve global and project enablement. New imports and refreshes require standard directory bundles: <name>/SKILL.md with kebab-case name and non-empty description. Flat <name>.md imports are not supported.

Storage

By default the plugin uses the actual Harness home resolved from DSH_HOME:

$DSH_HOME/skill-manager/.agents/skills/
$DSH_HOME/skill-manager/skills-lock.json
$DSH_HOME/skill-manager/state.json

skills-lock.json is the only source-of-origin record. state.json stores global and project enablement plus the per-skill model-invocation override.

Override the storage root in cordis.patch.yml:

- insert:
    - id: dsh-skills-manager
      name: dsh-skills-manager
      config:
        storageDir: /absolute/path/to/skill-manager

Development

pnpm install
pnpm test
pnpm validate

The test suite covers scope resolution, current-state validation, local and Git refreshes through the private CLI library, flat-format rejection, credential URL rejection, and removal cleanup. pnpm validate checks the DSH bundle shape.

Design boundaries

  • This plugin runs the packaged skills CLI with an argv array and a private storage cwd; it never modifies the active workspace's .agents/skills directory.
  • It does not rewrite an imported SKILL.md or alter the source folder or repository. The 仅手动 switch lives in state.json and is applied when the provider resolves each skill's invocation policy. Broken or escaping source symlinks are rejected before the CLI copies anything.
  • Skills already present in other filesystem roots remain owned by those roots; import them into this private library when they should be managed here.
  • Import and mutation controls stay disabled off-loopback because they write local files. RPC itself rides Connection's authenticated /api.
  • DSH is in developer preview; bundle and Cordis APIs can change between Harness releases.

License

UNLICENSED until the repository owner chooses an open-source license.