zcXie777/dsh-image-reader0

dsh-image-reader

Give DeepSeek Harness agents the ability to read images directly: a model-facing read_image tool that answers questions about an image through any OpenAI-compatible vision endpoint.

AI 分析

核心用途是让 Agent 能够自主读取和分析指定路径的图片。适合需要 Agent 处理图像分析、图表读取等视觉任务的用户。

パッケージ
dsh-image-reader
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zcXie777/dsh-image-reader

ドキュメント

README 全文を読む ↗

Configuration fields

FieldDefaultContract
provider.baseUrl— (required)OpenAI-compatible chat/completions base URL
provider.model— (required)Multimodal model name
provider.apiKeyEnvVISION_API_KEYEnvironment variable holding the API key
langzhAnswer language: zh or en
timeoutMs60000Whole-request deadline, 1000–600000 ms
maxImageBytes10485760Encoded-byte limit per image
allowedDirs[]Extra realpath-resolved input roots; the workspace is always allowed