DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-subscription-media-suite

Subscription Media Suite

将官方 Grok 订阅作为 ACP 子代理连接到 DSH,在其原生图像支持的基础上扩展音频和视频工具。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xisheng687/dsh-grok-subscription#30165f47bae2c5f243ff6a02a8b3819479226433
README兼容性版本

兼容性与来源证明

Subscription Media Suite 以 dsh-subscription-media-suite 发布,当前版本为 0.3.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.3.0stable
2026/8/21

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

DSH Grok Subscription

Bring your Grok subscription into DeepSeek Harness.

Paying for Grok but having it confined to the Grok Build CLI makes multi-agent work awkward: tasks, context, and generated media have to be moved by hand. This unofficial DSH plugin suite connects the officially logged-in Grok Build CLI to DSH as an ACP subagent. The official CLI keeps ownership of OAuth credentials; the plugin neither reads nor copies them.

DSH 0.1.0-rc.8 now owns image paste/drop, durable storage, and history preview. This plugin no longer duplicates that image UI. It focuses on the remaining gaps: subscription-backed Grok subagents, Imagine tools, persistent audio/video cards, speech tools, and an original-file-first long-video workflow.

What it provides:

  • A Grok subscription-backed subagent inside DSH through the official Grok Build ACP process.
  • Grok task execution and Imagine image/video tools.
  • Native DSH rc.8 image attachments without a second image UI or store.
  • Native audio/video cards with seeking and restart persistence.
  • TTS, STT, and video analysis via a user-provided XAI_API_KEY.
  • MP4/MOV files up to 50 MB can be analyzed with the complete original file and soundtrack; larger/unsupported inputs fall back to sampled frames plus timestamped, speaker-aware transcription.
  • Explicit consent before either an original file or derived media leaves the machine.

Install the release tarball:

npx @deepseek-ai/dsh@0.1.0-rc.8 plugin --profile web add https://github.com/xisheng687/dsh-grok-subscription/releases/download/v0.3.0/dsh-subscription-media-suite-0.3.0.tgz
NODE_USE_ENV_PROXY=1 npx @deepseek-ai/dsh@0.1.0-rc.8 web

Requirements: DSH 0.1.0-rc.8+, Node 22.19+, ffmpeg/ffprobe, and an officially logged-in grok CLI for subscription-backed ACP. TTS, STT, and original-file video analysis are separate xAI API features and require your own XAI_API_KEY; they are not included in subscription OAuth.

Composer images remain in the selected DSH model's conversation and are not implicitly inherited by a separate ACP subprocess. To ask Grok to inspect a workspace image, include its local path in the delegated task. Audio and video are not DSH rc.8 core attachment types, which is why the media tools remain.

The public API documents file attachments but does not promise an internal "video token" representation. This project therefore calls the feature original-file analysis, not native video tokens.

The implementation and release audit were developed primarily with Codex. See README.zh.md for tested behavior, limits, and full credits.

Unofficial community software; not endorsed by xAI or DeepSeek.