DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Skill Manage — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@nay-1/dsh-skill-manage

Skill Manage

DeepSeek Harness 技能管理设置页插件

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

npx -y @deepseek-ai/dsh plugin --profile web add @nay-1/dsh-skill-manage@0.1.2
README兼容性版本

兼容性与来源证明

Skill Manage 以 @nay-1/dsh-skill-manage 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.1.2stable
2026/8/26
0.1.1stable
2026/8/26

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 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-skill-manage

A graphical skill manager for DeepSeek Harness (dsh). Install, search, enable, disable and remove skills from your Web UI — no SKILL.md editing, no shell commands.

English · 中文

Features

  • Zero-file management — enable/disable, overwrite and uninstall skills through a Web UI panel; frontmatter flags (disable-model-invocation, user-invocable) are rewritten for you.
  • Four install channels — a local folder, a browser folder picker, a GitHub URL, or an online search over skills.sh.
  • Smart batch installs — paste a …/tree/<branch>/<dir> link; a parent directory yields a plan from the GitHub Trees API (~0.5 s, zero clone; falls back to a local clone scan automatically). Tick what you want and install in one shot.
  • Conflict-first UX — same-name skills never die by default; an inline prompt offers Overwrite / Cancel, identically across every install channel.
  • Network resilience — a direct GitHub clone that fails transparently retries through ghfast.top / gh-proxy.com mirrors (on by default).
  • Official rank alignment — scans ~/.dsh/skills + ~/.agents/skills in the exact order the official dsh-skill-filesystem provider uses, including same-name shadowing.

Screenshots

User scope — manage every skill registered for all sessions:

user scope

Project scope — pick a workspace from the Web UI switcher and manage its .dsh/skills:

project scope

Installation

From npm (recommended):

dsh plugin --profile web add @nay-1/dsh-skill-manage

If the pnpm supply chain policy blocks the build script, grant approval in your profile:

# ~/.dsh/profiles/web/pnpm-workspace.yaml
allowBuilds:
  '@nay-1/dsh-skill-manage': true

From GitHub:

dsh plugin --profile web add github:Nay-1/dsh-skill-manage

From a local path:

git clone https://github.com/Nay-1/dsh-skill-manage.git
cd dsh-skill-manage && pnpm install && pnpm build
dsh plugin --profile web add /path/to/dsh-skill-manage

Restart dsh web, then open Settings → Skill Management.

Usage

Management scopes & priority

ScopeDirectoryRankNotes
Project (.dsh)<projectRoot>/.dsh/skills100Highest priority
Project (.agents)<projectRoot>/.agents/skills200Shown with a .agents badge
User (.dsh)~/.dsh/skills ($DSH_HOME/skills)400Default view
User (.agents)~/.agents/skills ($DSH_AGENTS_HOME/skills)500Shown with a .agents badge

The project root is resolved to the nearest ancestor containing .git (official provider semantics). Same-name skills are shadowed by the higher-rank root; installs always land in the top root of their scope. Every skill from a non-top rank root (.agents) gets a .agents badge in the list — user and project scopes alike.

Skill formats: directory bundles (<name>/SKILL.md) and flat single-file skills (<name>.md) are both discovered and manageable.

Installing skills

TabWhat you paste / doResult
Local foldera filesystem path (or a .md file path for a flat skill)installs after frontmatter validation
Browsebrowser folder pickeruploads without exposing absolute paths
GitHubgithub:owner/repo, owner/repo, complete HTTPS URL, or a web …/tree/<branch>/<dir> linka skill dir installs directly; a parent dir opens an install plan
Searcha keyword → skills.sh results (name / repo / install count)click Install — the skill is located in-repo by name (BFS, no need to know the exact path)

Install plan (parent-directory links, bare multi-skill repos):

  1. The repo tree is scanned via the GitHub Trees API — about 0.5 s, no clone (falls back to a clone scan when the API errors, rate-limits, or truncates).
  2. A checklist appears; rows already present are marked Already installed and unchecked by default — checking one means overwrite.
  3. With more than 15 skills a confirmation bar asks first: "N skills — continue?".
  4. Confirm → one shallow clone → each checked skill is validated and installed.

GitHub examples:

InputBehavior
github:JimmyLv/bibigpt-skillsingle-skill repo, auto-located
https://github.com/github/awesome-copilot/tree/main/skills/acquire-codebase-knowledgetree link, one skill, direct
https://github.com/github/awesome-copilot/tree/main/skillsparent dir → install plan
https://github.com/anthropics/skills#path:skills/docx#path: for exact subdirectories (alternative)

Conflicts

Every channel behaves the same: if the name exists, an inline "skill x already exists" prompt offers Overwrite / Cancel. Nothing is overwritten by accident.

Managing the list

  • Search / refresh by skill name.
  • Each row shows a colored letter icon, a status dot (green = enabled, grey = disabled) and an Enabled / Disabled pill.
  • Enable / Disable flips both disable-model-invocation and user-invocable in one click.
  • Uninstall is a two-click confirm, confined to managed skill directories.

Performance & limits

  • GitHub Trees API without authentication: 60 requests/hour — one scan uses one; on failure / rate limit / truncated payload the plugin silently falls back to a clone scan.
  • Batch installs have no hard cap, but >15 skills require explicit confirmation.
  • Private repositories are not supported (no credentials).
  • skills.sh search has a 10-second timeout with a friendly error; the site is a public, undocumented endpoint.

FAQ

GitHub installs hang or time out — is a VPN required? The clone runs inside the dsh process, so it needs either a reachable network or the mirror fallback (on by default). To use a system proxy, launch dsh in a shell that exports http_proxy/https_proxy; git inherits them. If the process has no proxy variables and the mirror cannot reach GitHub either, the error message tells you so.

Do I need a VPN at all? Usually not: ghfast.top and gh-proxy.com mirrors are reachable without a proxy. Keep use mirror on direct failure checked (default).

Skills.sh search says "response timed out". The endpoint is a third-party site; wait and retry. Direct connectivity to skills.sh is generally fine from China.

A skill I searched for cannot be installed. The repository must contain a SKILL.md with a valid name (kebab-case) and description. Skills.sh sometimes lists renamed or removed skills — pick the newest hit or use the repo directly.

Where does a skill come from? Skills in the .agents home root carry a small .agents badge in the list, so you always know which root you are editing or deleting.

Why does my npm install fail with "Two-step verification required"? That is an npm-side publishing policy, unrelated to this plugin — add 2FA to your npm account or use a granular access token with bypass-2FA enabled.

Architecture

PartFile(s)Role
Host halfsrc/index.tsregisters JSON routes under /dsh-skill-manage (host ESM bundle)
Browser halfsrc/client/registers the settings.section slot and renders the React page
Buildbuild.mjsesbuild: host ESM lib/index.js + browser lazy-CJS factory lib/client.js
Compositioncordis.patch.ymlbundle patch inserting the plugin row into the composition

Routes: GET /skills, GET /workspaces · POST /search-skills, /install, /install-upload, /install-github, /remove, /toggle.

Skills are discovered by scanning the filesystem directly (mirroring the official provider's directory and rank semantics), because ctx.skills in the host context only exposes the global layer. GitHub and upload installs clone or stage into temp dirs and reuse one handleInstall validation path. The client bundle is the stable module ID dsh-skill-manage (fixed, not the npm package name — see build.mjs) so registry loading works with any package name.

Development

pnpm install
pnpm build       # emits lib/
pnpm typecheck   # tsc --noEmit

Local loop: edit → pnpm build → restart dsh web.

License

MIT