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.

Openviking Manager — DSH Plugin for DeepSeek Harness
← Plugins
O

dsh-openviking-manager

Openviking Manager

DSH UI manager for OpenViking connection, user keys, and local configuration.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xbzbing/dsh-openviking-manager#f39bf5bab6bc7ae9468ccb177c3b720fcb658ec3
READMECompatibilityVersions
DSH 插件页中的 openviking-manager恢复或初始化访问:列出账号插件配置页:连接配置与连接验证
恢复或初始化访问:创建用户

Compatibility and provenance

Openviking Manager is published as dsh-openviking-manager and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.1.4stable
9/20/2026

Related plugins

Loading related plugins…

Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/20/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 security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleMobiledsh-mobileDeepSeek Harness mobile adaptation and secure access plugin, supporting LAN, remote connections, Android App, and mobile browsers.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-openviking-manager

English | 简体中文

dsh-openviking-manager 是一个 DSH Web UI 插件,用于管理已有 OpenViking 服务的客户端连接、用户 Key 和本机配置诊断。它只管理客户端配置;记忆同步、提交和召回仍由官方 @openviking/dsh-memory-plugin 负责。

OpenViking 是火山引擎开源,专门给 AI Agent 设计的上下文数据库,用来解决 Agent 长上下文、记忆、知识库管理问题。OpenViking 需要部署对应的服务端程序,服务支持远程访问和账号隔离,因此也适用于做跨设备、跨会话的远程记忆中心。本插件只是为 OpenViking 增加一个配置界面,便于管理本地的客户端配置。

OpenViking 的安装配置详见其官方网站:DeepSeek Harness 记忆插件

功能

  • 读取、导入和原子更新 ~/.openviking/ovcli.conf;
  • 保留已有 user_key,页面仅显示掩码而不回传明文;
  • 检查 OpenViking 的 /health、/ready 与用户身份;
  • 检查 ovcli.conf 的 JSON 格式和文件权限,并提供经确认的权限修复;
  • 本机发现:读取 ~/.openviking/ov.conf 的非敏感状态,例如认证模式、是否存在 root key;ovcli.conf 始终优先;
  • 临时使用 root_api_key 调用官方 Admin API:列账号、列用户、创建账号/用户、重新生成用户 Key;
  • 根据当前 endpoint 推导 Studio 地址(<endpoint>/studio),允许用户手工改为反向代理地址;
  • UI 跟随 DSH 系统语言设置,支持简体中文和英文。

界面

在 DSH 中恢复与初始化
DSH 插件页中的 openviking-manager恢复或初始化访问:列出账号
插件配置页:连接配置与连接验证恢复或初始化访问:创建用户

截图由 npm run screenshots 在一个隔离的 DSH 实例中生成,英文版见 README_EN.md。

安全边界

  • root_api_key 只在浏览器表单和一次同源管理请求期间使用,绝不写入 ovcli.conf;创建/轮换完成后插件会清空该输入。
  • 现有 user_key 从服务端本地读取,浏览器只收到掩码;连接验证可在不回显旧 key 的情况下完成。
  • 多数管理路由仅接受同源请求,响应使用 no-store,且不在日志中记录请求头。
  • 本插件不启动、停止或修改 OpenViking 服务端,也不替换官方记忆插件。

安装

# 安装 openviking 的官方插件
dsh plugin --profile web add @openviking/dsh-memory-plugin
# 安装配置管理器
dsh plugin --profile web add dsh-openviking-manager
# 也可以直接从 GitHub 仓库安装或者从 file 安装
dsh plugin --profile web add github:xbzbing/dsh-openviking-manager

安装后可能需要重启对应的 DSH profile,在 DSH 插件页面可以看到openviking-manager的配置管理页面。

环境要求

  • Node.js >= 22
  • DSH >= 0.1.6-alpha.2 < 0.2.0
  • 一个可访问的 OpenViking 服务

开发

npm ci
npm run build       # 生成 lib/ 编译产物,不会生成 .tgz
npm test            # 单元测试 + Playwright E2E

lib/ 是随 git 分发的编译产物,改动 src/ 后必须重新构建并提交,否则从 GitHub 安装会加载到缺失或过期的入口。lib/standalone.js 仅供 Playwright 使用,不提交也不随包发布。仓库不会在构建流程中生成或保留 .tgz 安装包。

测试

npm run test:unit
npm run test:e2e

Playwright E2E 覆盖导入并保存 ovcli.conf、非法 endpoint 保护、服务端 user key 验证、临时 root key 的账号/用户选择,以及中文浏览器语言渲染。

项目结构

src/
  ovcli-config.ts       ovcli.conf 读取、校验、原子写入和权限修复
  local-discovery.ts    ov.conf 非敏感发现
  openviking-client.ts  数据面连通性与身份验证
  openviking-admin.ts   官方 Admin API 适配
  manager-api.ts        DSH 同源 HTTP 路由
  client/               DSH Web 页面、样式和 i18n

许可证

本项目采用 MIT License。