dsh plugins中文
← Back to popular plugin directory

Free visual sidecar

121103qwq/dsh-vision-sidecar · skills

Hosted free vision sidecar for DeepSeek Harness with durable session evidence.

★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

Give text-only models in DeepSeek Harness hosted visual perception without replacing the reasoning model. Images go to a free or custom OpenAI-compatible vision API; the exact description sent to the configured reasoning model is then committed to the DSH session and replayed as ordinary text.

Before starting, have a DSH Web profile that can already call its text model. The plugin does not require a particular reasoning provider or model; it forwards descriptions to the configured targetProvider and targetModel.

1. Make sure your DSH Web profile can already call its text model. 2. Install the plugin and start the Web profile. The default LLM7.io vision tier needs no vision account or key.

Install command

dsh plugin --profile web add github:121103qwq/dsh-vision-sidecar
View GitHub repository ↗Back to popular plugin directory