dsh-codex-media
Run the following command in DeepSeek Harness:
dsh plugin install yujianjian1013/dsh-codex-media
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install yujianjian1013/dsh-codex-media in the DeepSeek Harness terminal to install the plugin (source: https://github.com/yujianjian1013/dsh-codex-media); restart dsh web and refresh the page after installation to activate it.
About this plugin
DeepSeek multimodal models can already read images, yet nothing in the Harness conversation loop could draw them. dsh-codex-media bridges that gap by routing image generation and editing through your local Codex CLI, which draws from a ChatGPT Plus subscription. Say paint a cyberpunk cat and the model calls generate_image, writing the file to your working directory; paste a reference and ask to change the palette and edit_image redoes the render with that reference attached. No browser tab, no manual API calls.
Under the hood the plugin registers a stdio MCP server exposing four tools: generate_image renders to a path you specify, edit_image accepts a local file path or clipboard reference for guided redraws, clipboard_to_image saves a screenshot to disk via pwsh -STA on Windows, and codex_task delegates a self-contained scripting or file-manipulation job to Codex so it does not consume DeepSeek tokens. Image understanding stays on the native vision path; the plugin does not duplicate that work.
It is built for developers who already run a ChatGPT Plus subscription and have Codex CLI installed, and want in-conversation image output from Harness. If your day includes quick concept renders, tweaking UI screenshots, batch-saving clipboard captures, or offloading a small script task to protect the main model budget, a single natural-language prompt covers it all. Non-Windows platforms get the full generation and editing experience; only the clipboard input tool is unavailable there.
Use Cases
- Trigger AI image generation or reference-guided editing via natural language inside Harness
- Save a clipboard screenshot to a specified path with one prompt
- Delegate a small self-contained scripting job to local Codex to preserve main-model token budget
Best For
- Developers with a ChatGPT Plus subscription and Codex CLI installed locally
- Users who want in-conversation image output in Harness without switching to a browser
- Workers who want to offload small tasks to a sub-agent to protect their DeepSeek token budget
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.