Screenshot
截图捕获:捕获和对比屏幕、窗口、网页、模拟器等多种对象的截图,支持灵活的等待策略和视口配置。
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
clawhub install screenshot通过 OpenClaw screen.record 捕获 macOS 屏幕的稳定且权限友好的方法,特别适合无头环境或需要确保捕获可靠性的场景。
A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install mac-node-snapshot # 之后直接对 Claude 说"用 mac-node-snapshot 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install mac-node-snapshot
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需要macOS系统权限授予,基于OpenClaw screen.record API
{skill}.mkdir -p "{skill}/tmp" \
&& openclaw nodes screen record --node "<node>" --duration 1000 --fps 10 --no-audio --out "{skill}/tmp/snap.mp4" \
&& ffmpeg -hide_banner -loglevel error -y -ss 00:00:00 -i "{skill}/tmp/snap.mp4" -frames:v 1 "{skill}/tmp/snap.png"
ffmpeg (ask before installing).read on {skill}/tmp/snap.png to attach it to the reply.nodes status, ensure OpenClaw app is running/paired.clawhub mac-node-snapshot --check-permissions && clawhub mac-node-snapshot --capture full --output ~/Desktop/snapshot.png截图捕获:捕获和对比屏幕、窗口、网页、模拟器等多种对象的截图,支持灵活的等待策略和视口配置。
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
clawhub install screenshot