dsh-imagedit
Run the following command in DeepSeek Harness:
dsh plugin install bbbz123/dsh-imagedit
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install bbbz123/dsh-imagedit (source repository https://github.com/bbbz123/dsh-imagedit) in your terminal to install the local image editing and smooth generation plugin in DeepSeek Harness.
About this plugin
In day-to-day Agent workflows, local image editing is often scattered across ad-hoc scripts, while AI image generators such as gpt-image-2 frequently produce broken contours, cracks, and fragmented artifacts that force costly re-runs. dsh-imagedit bundles deterministic local image processing and smoother generation into a single plugin, letting an Agent complete a full pipeline—from cutout to export—in one call, with no cloud API or manual command stitching required.
The feature set covers nearly every routine image operation: two cutout modes (dependency-free flood-fill for quick results, rembg AI for precision); trim, horizontal/vertical flip, rotation, padding, and canvas normalization (scale + center); brightness, contrast, and saturation adjustments; blur and sharpen filters; rounded corners, custom borders, and EXIF auto-orient; JSON-manifest-driven batch processing with recursive folder scanning, plus automatic sprite-sheet assembly and sprites.json generation. On the export side, PNG output is auto-compressed via oxipng or pngquant when available, alongside JPEG and quality-controlled WebP. For generation, the generate_image tool automatically appends a smoothness modifier to the prompt, addressing gpt-image-2's tendency toward fragmented rendering at the source.
The plugin ships in two complementary forms: a cordis plugin that registers image_edit and generate_image as Agent tools, and a Python CLI skill with identical functionality. The Agent prefers the tool when available and falls back to the CLI otherwise. It is well suited for workflow developers who need local asset trimming, bulk image export, or sprite-sheet production, as well as DSH-ecosystem users who value reproducibility and want to stay entirely offline.
Use Cases
- Batch cutout, color grading, and manifest-driven multi-format export in an Agent workflow
- Trimming, rounding corners, and assembling sprite sheets with sprites.json after asset generation
- Auto-appending a smoothness modifier to reduce gpt-image-2 fragmentation artifacts
Best For
- DSH Agent workflow developers who rely on a local toolchain
- Independent developers needing offline, reproducible asset pipelines
- Game and app engineers mass-producing UI sprites and texture sheets
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.