Install
openclaw skills install mac-node-snapshotA robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.
openclaw skills install mac-node-snapshotUses node screen.record to record a 1-second clip and extract a high-quality PNG frame. This workflow bypasses common screencapture permission issues and ensures a reliable image return.
All paths are relative to {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"
Use this skill when the user asks:
ffmpeg (ask before installing).read on {skill}/tmp/snap.png to attach it to the reply.nodes status, ensure OpenClaw app is running/paired.