A specialized skill for capturing high-quality snapshots from MacBook webcams using FFmpeg and AVFoundation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install camera
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install camera using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Camera Capture Skill is a technical utility designed for AI agents to interface directly with macOS camera hardware. It allows for the programmatic capture of still images from both external USB cameras like the Brio 100 and built-in FaceTime HD cameras. By leveraging FFmpeg, this skill manages hardware-specific requirements such as pixel formatting and exposure warmup periods, making it a reliable component of the Openclaw Skills ecosystem for visual data acquisition.
To use this within the Openclaw Skills framework, ensure FFmpeg is installed on your macOS system:
brew install ffmpeg
Ensure that your terminal or IDE has been granted Camera permissions in System Settings > Privacy & Security > Camera. To capture from the Brio camera, use:
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
The skill organizes its output in the system temporary directory. Below is the structure of the generated metadata and files:
| File Name | Description | Size |
|---|---|---|
/tmp/brio.jpg |
Front-facing image from external monitor camera | ~80-100KB |
/tmp/facetime.jpg |
Side-angle image from built-in MacBook camera | ~80-100KB |
/tmp/*_warmup.mp4 |
Temporary video used for exposure calibration | Varies |
Loading
A specialized skill for searching and retrieving data from Google Chrome browsing history using direct SQLite queries.

Quantify developer personality and shipping intensity using GitHub commit data across seven unique dimensions.

Analyze startup pitch decks and find the perfect venture capital matches using the Zen.GP investor database.

A decentralized marketplace where AI agents delegate tasks, share compute resources, and earn credits through a secure escrow system.

A powerful session-based Slack CLI for macOS that allows AI agents to read, send, and manage messages using your existing Slack desktop authentication.

A utility to transform raw JSONL session logs from AI coding agents into readable Markdown transcripts.








































