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.

Imggen — DSH Plugin for DeepSeek Harness
← Plugins
I

dsh-imggen

Imggen

DeepSeek Harness plugin: text-to-image output with in-chat image cards, download button, history gallery, and provider selection tabs

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Stellight/dsh-imggen#9c884b9d3055018d7888e0d467b8e29fb6a4ab66
READMECompatibilityVersions

Compatibility and provenance

Imggen is published as dsh-imggen and currently resolves to version 1.0.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/22/2026

Versions

1.0.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
1.0.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/22/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-imggen

DeepSeek Harness 静态 dual-face 插件:为 DSH 提供文生图输出能力(与 dsh-deepseek-balance 同款 profile bundle 机制,重启不丢失、无需批准)。

功能

  • generate_image 模型工具:从文本提示生成图片并在对话工具卡片中直接渲染;
    • 默认后端 Pollinations(免费、无需 API Key);
    • 可选后端 OpenAI(DALL·E 3,需要 OPENAI_API_KEY 或 DSH_OPENAI_API_KEY 环境变量 / DSH 凭证库);
    • 参数:prompt(必填)、provider、size(square/landscape/portrait)、model、seed;
  • 下载按钮:工具卡片上一键下载(浏览器侧 fetch → blob → 保存;跨域失败自动回退到新标签页打开);
  • 历史图片画廊:🖼 历史 按钮打开悬浮画廊,网格缩略图 + 提示词 + 删除/清空,存于浏览器 localStorage(跨重启保留);
  • API 选择选项卡:输入框工具行右侧的 🎨 Pollinations | ✨ OpenAI 分段控件;选择经同源 HTTP 路由同步到 Host,并通过 systemPrompt 变量注入模型提示词,模型默认按选项卡选择调用后端。

架构(dual-face,无构建步骤)

文件半区说明
dsh/index.jsHostESM 插件:注册 generate_image 工具、systemPrompt 变量/节、同源路由 /dsh-imggen/pref;OpenAI 调用与 Pollinations 验证走 Node 原生 fetch
dsh/client.jsClient手写 lazy-CJS bundle(window.__ModuleLoader__.load):工具卡片、历史画廊 overlay、生图 API 选项卡

安全说明

  • 仓库代码不含任何 API Key;OpenAI Key 按 credentials 服务 → OPENAI_API_KEY/DSH_OPENAI_API_KEY 环境变量顺序解析,仅在本地进程内用于官方接口调用。

安装(dsh profile bundle)

  1. 把本包放入 profile 的 node_modules(默认 profile:~/.dsh/profiles/web/):
    • 方式 A:dsh plugin --profile web add <本包路径>(pnpm 转发,自动 reconcile 进 bundles);
    • 方式 B:手动复制到 ~/.dsh/profiles/web/node_modules/dsh-imggen/;
  2. 编辑 profile 的 package.json:
    {
      "dependencies": { "dsh-imggen": "1.0.0" },
      "dsh": { "profile": { "bundles": ["…", "dsh-imggen"] } }
    }
    
  3. 重启 harness(dsh web)。工具卡片、画廊、选项卡自动生效。

License

MIT