dsh-screen-eye
Agent screen capture on macOS and Windows: one tool captures the screen and returns the image itself, so the model sees it without a second call. On Windows a whole burst runs in one engine call; on macOS a resident helper drops a region capture to 13ms and a change check to 23ms. A second tool, macOS only, reports whether Screen Recording is granted and opens the settings pane that fixes it.
macOS 与 Windows 上的 agent 截屏:一个工具截屏并把图片本身返回给模型,无需再调第二次。Windows 上整段连拍在同一个引擎进程内完成;macOS 上常驻助手把区域截图降到 13ms、变化检测降到 23ms。另有一个仅 macOS 的工具:报告屏幕录制授权状态,并直接打开用于修复的系统设置面板。
How to install
dsh plugin add github:davidekingsss/dsh-screen-eye About
dsh-screen-eye An autonomous eye for DeepSeek Harness on macOS and Windows: the agent captures the screen and receives the picture **in the same tool call**, so it can look at a running app, a dialog, an error or its own UI work without asking you for a screenshot. No native build step, no bundled binary, no dependencies. What it adds Two model-callable tools: | Tool | What it does | |---|---| | screenshot | Captures the screen and returns the image itself, as an image content block the model can see. | | screen_permission | On macOS: reports whether this process is currently allowed to captur…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-19
- Created
- 2026-09-15
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, macos, screenshot
Related plugins
dsh-imagegen
dickpy/dsh-imagegen
AI image generation for the DSH Web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with an api_url/api_key settings card and a sidebar split-pane generation studio.
modlens
liustack/modlens
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-tool-describe-image
A `describe_image` vision tool for text-only models: images (local path, URL, attachment) go to a configurable OpenAI-compatible vision endpoint and only the returned text enters the session.
dsh-vision-router
ysr666/dsh-vision-router
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.