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

- 来源：Draco正在VibeCoding
- 发布时间：2026-08-21 22:15
- AIWatch 分数：59
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01m0s8tmngcwvcxwyh9xjhx65r
- 原文链接：https://mp.weixin.qq.com/s?__biz=MzI2NzM4MTQwMg==&mid=2247497712&idx=1&sn=1f56c8b4a4f9fa3692c475d805dd8c2b

## 精选理由

常规快讯，保留列表

## AI 摘要

开发者 dracohu 开源 draco-suite 插件包，为 DeepSeek Harness 补齐 GPT/Grok OAuth、生图/视频/音频及 X Search 能力，可一键安装。

## 正文

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，把以上能力都包进去了，今天正式开源！

image

仓库地址：

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

image

Notice：

一共5个插件，可以选择安装其中一个或者全部安装 •SuperGrok OAuth（可打开grok-imagine-image2生图、grok-imagine-video-1.5生视频）
•ChatGPT/Codex OAuth（可打开gpt-image-2生图）
•火山引擎Seed-Audio和DouBao-TTS2.0
•Seedance2.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
