DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-skill-usage

Skill Usage

DeepSeek Harness Web GUI 的侧边栏技能中心——显示当前会话正在使用或已使用的技能,并可通过将技能说明注入对话,一次启用一个或多个技能。

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

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

兼容性与来源证明

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

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

版本

0.2.0stable
2026/9/1
0.1.1stable
2026/9/1
0.1.0stable
2026/8/31

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包

README

dsh-skill-usage

Sidebar skill hub for DeepSeek Harness Web GUI. DeepSeek Harness 侧边栏技能中心 ✨

A DSH plugin that lives at the bottom of the sidebar:

  • Shows the current skill — the most recently used skill of the active session, plus the full first-use history.
  • Enables skills for the conversation — pick one or several skills from the session's available catalog and enable them at once. Each selected skill is shipped as a /name gesture in a single prompt, so the host injects its instructions and the model can use it for the whole conversation.

侧边栏底部的小徽章:实时告诉你当前会话「现在正在用什么技能」,还能一次勾选 一个或数个技能并启用——技能说明注入本轮对话,模型整轮可用。装上就能用~

🐾 Star us!

Hey there, lovely human! 👋 If this little plugin made your DSH a tiny bit nicer to use, would you take one second to drop a ⭐ Star on the repo? Every star is a cookie 🍪 that powers this small plugin — with enough of them, it can keep getting stronger and cuter!

Pretty please, the star is just up there in the corner (´。• ω •。`) ♡

—— a tiny plugin that works hard on every line of code 🐱✨

嘿,亲爱的小伙伴!🐾 如果你觉得这个小插件让你的 DSH 用起来更顺手了, 能不能花一秒钟,给仓库点一颗 ⭐ Star 呀? 你的每一颗星星,都是给这个小插件充电的 小饼干 🍪💖 有了它们,我才有动力继续修炼,变得更强更好用!

拜托拜托~星星就在右上角,点一下下就好啦 (´。• ω •。`) ♡

——— 一只认真敲代码的小插件 🐱✨

📸 截图 Screenshot

Skill usage sidebar hub in action

占位截图:等 DSH 重启后换成真实截图(替换 docs/screenshot.svg 或另存为 docs/screenshot.png)

How it works

The plugin registers a skillUsage session projection (a pure fold over the session log) that observes skill tool calls and user-explicit /name invocations, folding them into a { active, history } wire value.

The browser half reads that projection for the current session through the global useSessions seat (the host folds projection values into list rows) and renders a trigger in the sidebar's sidebar.footer.action band. Opening the panel lists the used skills and the session's available skill catalog; the Enable action builds one /name … prompt, so the host's tool-skill boundary injects every selected body into the conversation.

Install

From the plugin store

dsh plugin --profile web add dsh-skill-usage

Local (self-authored)

dsh plugin --profile web add /path/to/dsh-skill-usage

Usage 使用说明

No configuration needed. Once installed, the skill trigger appears at the bottom of the sidebar. Before any skill use, the badge shows a generic label; after the model loads a skill (or you invoke one via /name), it shows the current skill. Clicking the badge opens the panel:

  • 本会话已使用 / Used this session — the skills used so far.
  • 可用技能 / Available skills — the session's user-invocable catalog, with checkboxes.
  • 启用 (N) / Enable (N) — send the selected skills (one or several) as a /name … prompt; the host injects their instructions and they stay available for the rest of the conversation.

不需要任何配置。 装上后,侧边栏底部会出现技能徽章。模型加载某个技能、或 你通过 /name 显式调用后,徽章显示当前技能。点击徽章打开面板:可查看本会话 已使用的技能、勾选一个或数个可用技能,点「启用」一次注入——技能说明进入对话 上下文,模型整轮可用。

Build

npm run build:host    # tsc → lib/index.js + lib/index.d.ts
npm run build:client  # esbuild → lib/client.js (browser bundle)
npm run build         # both
npm run typecheck     # tsc (host + client) — noEmit

License

MIT