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.

Subscription Media Suite — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-subscription-media-suite

Subscription Media Suite

Connect an official Grok subscription to DSH as an ACP subagent, extending its native image support with audio and video tools.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xisheng687/dsh-grok-subscription#30165f47bae2c5f243ff6a02a8b3819479226433
READMECompatibilityVersions

Compatibility and provenance

Subscription Media Suite is published as dsh-subscription-media-suite and currently resolves to version 0.3.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/21/2026

Versions

0.3.0stable
8/21/2026

Related plugins

Loading related plugins…

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

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

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.