乐于分享
好东西不私藏

我封装的插件让DeepSeek Harness秒变多媒体工作台

我封装的插件让DeepSeek Harness秒变多媒体工作台

DeepSeek Harness太好玩了!哪个Vibe Coder能不爱这个超级乐高积木呢?

But,用惯了Hermes Agent会觉得DeepSeek Harness缺少很多基础能力,比如:

1.GPT/Grok的OAuth(即通过网页版登录即可调用GPT-5.6/Grok-4.6等模型的能力)

2.生图模型:gpt-image-2、grok-imagine-Image2等绘图能力 -- Hermes Agent在完成GPT/Grok的OAuth后可以选择其自带的图片生成模型

3.生成视频:grok-imagine-video-1.5 -- 同上,Hermes使用Grok的OAuth登陆后可以调用grok-imagine-video-1.5;此外,也不支持火山引擎seedance2.0

4.生成音频:火山引擎的seed-audio或者doubao-TTS2.0

5. X Search:不能多做解释... 

我封装了一个DeepSeek Harness的插件包 draco-suite,把以上能力都包进去了,今天正式开源!

仓库地址:

https://github.com/dracohu2025-cloud/draco-deepseek-harness-plugin

Notice:

  • 一共5个插件,可以选择安装其中一个或者全部安装 

    SuperGrok OAuth(可打开grok-imagine-image2生图、grok-imagine-video-1.5生视频)ChatGPT/Codex OAuth(可打开gpt-image-2生图)火山引擎Seed-Audio和DouBao-TTS2.0Seedance2.0(这个无须解释了)X Search (使用SuperGrok OAuth将自动获得X Search能力,这个不能多解释😂,懂的都懂)
# SuperGrok / xAI — Grok 4.6 + Grok Imagine image/videodsh plugin --profile web add github:dracohu2025-cloud/draco-deepseek-harness-plugin#path:grok# Codex / ChatGPT — GPT-5.6 Sol / Terra / Luna + gpt-image-2dsh plugin --profile web add github:dracohu2025-cloud/draco-deepseek-harness-plugin#path:codex# Speech / TTS — speech_generate (Volcengine Doubao TTS / Seed-Audio)dsh plugin --profile web add github:dracohu2025-cloud/draco-deepseek-harness-plugin#path:speech# Seedance 2.0 — extra video_generate backends (Volcengine Ark)dsh plugin --profile web add github:dracohu2025-cloud/draco-deepseek-harness-plugin#path:seedance# X Search — x_search on X (Twitter). Not a web_search enginedsh plugin --profile web add github:dracohu2025-cloud/draco-deepseek-harness-plugin#path:x-search
  • 此外,还fix了DeepSeek Harness原生界面中无法发送图片、视频、音频bug


由于仓库里的README写的非常详细了,不在这里赘述了~

欢迎大家给star,欢迎提PR!

有问题请在评论区留言~

Have fun!

Some screenshots:

模型选择界面:

gpt-image-2图片生成界面:

TTS音频生成界面

视频生成界面