AI Agent Hub
Back to plugins
🧰

dsh-gpt-image

Web Tools Updated 2026.09.10

Run the following command in DeepSeek Harness:

dsh plugin install CAI-MH/dsh-gpt-image

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install CAI-MH/dsh-gpt-image in the DeepSeek Harness terminal to install it; see https://github.com/CAI-MH/dsh-gpt-image for details

About this plugin

Generating images through the web version of ChatGPT usually means repetitive manual steps: switching tabs, waiting for rendering, and saving files by hand. dsh-gpt-image collapses that workflow into a single tool call. Once gpt_generate_image is registered, one prompt triggers the entire generate-and-download pipeline, removing all the tedious browser interaction.

The plugin reuses an already-logged-in ChatGPT web session via the Edge debug port (9222), drives the browser with puppeteer-core to produce the image, and automatically downloads the result into the current workspace under figures/gpt_generated/. No extra API key is needed; it simply leverages the existing web login. Script and Edge resources live in a user-defined directory, and migration only requires updating the web profile patch configuration without touching the plugin source.

It is ideal for developers and content creators who frequently need model-generated illustrations in their DSH Desktop workflow, want bulk image output, or wish to fold web-based ChatGPT image generation into an automated pipeline.

Use Cases

  • One-click image generation from a logged-in web ChatGPT session with automatic download to the current workspace
  • Eliminate repetitive tab-switching, render-waiting, and manual saving during bulk image tasks
  • Fold web-based ChatGPT image generation into an automated DSH Desktop content pipeline

Best For

  • Developers and content creators who need frequent model-generated illustrations
  • Technical users who want to automate web ChatGPT image tasks in their workflow
  • Heavy DSH Desktop users who prefer reusing an existing web login over extra API keys