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 screenshotA robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install mac-node-snapshot # Then just tell Claude: "use mac-node-snapshot to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install mac-node-snapshot
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
{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.pngCapture, 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