Install
openclaw skills install camsnap-snapTake webcam snapshots with path validation, safe resource handling, and flexible output options.
openclaw skills install camsnap-snapCamera snapshot utility for AI agents.
python3 camsnap.py
python3 camsnap.py --output-dir ./photos
python3 camsnap.py snapshot.png --camera 1
from camsnap import take_snapshot
path = take_snapshot(output_dir="snapshots", camera_index=0)