camsnap

Capture frames and clips from RTSP/ONVIF cameras using ffmpeg.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/karaabd23-crypto/openclaw --skill camsnap-karaabd23-crypto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/karaabd23-crypto/openclaw/tree/main/skills/camsnap
Command: npx skills add https://github.com/karaabd23-crypto/openclaw --skill camsnap-karaabd23-crypto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture frames or clips from RTSP/ONVIF cameras in a simple, local workflow, eliminating the need for separate recording scripts or proprietary camera software.

Core Features & Use Cases

  • Snapshot frames from configured cameras in real time.
  • Record clips or motion-triggered events for archival or debugging.
  • Use case: monitor a home security camera and export a 15-second clip when motion is detected.

Quick Start

Run camsnap snap kitchen --out shot.jpg after configuring a camera with a host address and credentials.

Frequently Asked Questions about camsnap

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

FAQPage Schema
How do I capture a snapshot from an RTSP camera without using proprietary software?

You can capture a snapshot from an RTSP camera by running a simple command like camsnap snap kitchen --out shot.jpg after configuring the camera host address and credentials. This eliminates the need for separate recording scripts or proprietary camera software.

Can I record short video clips from ONVIF cameras for motion-triggered events?

Yes, you can record clips or motion-triggered events from ONVIF cameras for archival or debugging. This Skill supports capturing a 15-second clip when motion is detected, making it suitable for home or small-office camera monitoring environments.

Do I need ffmpeg installed to capture frames from RTSP or ONVIF cameras?

Yes, capturing frames from RTSP or ONVIF cameras requires ffmpeg on your PATH to function correctly. An install snippet for macOS via brew is included to help you set up the ffmpeg dependency quickly.

What is the best way to monitor a local home security camera and export clips?

The best way to monitor a local home security camera is to configure a camera with a host address and credentials, then capture real-time snapshots or motion-triggered clips directly. This simplifies local camera monitoring without separate recording scripts.

Does this approach work for both home and small-office camera environments?

Yes, this approach works for both home and small-office environments for real-time snapshots, clips, or motion-triggered captures from configured cameras. It supports both RTSP and ONVIF cameras to simplify local camera monitoring workflows.