hyper-dsh-plugins/dsh-open-eyes ↗★ 3
dsh-open-eyes
Open Eyes for DeepSeek Harness: delegate images to a configurable multimodal model through OpenAI Responses, Chat Completions, or Anthropic Messages.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyper-dsh-plugins/dsh-open-eyes说明文档
阅读完整 README ↗Advanced and headless configuration
The Settings card covers the fields most people need. Advanced request limits, retries, custom headers, authentication overrides, remote URLs, and filesystem policies remain available in cordis.patch.yml and are preserved when a scheme is edited in Settings.
Minimal advanced configuration example
- id: vision-bridge
config:
enabled: true
visualAnalysis: default
focusAreas: []
preference: ''
providers:
- id: my-vision
protocol: openai-chat-completions
baseUrl: https://api.example.com/v1
model: your-vision-model
credential: VISION_PROVIDER_API_KEY
maxOutputTokens: 2048
chatMaxTokensField: max_completion_tokens
defaultProvider: my-vision
Store VISION_PROVIDER_API_KEY in the Credential source used by DSH. Keep only the reference name in configuration.
For a headless profile, replace web in the installation and inspection commands with the intended profile name. The vision_analyze tool and bundled vision-bridge Skill remain available without the Web Settings card.