Install
openclaw skills install terry-camsnapTake camera snapshots and save them to disk. Use when the user asks to take a photo, capture an image from webcam, or take a snapshot.
openclaw skills install terry-camsnapTake a snapshot from the default webcam using the camsnap utility.
/camsnap [output_path] [--preview] [--output-dir DIR]
If no output path is provided, the snapshot will be saved to the ./snapshots/ directory with a timestamp filename.
python3 ~/.openclaw/workspace/src/camsnap.py {{ $ARGUMENTS }}
--preview only in environments with a display (headless servers will fail).