hyper-dsh-plugins/dsh-open-eyes3

dsh-open-eyes

Open Eyes for DeepSeek Harness: delegate images to a configurable multimodal model through OpenAI Responses, Chat Completions, or Anthropic Messages.

AI Analysis

核心用途是为无图模型引入图像分析能力。适合需要跨模型进行视觉识别和分析的任务。必要条件是 DeepSeek Harness >=0.1.1-rc.2。

Package
dsh-open-eyes
Version
0.1.1-rc.2
License
MIT
Last updated
Aug 26, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyper-dsh-plugins/dsh-open-eyes

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.