DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Media Skills — DSH Plugin for DeepSeek Harness
← Plugins
M

dsh-media-skills

Media Skills

Free image reading and generation skills for DeepSeek Harness v0.1.6: visual QA, illustration generation, provider fallback, and no bundled keys.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:MJorgin/dsh-media-skills#f71f9517390b35ddfadbeae8b038ff0fd9d8f59c
READMECompatibilityVersions
dsh-media-skills — image review and generation for DeepSeek Harness

Compatibility and provenance

Media Skills is published as dsh-media-skills and currently resolves to version 0.4.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/20/2026

Versions

0.4.1stable
9/20/2026
0.3.0stable
8/24/2026
0.2.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.4.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 17
Weekly downloads
0
Last push
9/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in vision-media.

Tool Describe Image@linxin666/dsh-tool-describe-imageModel-facing describe_image tool for the dsh web GUI: gives a text-only model image understanding by asking a vision-language model at an OpenAI-compatible endpoint to describe one image (local path, http(s) URL, or attachment reference). Hot-pluggable — Modlens@liustack/modlensPlug-in vision for text-only LLMs, powered by the free Antigravity CLIVision Toolkit@anionex/dsh-vision-toolkitDeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, OCR, grounding, UI restoration, pixel diff, Artifacts, and Web UI.Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio and 27 editable video templates as a native DeepSeek Harness conversation view.

README

dsh-media-skills — image review and generation for DeepSeek Harness

🎨 dsh-media-skills

Image review and image generation skills for DeepSeek Harness v0.1.6


A lightweight DSH plugin that contributes two bring-your-own-key media skills:

  • 👁️ vision-review — describe images, run OCR, inspect screenshots, detect UI issues such as overlapping or overflowing text, and output optional structured evidence.
  • 🎨 media-tools — generate illustrations, avatars, backgrounds and banners through SenseNova U1 Fast or SiliconFlow Kolors.

The plugin uses the DSH v0.1.6 skill-provider lifecycle and does not patch DSH core, modify model settings, register providers, or write hidden configuration.

Why · Install · Configure keys · Usage · Manual directory install · Verification · FAQ

English · 简体中文 · 繁體中文 · 日本語 · 한국어 · Español · Deutsch · Português · Русский


Why

DeepSeek Harness v0.1.6 already supports modern image attachments and file workflows for models that accept image input. This bundle focuses on two complementary jobs that remain useful after native attachment support:

NeedSkillHow it helps
Explicit screenshot QAvision-reviewChecks rendering completeness, overlap, overflow, misalignment, watermarks and visual consistency.
OCR and image-to-textvision-reviewTurns screenshots, photos and scanned content into text, with an optional structured JSON contract.
Provider failovervision-reviewUses configured engines in a predictable chain and reports each failed attempt.
Image asset productionmedia-toolsGenerates usable image files through a configured SenseNova or SiliconFlow key.

The plugin leaves model routing to DSH and its Models UI. That makes it compatible with v0.1.6 runtime enabling, disabling, uninstalling and restarting without leaving global state behind.

What changed for v0.1.6

  • Registers both bundled skills through ctx.skills.registerProvider(...).
  • Removes the old implicit llm-pi-ai settings mutation and all model-route seeding.
  • Reads skill metadata directly from each SKILL.md, preventing copy drift.
  • Supports runtime plugin lifecycle: registration is owned by the plugin fiber and can be removed cleanly.
  • Treats old core patches as historical material for DSH <= v0.1.1-rc.2; they are not required for v0.1.6.
  • Adds static manifest validation and a runtime fake-context provider test.

Install

Option 1: DSH Plugin Manager

Open DSH's Plugin Manager and add:

github:MJorgin/dsh-media-skills

Then restart the profile.

Option 2: CLI

For the common web profile:

dsh plugin --profile web add github:MJorgin/dsh-media-skills

Replace web with the DSH profile you actually use. Restart that profile after installation so the new bundle is mounted.

No build step is required: the package ships ready-to-run ESM and Python scripts and has no dependency installation or prepare script.

Configure keys

Keys are never stored in this repository. Skill scripts read environment variables first, then:

~/.dsh/secrets/media-tools.env
~/.codex/secrets/media-tools.env   # legacy fallback

vision-review can also read compatible keys from:

~/.dsh/.credentials.yaml

media-tools reads environment variables and the two media-tools.env files; configure its keys explicitly in one of those locations.

