DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-skills-hub

Skills Hub

跨平台 AI Skills 统一管理器:以 ~/.agents/skills 为中心技能库,通过系统符号链接把同一份技能一键安装/卸载到 Claude Code、Cursor、Codex、Gemini CLI、Trae、Windsurf 等多个 Agent 工具,仅展示本机已安装的平台,统一管理本地技能目录与只读平台展示。支持 Windows / macOS / Linux。DeepSeek Harness plugin.

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

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

兼容性与来源证明

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

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

版本

0.3.1stable
2026/8/28

相关插件

正在加载相关插件…

最新版
0.3.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
57.6 kB
文件数
10
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
41
最近提交
2026/8/28
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

README

dsh-skills-hub

中文版: README.zh.md

Cross-platform AI Skills manager for the DeepSeek Harness (DSH).

Install one skill from the central skills library ~/.agents/skills into multiple agent tools (Claude Code, Cursor, Codex, Gemini CLI, Trae, Windsurf, Qoder, CodeBuddy, ...) via system symbolic links — one source of truth driving many coding agents.

One source of truth, driving many AI coding tools.

Supported Operating Systems

OSLink typePrivileges
WindowsDirectory JunctionNo admin required
macOSDirectory symlinkNo admin required
LinuxDirectory symlinkNo admin required

Zero third-party runtime dependencies (Node.js built-ins only). DSH runs on Windows / macOS / Linux, so this plugin works across all three.

Features

  • Central skills library management over ~/.agents/skills.
  • Only installed platforms are shown: 26 common agent tool directory mappings are built in; scan filters to what actually exists on this machine.
  • One-click install of any central skill into an agent platform via symbolic links (no admin rights required).
  • Uninstall semantics:
    • Link entry (pointing at the central library) → remove the link only, keep the data source.
    • Local skill (the agent tool's own real directory) → delete that platform's data source.
  • Read-only platforms (e.g. Claude Code) are shown without write actions.
  • Custom platforms: add any local skills directory in Settings, persisted to ~/.skillsmanage/config.json.
  • Local-first, no database: metadata is scanned live from the filesystem.

Screenshots

Settings → 技能中心 (Skills Hub) — the central skills library and platform cards, grouped by category; only platforms installed on this machine are shown.

管理入口

Install a central skill into a platform — a link is created pointing back to the central library:

安装新技能

Uninstall a link entry — removes the link only, the central data source stays untouched:

卸载技能

Delete a local skill — removes that platform's own data source:

删除技能

Requirements

RequirementMinimum
OSWindows / macOS / Linux
Node.js>= 20 (engines in package.json)
DSH (DeepSeek Harness)installed, dsh command on PATH
pnpminstalled (used by dsh plugin internally)

The plugin itself runs with zero runtime dependencies; Node.js is provided by the DSH host process.

Install

Prerequisites

  • DeepSeek Harness (DSH) installed, with the dsh command on PATH.

  • pnpm installed:

    npm install -g pnpm
    

Option 1: One-click install script (recommended)

Run inside the repository root:

Windows (PowerShell)

powershell -ExecutionPolicy Bypass -File scripts/install.ps1
# or
pwsh scripts/install.ps1

macOS / Linux

bash scripts/install.sh

The script runs dsh plugin --profile web add <this directory> — pnpm-installs and mounts the plugin automatically; no manual configuration.

Option 2: dsh plugin add

From local source (in the repository root):

dsh plugin --profile web add .

From npm (once published):

dsh plugin --profile web add dsh-skills-hub

dsh plugin add automatically appends packages that declare dsh.bundle.patch to dsh.profile.bundles and applies the plugin's own cordis.patch.yml — no manual profile edits. Re-run the same command to upgrade.

Option 3: Manual (development)

# 1. Edit ~/.dsh/profiles/web/package.json
#    add to dependencies:  "dsh-skills-hub": "link:<absolute path>"
# 2. Install in the profile directory
cd ~/.dsh/profiles/web
pnpm install

After any install method, restart DSH for the plugin to take effect.

Usage

Open DSH Settings → 技能中心 (Skills Hub):

  • Platforms are grouped by category (Central / Coding / Lobster / Custom); only platforms actually installed on this machine are shown.
  • The central library card lists all available skills (data source, never deleted).
  • Each agent platform card lists its skills (badged "link" vs "local") with an install dropdown:
    • Link entry → 「卸载」(uninstall) button (removes the link only).
    • Local entry → 「删除」(delete) button (deletes that platform's data source).
  • Add custom platforms at the bottom (directory path + optional display name).

Platform Mapping

Built-in mapping (conventional directories; only platforms that exist on this machine are displayed):

CategoryPlatformSkills directoryWritable
CentralCentral library~/.agents/skillsdata source
CodingClaude Code~/.claude/skillsread-only
CodingCodex CLI~/.codex/skills✅ (excludes .system)
CodingCursor~/.cursor/skills-cursor✅
CodingGemini CLI~/.gemini/skills✅
CodingTrae~/.trae/skills✅
CodingFactory Droid~/.factory/skills✅
CodingJunie~/.junie/skills✅
CodingQwen~/.qwen/skills✅
CodingTrae CN~/.trae-cn/skills✅
CodingWindsurf~/.windsurf/skills✅
CodingQoder~/.qoder/skills✅
CodingAugment~/.augment/skills✅
CodingOpenCode~/.opencode/skills✅
CodingKiloCode~/.kilocode/skills✅
CodingOB1~/.ob1/skills✅
CodingAmp~/.amp/skills✅
CodingKiro~/.kiro/skills✅
CodingCodeBuddy~/.codebuddy/skills✅
CodingHermes~/.hermes/skills

The built-in mapping lives in the PLATFORMS constant in lib/index.js — edit it to add/remove platforms, or add custom platforms in the Settings UI (persisted to ~/.skillsmanage/config.json).

Project Structure

dsh-skills-hub/
├── package.json          # plugin manifest (dsh.client / dsh.bundle.patch)
├── cordis.patch.yml      # bundle patch (insert entry, applied automatically by dsh plugin add)
├── lib/
│   ├── index.js          # Host half: node:fs symlinks + webServer routes
│   └── client.js         # Client half: settings UI (__ModuleLoader__.load)
├── scripts/
│   ├── install.ps1       # Windows one-click install script
│   └── install.sh        # macOS / Linux one-click install script
├── test/core.test.js     # unit tests (link primitives + uninstall semantics + cross-platform link type)
├── README.md             # this file (English)
├── README.zh.md          # Chinese translation
├── LICENSE
└── CHANGELOG.md

Security

  • Write endpoints accept loopback Host only (localhost / 127.0.0.1) and require a custom marker header (DNS rebinding protection).
  • Skill names are whitelisted [a-zA-Z0-9._-] (no path traversal).
  • The central library itself is never deleted; link removal never touches the data source.
  • Deleting a local real directory is an explicit user action, shown as a red 「删除」 button distinct from link 「卸载」.

License

MIT

✅
CodingCopilot~/.copilot/skills✅
CodingAider~/.aider/skills✅
LobsterOpenClaw~/.openclaw/skills✅
LobsterQClaw~/.qclaw/skills✅
LobsterAutoClaw~/.openclaw-autoclaw/skills✅
LobsterWorkBuddy~/.workbuddy/skills-marketplace/skills✅

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序