hyper-dsh-plugins/dsh-open-eyes3

dsh-open-eyes

DeepSeek Harness 视觉委派插件:通过 OpenAI 或 Anthropic 接口将图像委派给可配置的多模态模型进行分析。

AI 分析

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

套件
dsh-open-eyes
版本
0.1.1-rc.2
授權
MIT
最近更新
2026年8月26日

安裝

$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.