AI Agent Hub
Back to plugins
🤖

taxue-dsh-artisan

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install taxueseek/taxue-dsh-artisan

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

Run dsh plugin install taxueseek/taxue-dsh-artisan in your terminal to install the plugin; full source code and documentation are available at https://github.com/taxueseek/taxue-dsh-artisan

About this plugin

In DeepSeek Harness, going from a reference image to a generated one used to mean chaining two unrelated plugins and letting the model manually shuttle structured fields between them — fragile, slow, and full of silent failures. taxue-dsh-artisan folds the entire pipeline into a single plugin with four tools you can invoke individually or chain in sequence, eliminating the need for external glue scripts.

Each tool has a sharp focus. reverse_prompt reads an image and outputs a ready-to-paste generation prompt guided by nine quantified visual anchors (aspect ratio, mood, style, surface layer, composition, light/color/material, subject, visible text, negative constraints), with the ratio computed from real pixel dimensions and locked into the first sentence; an optional LLM re-writer converts raw observations into generation-ready instructions. extract_palette runs a deterministic pixel-level color extraction (K-Means in Oklab space) on PNGs, returning primary, secondary, and accent hex values with proportions — the same image always yields the same palette. optimize_prompt audits a candidate prompt locally for camera conflicts, style contradictions, and IP risk, then suggests single-variable fixes. generate_image renders via Google Gemini, OpenAI, ByteDance Seedream, xAI Grok, or a ChatGPT subscription, with optional reference-image side-by-side preview and image-to-image control; every output is saved to disk alongside a JSON sidecar containing the full prompt and metadata.

Built for solo developers, art directors, and prompt engineers working inside DeepSeek Harness who need to go from a client screenshot or mood board to a reproducible prompt, verify exact color values, and iterate across multiple image providers — all without juggling three plugins and hand-copying fields between them.

Use Cases

  • Turn a client screenshot or mood board into a ready-to-paste generation prompt
  • Audit a candidate prompt locally to pinpoint camera conflicts and style contradictions, then apply single-variable fixes
  • Generate images across Gemini, OpenAI, Seedream, and Grok with side-by-side reference preview

Best For

  • Solo developers and art directors who convert reference images into reproducible generation prompts
  • Prompt engineers tuning style, color, and composition across providers inside DeepSeek Harness
  • Visual designers who want pixel-level color accuracy in generated images instead of eyeballing palettes