/install camera-capture
Camera Control Skill
Control the local computer's built-in camera for capturing photos and basic operations.
When to Use
- User wants to take a photo using the computer camera
- User asks to capture an image from the webcam
- User wants to check the camera view
- Commands like: "拍照", "打开摄像头", "拍张照片", "camera", "webcam", "take a photo"
Tools Required
- Python 3 with OpenCV (
cv2) - Standard library only (no extra deps beyond opencv-python)
Usage
Take a Photo
Capture a single frame from the default camera:
python3 skills/camera/scripts/camera.py capture --output "~/.openclaw/workspace/captures/photo_$(date +%Y%m%d_%H%M%S).jpg"
Or use the wrapper for default location:
python3 skills/camera/scripts/capture.py
This saves to ~/.openclaw/workspace/captures/ with timestamp.
List Available Cameras
python3 skills/camera/scripts/camera.py list
Test Camera (preview window, auto-close after 3 seconds)
python3 skills/camera/scripts/camera.py preview --duration 3
Output
- Photo path is printed to stdout
- Use this path with the
imagetool to analyze the captured photo - Photos are saved to
captures/directory by default
Examples
User: "拍张照片"
Action: Run capture script, then use image tool to show/analyze the photo.
User: "看看摄像头画面" Action: Run preview script for 3 seconds to verify camera works.
Notes
- Default camera index is 0 (built-in webcam)
- If you have multiple cameras, use
--camera 1,--camera 2, etc. - On Windows, the script auto-detects and works with DirectShow backend
- Captures directory is auto-created if it doesn't exist
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install camera-capture - After installation, invoke the skill by name or use
/camera-capture - Provide required inputs per the skill's parameter spec and get structured output
What is Camera Capture?
Control the local computer's built-in camera for capturing photos and basic operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install Camera Capture?
Run "/install camera-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Camera Capture free?
Yes, Camera Capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Camera Capture support?
Camera Capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Camera Capture?
It is built and maintained by dddjj0 (@dddjj0); the current version is v1.0.2.