dsh-screen-eye
macOS 与 Windows 上的 agent 截屏:一个工具截屏并把图片本身返回给模型,无需再调第二次。Windows 上整段连拍在同一个引擎进程内完成;macOS 上常驻助手把区域截图降到 13ms、变化检测降到 23ms。另有一个仅 macOS 的工具:报告屏幕录制授权状态,并直接打开用于修复的系统设置面板。
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.
怎么安装
dsh plugin add github:davidekingsss/dsh-screen-eye 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-19
- 创建于
- 2026-09-15
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, macos, screenshot
同类推荐
dsh-imagegen
dickpy/dsh-imagegen
面向 DSH Web GUI 的 AI 生图插件:通过可配置的 OpenAI 兼容端点(gpt-image-2 / gpt-image-1 / dall-e-3)实现文生图与图生图,提供 api_url/api_key 设置卡片与侧边栏分栏生图工作台。
modlens
liustack/modlens
为纯文本模型架起视觉桥梁:粘贴图片,输出结构化 JSON 证据(OCR、版面、语义)。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-tool-describe-image
给纯文本模型补视觉:describe_image 把本地路径/URL/附件图片交给可配置的 OpenAI 兼容视觉端点,进会话的只有返回文本。
dsh-vision-router
ysr666/dsh-vision-router
为纯文本 Agent 提供视觉能力:内置免 Key 视觉链 + 像素级视觉工具(看图问答、定位、裁剪、像素对比、取色、OCR、矢量化、抠图、截图);粘贴图片即可用。