dsh plugins中文
← Back to popular plugin directory

cordis plugin

maxwell-feng/dsh-windows-ocr · skills

windows-ocr DeepSeek Harness (dsh) plugin that lets text-only models accept attached images: every image is recognized locally with the built-in Windows OCR engine () and only the recognized text is sent to the model API.

★ 6GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

Hand this repository to any AI agent, or paste the instruction below, and the agent will install and verify the plugin for you: Please install the dsh plugin in this repository by following . Run every preflight check, choose an install mode, then complete the mandatory verification: attach an image to a text-only model session and confirm the model answers with the recognized text.

agents-install.md is a step-by-step guide written for AI agents: preflight checks, both install modes (permanent profile patch / temporary --patch overlay), mandatory functional verification, and troubleshooting for the failure modes you are likely to hit. Manual install instructions are below. Why a plugin (not a skill)

dsh skills are Markdown instruction files injected into the model context — they cannot execute code, cannot hook the request pipeline, and cannot stop an image from being serialized. This feature needs exactly that, so it is a cordis plugin that hooks two public seams of the llm service:

Install command

dsh plugin --profile web add github:maxwell-feng/dsh-windows-ocr
View GitHub repository ↗Back to popular plugin directory