/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install camera-capture - 安装完成后,直接呼叫该 Skill 的名称或使用
/camera-capture触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Camera Capture 是什么?
Control the local computer's built-in camera for capturing photos and basic operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Camera Capture?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install camera-capture」即可一键安装,无需额外配置。
Camera Capture 是免费的吗?
是的,Camera Capture 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Camera Capture 支持哪些平台?
Camera Capture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Camera Capture?
由 dddjj0(@dddjj0)开发并维护,当前版本 v1.0.2。