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.

Imagegen — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@little-traincar/dsh-imagegen

Imagegen

Image generation tool for DeepSeek Harness — Doubao Seedream 5.0 Pro / qwen-image-3.0-pro, watermark-free, inline in-chat display.

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

npx -y @deepseek-ai/dsh plugin --profile web add @little-traincar/dsh-imagegen@0.1.5
READMECompatibilityVersions

Compatibility and provenance

Imagegen is published as @little-traincar/dsh-imagegen and currently resolves to version 0.1.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/16/2026

Versions

0.1.5stable
9/16/2026
0.1.3stable
9/9/2026
0.1.2stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.1.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
51.8 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/16/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

English | 简体中文

dsh-imagegen---DSH RAW Image Plugin

Register the 'generate_image' tool for DeepSeek Harness agent: doubao Seedream 5.0 Pro / qwen-image-3.

setup

# npm 
dsh plugin --profile <name> add @little-traincar/dsh-imagegen

# Github
dsh plugin --profile <name> add github:little-traincar/dsh-imagegen#v0.1.1

# tarball
dsh plugin --profile <name> add ./dsh-imagegen-0.1.0.tgz

GitHub installation will be intercepted by pnpm for the first-time build authorization: add the package key to the profile's pnpm-workspace.yaml as prompted by dsh.

allowBuilds:
  '@little-traincar/dsh-imagegen': true

(Source code checkout users can also: pnpm dsh web -- patch<repository>/imagegen/codes. yml)

delete

# pnpm
dsh plugin --profile <name> remove @little-traincar/dsh-imagegen

use

1.Restart dsh ->Settings ->Imagegen ->Fill in Bean Pack/QWEN Key ->Save (with immediate effect; you can also use the environment variables' ARK_API_KEY '/' DASHSCOPE.API_KEY ').

2.In the conversation, it was mentioned that there is a need.

for example: Draw a summer coffee shop promotion poster: retro magazine collage style, cream yellow+coffee brown, vertical version; Text: Main title "Summer Ice Cafe Festival" sub title "Half price for the second cup of the entire event";

The image is embedded and displayed in the conversation, and saved to 'outdir' (default '/generated images', can be changed in settings or patches).

**Map generation * *: paste the map into the session (or give the local absolute path/URL) and say "change this map to China-Chic style/change the background" - the agent will redraw based on the reference map through the 'image' parameter.

Configuration (Priority: GUI Settings>cordis. catch. yml>Environment Variables)

itemdefaultexplanation
apiKeys.*NULLdoubao / qwen key;environment variable ARK_API_KEY / DASHSCOPE_API_KEY
baseUrls.*officialCan point to any OpenAI style /images/generations Compatible gateway
models.*snapshot IDDoubao alias will be 404, do not change it back doubao-seedream-5-0-pro
outDirUnder the startup directorygenerated-imagesDisk directory (absolute path)
count / aspect / attachToConversation / requestTimeoutMs2 / 2:3 / true / 300000picture habit

other

The dependent version is matched with the target DSH version; If the installation report says' version does not exist ', align the' package. json 'dependent version to your DSH version.

If you encounter the inability to input APIs, please check your DSH version. This plugin is developed based on 0.1.3-alpha. 2.

This project was completed with AI assisted development (Vibe coding) and has passed local smoke testing and real API call verification (real machine image output, watermark closure, attachment storage, and session embedding have all been tested and passed); If any abnormalities are found, please feel free to raise an issue or PR.