zcXie777/dsh-image-reader

Plugin ⭐ 3 MIT toolsvisual

Give a text-only DeepSeek Harness agent the ability to read images directly: one model-facing readimage tool that asks any OpenAI-compatible vision endpoint about an image by its workspace path.

catalog description:Give DeepSeek Harness agents native image reading: a read_image tool backed by any OpenAI-compatible vision endpoint.

Install

git clone https://github.com/zcXie777/dsh-image-reader.git
cd dsh-image-reader
npm install
npm run build          # lib/ is not committed; build once after cloning
cd ..
dsh plugin --profile web add "$PWD/dsh-image-reader"
dsh plugin --profile headless add "$PWD/dsh-image-reader"
dsh --profile web --dump-config | grep image-reader

Add zcXie777/dsh-image-reader to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.