DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Asset Manager — DSH Plugin for DeepSeek Harness
← Plugins
A

@dsh-external/dsh-asset-manager

Asset Manager

DSH-Omni system overview and component management center: a real asset panel for plugins/skills/presets/specifications (dual entry points via tabs and header buttons), including version update checks, enable/disable controls, secondary deletion confirmation, and built-in protection

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:butingxz/dsh-asset-manager#0577497aa6ef0fd66be8bc181c6ece8f4e9d845f
READMECompatibilityVersions

Compatibility and provenance

Asset Manager is published as @dsh-external/dsh-asset-manager and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/25/2026

Versions

0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/25/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb 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 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

@dsh-external/dsh-asset-manager — DSH-Omni 系统总览与组件管理中心

把 DSH 的全部组件装进一个「指挥室」:插件 / 技能 / 预设 / 规范(spec), 真实数据扫描,统一 DSHComponent 数据模型,白色主题 + 青色强调。

安装

# 方式一:插件市场(设置 → 插件市场)搜索 dsh-asset-manager 一键安装
# 方式二:命令行(GitHub 源)
dsh plugin --profile web add github:butingxz/dsh-asset-manager

入口(双入口)

  1. 会话视图页签「🧩 系统总览」(conversation.view):全屏左树导航 + 右侧卡片表格
  2. 会话头部右侧 🧩 按钮(conversation.session.header.utilities):直达大面板

功能

  • 4 张统计卡:总数 / 启用中 / 已停用 / 可更新
  • 分类树 + 状态筛选 + 名称/描述模糊搜索(筛选状态跨页签存活,模块级 store)
  • 滑动开关启用/停用;本地路径缩略 + 一键复制(Toast)
  • 行内展开详情:直白介绍 / 用法示例(黑箱说明书)/ 来源链(仓库链接)/ 位置与时间
  • 删除二次确认:Modal 输入组件全名;删除前自动备份到 workspace/.dsh-asset-backups
  • 内置组件保护(官方 @deepseek-ai/* 与系统规范):删除按钮置灰 + 警告 + 服务端拒绝
  • 版本更新检测:真实查询 npmmirror 最新版本(带超时 + 10 分钟缓存), 可更新项显示「⬆ 升级至 x.x.x」;升级执行由 AI 助手走「重建 → 热重载」完成(v1), 面板内一键升级为 v2 待办
  • 骨架屏加载、操作 Loading 防重复点击、Toast 错误兜底

API

GET  /@dsh-external/dsh-asset-manager/api/assets            # 资产列表(含缓存更新信息)
POST /@dsh-external/dsh-asset-manager/api/refresh-updates   # 触发更新检测
POST /@dsh-external/dsh-asset-manager/api/disable | enable | delete

对话工具:_dsh_external_dsh_asset_manager_status(资产概况速览)。

构建与注入

bash scripts/build.sh              # tsc host + tsdown client
# 注入器环境内:
dev_inject_plugin <本目录>        # 首次注入 / 大改后重注入
dev_reload_package dsh-asset-manager   # 小改热重载(若报 duplicate route:先 dev_clear_routes /@dsh-external/dsh-asset-manager)

注意:client 改动需刷新浏览器页面生效(未开 dev:web 监听时)。