Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install screenshot或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install screenshot⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/screenshot/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Screenshot slug: screenshot version: 1.0.1 homepage: https://clawic.com/skills/screenshot description: "Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and output format. Use when (1) you need screenshots for debugging, QA, docs, bug reports, or visual review; (2) desktop, browser, simulator, or headless capture is involved; (3) stable screenshots require fixed viewport, settling, masking, or animation control." changelog: "Improved screenshot guidance with stronger browser, simulator, CI, and visual-stability rules while keeping the skill compact." metadata: {"clawdbot":{"emoji":"📸","os":["linux","darwin","win32"]}} ---
Use when the task needs a screenshot of a desktop app, browser page, simulator, region, window, or full screen, especially for debugging, QA, documentation, release notes, bug reports, visual review, or before/after comparison.
This skill is about taking the right screenshot reliably, not about editing images after the fact.
| Context | Best default | Why | |---------|--------------|-----| | macOS desktop or window | screencapture | Built-in, reliable, supports silent, interactive, region, and window capture | | iOS Simulator | xcrun simctl io booted screenshot | More reliable than generic desktop capture for simulator output | | Linux Wayland | grim + slurp | X11 tools often fail or behave oddly on Wayland | | Linux X11 / headless CI | scrot or browser-native capture | Works in minimal or virtual-display environments | | Windows desktop capture | nircmd savescreenshot or Pillow ImageGrab | Easier than verbose PowerShell screen APIs | | Web page or web app | Playwright | Best for stable viewport, element, full-page, masked, and regression screenshots | | Visual diff / screenshot tests | Playwright with fixed viewport | Better control over animations, caret, masks, and reproducibility |
Default to the most native capture path first. Move to browser-native tooling when determinism, masking, element capture, or visual regression matters more than convenience.
screencapture -x out.png for silent capture, -i for interactive selection, -R x,y,w,h for a fixed region.xcrun simctl io booted screenshot out.pnggrim -g "$(slurp)" out.pngInstall with clawhub install if user confirms:
playwright — Browser automation, DOM interaction, and web screenshotsimage — Post-capture format, cropping, compression, and export decisionsimage-edit — Annotation, cleanup, masking, and targeted edits after capturedocumentation — Turning screenshots into docs, guides, and release assetsvideo — When a flow should be recorded instead of reduced to still imagesclawhub star screenshotclawhub sync安装 Screenshot 后,可以对 AI 说这些话来触发它
Help me get started with Screenshot
Explains what Screenshot does, walks through the setup, and runs a quick demo based on your current project
Use Screenshot to capture, inspect, and compare screenshots of screens, windows, regi...
Invokes Screenshot with the right parameters and returns the result directly in the conversation
What can I do with Screenshot in my design & creative workflow?
Lists the top use cases for Screenshot, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/screenshot/ 目录(个人级,所有项目可用),或 .claude/skills/screenshot/(项目级)。重启 AI 客户端后,用 /screenshot 主动调用,或让 AI 根据上下文自动发现并使用。
Screenshot 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Screenshot 可免费安装使用。请查阅仓库了解许可证信息。
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Screenshot 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Screenshot
Identifies repetitive steps in your workflow and sets up Screenshot to handle them automatically