AI Agent Hub
Back to plugins
🖥️

dsh-grok-image

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install clarkzhao/dsh-grok-image

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

Run dsh plugin install clarkzhao/dsh-grok-image inside DeepSeek Harness to install this plugin; source repository: https://github.com/clarkzhao/dsh-grok-image . Restart DSH after installation for the changes to take effect.

About this plugin

dsh-grok-image tackles a common friction point: you already pay for Grok SuperGrok and want to generate images right inside your DSH conversation, but you are forced to switch between a browser and a terminal for every prompt. This plugin registers the Grok Imagine endpoint as a native DSH image_gen tool, so a single text description produces an image without manual curl calls or tab-hopping.

Generated images are written to the DSH attachment service and rendered inline in the Web UI, while a local copy is saved to a configurable output directory (default ~/grok-images). Six aspect ratios are supported, and you can toggle whether the image is injected into the model context (useful when your active model adapter cannot read image content). When paired with dsh-airp, the image can also be mounted on the AIRP media stage for same-origin page references.

Best suited for DSH power-users who hold a Grok SuperGrok subscription and want zero-friction text-to-image generation within their agent workflow. Note that this is an exclusive SuperGrok feature (not available on free tiers), and a single generation may take 1–2 minutes.

Use Cases

  • Describe a scene in a DSH chat and get an image instantly without switching tools
  • Produce quick illustrations or design sketches for documents and presentations mid-workflow
  • Mount generated images onto the AIRP media stage for same-origin page references

Best For

  • DSH daily users who hold a Grok SuperGrok subscription
  • Developers who want zero-friction text-to-image calls inside their workflow
  • Creators who need quick image generation without leaving the DSH environment