dsh-ui-spec
DeepSeek Harness plugin that turns UI screenshots into implementation-grade web specs using OCR, deterministic geometry, scene graphs, assets, and render comparison.
AI 분석
核心用途是辅助前端开发,将设计图或截图自动解析为技术规格。适合 UI/UX 设计师和前端工程师快速生成开发规范。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yumimanji/dsh-ui-specVision Fallback Configuration
Vision OCR requires an explicitly named multimodal model:
$env:DSH_UI_SPEC_VISION_API_KEY = "..."
$env:DSH_UI_SPEC_VISION_BASE_URL = "https://your-provider.example/v1"
$env:DSH_UI_SPEC_VISION_MODEL = "your-vision-capable-model"
$env:DSH_UI_SPEC_ALLOW_VISION_FALLBACK = "true"
DSH_UI_SPEC_VISION_API_KEY falls back to DEEPSEEK_API_KEY, then OPENAI_API_KEY. Fine alignment should always be verified when coordinate_precision is approximate.