@paicat1/dsh-screenshot
Standalone screen capture for DeepSeek Harness (dsh): browser hotkeys plus an agent-facing capture+read tool. Forked out of @liustack/modlens#48 (upstream declined the feature).
AI 분석
核心用途是允许用户通过快捷键截图,或让 Agent 自主调用工具截取并读取当前屏幕内容。适合需要让 AI 辅助分析屏幕视觉信息、UI 界面或进行视觉调试的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:paicat1/dsh-screenshot配置
可在 cordis 配置中传参(可选,默认全部开启):
route: false— 关闭浏览器截图路由tool: false— 关闭modlens_screenshot工具
环境变量 MODLENS_DSH_CLI 可显式指定 modlens CLI 路径(默认探测
~/.dsh/profiles/{web,headless}/node_modules/@liustack/modlens/dist/main.js)。