paicat1/dsh-screenshot1

@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 Analysis

核心用途是允许用户通过快捷键截图,或让 Agent 自主调用工具截取并读取当前屏幕内容。适合需要让 AI 辅助分析屏幕视觉信息、UI 界面或进行视觉调试的用户。

Package
@paicat1/dsh-screenshot
Version
1.0.0
License
MIT
Last updated
Aug 17, 2026

Install

$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)。