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.

Grok Image — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-grok-image

Grok Image

DeepSeek Harness plugin: Grok Imagine image generation as a model tool (subscription)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:clarkzhao/dsh-grok-image#a81241c8796a008015759675f3586598bb70f90a
READMECompatibilityVersions

Compatibility and provenance

Grok Image is published as dsh-grok-image and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/7/2026

Versions

0.1.1stable
9/7/2026
0.1.0stable
8/25/2026

Related plugins

Loading related plugins…

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

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIDeepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.Image Gendsh-image-genBring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream, DashScope, local ComfyUI & more.

README

dsh-grok-image

DeepSeek Harness 插件:把 Grok Imagine 图片生成(订阅额度)注册成 DSH 的模型工具 image_gen。针对 DSH 0.1.2-rc.1。

  • GitHub: https://github.com/clarkzhao/dsh-grok-image (待发布)
  • topic: dsh-plugin

能力

  • 工具 image_gen:根据文本描述生成图片
  • 走 Grok 订阅端点 https://cli-chat-proxy.grok.com/v1/images/generations,与 dsh-llm-grok 同一凭据(GROK_SESSION_TOKEN)与代理(Clash http://127.0.0.1:7890)
  • 凭据不会自动续期。自动把 grok CLI token 挂进 DSH:见 dsh-llm-grok/docs/credential-sync.md
  • 模型:grok-imagine-image-quality(默认,可配置)
  • 比例:auto / 1:1 / 16:9 / 9:16 / 3:2 / 2:3
  • 参数 inline_image(默认 true):是否把图片内联进对话。当前模型适配器不支持图片内容时(如 deepseek),设 false 只返回保存路径
  • 生成结果:
    • 写入 DSH 附件服务 → Web UI 直接内联渲染,模型可继续看图(grok 模型)
    • 同时落盘到 outputDir(默认 ~/grok-images)→ 本地文件副本
    • 用量记入 usage.log.jsonl(成本核算用;Imagine API 不返回单次 usage)

本地媒体(可选 AIRP 舞台)

本插件不自建 HTTP 路由。装了 dsh-airp 时,生成图挂到 Host 的 airpStage(/airp-media)。工具回执带同源绝对 URL,叙述者写进对白:

![水墨斗笠猫](http://127.0.0.1:3080/airp-media/mashui-cat-xxx.jpg)

Web Markdown 只渲染绝对 http(s),且须与当前 GUI origin 一致。没有 AIRP 时仍落盘 + 附件,不贴本地路径。

安装

dsh plugin --profile web add dsh-grok-image
# 本地开发:
dsh plugin --profile web add ./dsh-grok-image

安装后 bundle 写入 grok-image 并注册 image_gen 工具。需重启 DSH 生效。

配置

- id: grok-image
  name: dsh-grok-image
  config:
    baseURL: https://cli-chat-proxy.grok.com/v1
    apiKeyEnv: GROK_SESSION_TOKEN
    proxy: http://127.0.0.1:7890
    model: grok-imagine-image-quality
    outputDir: ~/Workspace/grok-images
    usageLog: true

开发

pnpm install
npm test
npm run build

限制

  • 只实现 image_gen;image_edit(图生图)与 video_gen 未实现,参考 grok-build 同模式可后续扩展
  • 免费 / X Basic 档用户会被订阅端点零额度限制(SuperGrok 专属能力)
  • 生成耗时可达 1-2 分钟,工具超时 300s