Capture photos from MacBook webcams. Use when user asks to take a photo, picture, snapshot, or see them. Two cameras available - Brio (front-facing on monitor) and FaceTime (side angle from MacBook).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install camera或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install camera⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/camera/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: camera description: Capture photos from MacBook webcams. Use when user asks to take a photo, picture, snapshot, or see them. Two cameras available - Brio (front-facing on monitor) and FaceTime (side angle from MacBook). ---
| Camera | Index | Position | Best For | |--------|-------|----------|----------| | Brio 100 | 0 | On external monitor, facing user directly | Front view, face shots | | FaceTime HD | 1 | MacBook on right side, angled toward user | Side/profile view |
Use -loglevel error to suppress ffmpeg spam. Always warm up for 5s (camera needs exposure adjustment).
ffmpeg -loglevel error -f avfoundation -framerate 30 -i "0" -t 5 -y /tmp/brio_warmup.mp4 && \
ffmpeg -loglevel error -sseof -0.5 -i /tmp/brio_warmup.mp4 -frames:v 1 -update 1 -y /tmp/brio.jpg
Must use -pixel_format nv12 to avoid buffer errors.
ffmpeg -loglevel error -f avfoundation -pixel_format nv12 -framerate 30 -i "1" -t 5 -y /tmp/facetime_warmup.mp4 && \
ffmpeg -loglevel error -sseof -0.5 -i /tmp/facetime_warmup.mp4 -frames:v 1 -update 1 -y /tmp/facetime.jpg
Run both commands simultaneously for multi-angle shots.
/tmp/brio.jpg and /tmp/facetime.jpg/tmp/*_warmup.mp4 (can be deleted)-pixel_format nv12 or it fails with buffer errors安装 Camera 后,可以对 AI 说这些话来触发它
Help me get started with Camera
Explains what Camera does, walks through the setup, and runs a quick demo based on your current project
Use Camera to capture photos from MacBook webcams
Invokes Camera with the right parameters and returns the result directly in the conversation
What can I do with Camera in my design & creative workflow?
Lists the top use cases for Camera, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/camera/ 目录(个人级,所有项目可用),或 .claude/skills/camera/(项目级)。重启 AI 客户端后,用 /camera 主动调用,或让 AI 根据上下文自动发现并使用。
Camera 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Camera 可免费安装使用。请查阅仓库了解许可证信息。
Capture photos from MacBook webcams. Use when user asks to take a photo, picture, snapshot, or see them. Two cameras available - Brio (front-facing on monitor) and FaceTime (side angle from MacBook).
Camera 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Camera
Identifies repetitive steps in your workflow and sets up Camera to handle them automatically