YYTbit/dsh-plugin-vision-toolkit1

dsh-plugin-vision-toolkit

Vision toolkit for DeepSeek Harness -- glance, ground, detect, crop CLI tools for text-only agents to understand images

AI 分析

核心用途是为纯文本 Agent 提供一组图像处理与分析的 CLI 工具(如检测、裁剪、定位等),使其具备视觉理解能力。适合需要处理图像输入但使用非原生视觉模型的任务。

パッケージ
dsh-plugin-vision-toolkit
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YYTbit/dsh-plugin-vision-toolkit

ドキュメント

README 全文を読む ↗

Configuration

Set environment variables:

export VISION_API_KEY=sk-xxx           # Vision API key (falls back to DEEPSEEK_API_KEY)
export VISION_BASE_URL=https://...     # API endpoint (falls back to DEEPSEEK_BASE_URL)
export VISION_MODEL=deepseek-vl2       # Vision model name

Usage examples