zcXie777/dsh-image-reader ↗★ 0
dsh-image-reader
DSH 智能体图像读取工具插件,提供 model-facing 的 read_image 工具,通过兼容 OpenAI 的视觉端点回答图片问题。
AI 分析
核心用途是让 Agent 能够自主读取和分析指定路径的图片。适合需要 Agent 处理图像分析、图表读取等视觉任务的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zcXie777/dsh-image-reader說明文件
閱讀完整 README ↗Configuration fields
| Field | Default | Contract |
|---|---|---|
provider.baseUrl | — (required) | OpenAI-compatible chat/completions base URL |
provider.model | — (required) | Multimodal model name |
provider.apiKeyEnv | VISION_API_KEY | Environment variable holding the API key |
lang | zh | Answer language: zh or en |
timeoutMs | 60000 | Whole-request deadline, 1000–600000 ms |
maxImageBytes | 10485760 | Encoded-byte limit per image |
allowedDirs | [] | Extra realpath-resolved input roots; the workspace is always allowed |