photo-booth-macos-use

Capture a single still photo from a selected webcam via macOS Photo Booth.

41|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/wanhaoniu/MomoAgent --skill photo-booth-macos-use
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: photo-booth-macos-use
Source: https://github.com/wanhaoniu/MomoAgent/tree/main/skills/photo-booth-macos-use
Command: npx skills add https://github.com/wanhaoniu/MomoAgent --skill photo-booth-macos-use

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

OpenClaw opens Photo Booth on macOS, switches to live preview, and captures a single still photo from a selected webcam source.

Core Features & Use Cases

  • Opens Photo Booth on macOS and activates live preview
  • Captures a single still photo using a chosen webcam source (e.g., DJI Pocket 3)
  • Returns the saved photo path for downstream processing

Quick Start

Run the photo_booth_take_photo_macos_use.sh script to capture a single photo via Photo Booth.

Frequently Asked Questions about photo-booth-macos-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate capturing a single still photo on macOS Photo Booth?

You can automate capturing a single still photo on macOS Photo Booth by running the photo_booth_take_photo_macos_use.sh script, which opens the app, activates live preview, and captures an image.

Can I use an external webcam like DJI Pocket 3 to capture a photo via macOS Terminal?

Yes, you can capture a photo via macOS Terminal using an external webcam like DJI Pocket 3 by selecting it as the source within Photo Booth during the automated capture flow.

What is the best way to get a saved photo path after a one-shot capture in Photo Booth?

The best way to get a saved photo path after a one-shot capture is using the included scripts that fetch the latest saved photo path from Photo Booth for downstream processing.

Does coordinate-free one-shot capture work with macOS automation tools?

Yes, coordinate-free one-shot capture works with macOS automation by relying on macos-use to control Photo Booth, switching to live preview and capturing a still photo without manual coordinate mapping.

What limitations exist when using macos-use to control Photo Booth for image capture?

A limitation of using macos-use to control Photo Booth is that it operates within Terminal-driven automation, meaning the Photo Booth application must be accessible and controllable during the capture process.