KeyUsed byNotes
GLM_API_KEYvision-reviewPrimary Zhipu glm-4v-flash engine; verify current Zhipu pricing/free-tier terms.
DEEPSEEK_API_KEYvision-reviewOptional paid DeepSeek vision model; also read from DSH credential storage.
SILICONFLOW_API_KEYBoth skillsQwen3-VL for review and Kolors for generation.
SENSENOVA_API_KEYBoth skillsSenseNova vision model for review and U1 Fast for generation.
GEMINI_API_KEYvision-reviewOptional Gemini fallback; may require GEMINI_PROXY on some networks.

Example secrets file:

# ~/.dsh/secrets/media-tools.env, chmod 600
GLM_API_KEY=...
SILICONFLOW_API_KEY=...
SENSENOVA_API_KEY=...
GEMINI_API_KEY=...

Native DSH image models

This plugin does not add a model to the DSH model picker. To have a normal DSH conversation natively accept images, configure a multimodal model/provider in DSH's Models settings. Then use DSH's native attachment flow.

Use vision-review when you want a dedicated scripted review/OCR workflow, a provider failover chain, or structured evidence instead of only a multimodal chat response.

Usage

Vision review

Ask DSH to use vision-review, or run its script from the skill directory:

python3 scripts/vision.py screenshot.png
python3 scripts/vision.py a.png b.png --structured
python3 scripts/vision.py screenshot.png --provider=siliconflow-qwen
python3 scripts/vision.py --doctor

The default prompt checks rendering completeness, overlapping/misaligned/overflowing text, color hierarchy, watermarks and obvious visual bugs. For a specific task, pass a focused prompt:

python3 scripts/vision.py page.png --prompt="检查按钮、标题和图表是否有重叠,并指出具体位置"

The failover chain joins engines only when their keys are available. Optional --structured output includes summary, OCR, reading-order layout, semantics, visual notes and uncertainty.

Image generation

python3 skills/media-tools/scripts/generate.py "a cinematic Chinese palace in the clouds, realistic, grand scale" palace.jpg 16:9

SenseNova is used when SENSENOVA_API_KEY is available. Otherwise the script uses SiliconFlow Kolors when SILICONFLOW_API_KEY is available. SenseNova sizes can be supplied as exact dimensions or common ratios; the script maps them to the nearest supported size.

Manual directory install

Plugin installation is recommended because this repository contains multiple skills. The v0.1.6 filesystem provider scans only one directory level under a skill root, so cloning the repository directly into ~/.dsh/skills/ will not discover nested skills/*/SKILL.md files.

To install manually, link each skill separately:

git clone https://github.com/MJorgin/dsh-media-skills.git ~/.dsh/bundles/dsh-media-skills
mkdir -p ~/.dsh/skills
ln -s ~/.dsh/bundles/dsh-media-skills/skills/vision-review ~/.dsh/skills/vision-review
ln -s ~/.dsh/bundles/dsh-media-skills/skills/media-tools ~/.dsh/skills/media-tools

Restart DSH after creating the links.

Verification

Run the complete local checks:

npm test

This runs DSH bundle manifest validation, runtime provider registration/loading through a fake DSH-like context, JavaScript syntax validation, and Python compilation for both skill scripts.

Historical patches

The old core patches remain available for users maintaining legacy DSH builds:

  • Chinese notes
  • English notes

They apply to historical builds through v0.1.1-rc.2. New v0.1.6 users should not apply them.

Project layout

dsh-media-skills/
├── package.json              # DSH bundle manifest and test commands
├── cordis.patch.yml          # Cordis plugin insertion
├── index.js                  # Registers the bundled skill provider
├── skills/
│   ├── vision-review/        # Image analysis and screenshot QA
│   └── media-tools/          # Image generation
├── scripts/                  # Bundle validation helpers
├── examples/                 # Example images and test card
└── docs/                     # Setup guides, translations and historical notes

FAQ

Do I need a core patch on DSH v0.1.6? No. Configure a multimodal model in DSH for native image conversations, or use the skill scripts for dedicated review and generation workflows.

Does the plugin add a model to the model selector automatically? No. DSH v0.1.6 provides model and plugin management; the plugin only registers skills and never mutates model settings.

Are all providers free? Provider pricing and free-tier policies can change. GLM-4V-Flash and Kolors have been free-tier friendly, while DeepSeek usage is paid. Check the provider's current terms before relying on a workflow.

Are API keys included? No. Keys stay in your environment, DSH credential storage, or local secrets files.

Where should I send sensitive internal screenshots? Only to providers approved by your organization. Avoid Gemini or other external providers for internal documents unless company policy permits them.

Examples

View image View image View image

More details: examples/README.md.

License

MIT