camsnap

Capture frames or clips from RTSP/ONVIF cameras using a local config file.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill camsnap-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/smart-home/camsnap
Command: npx skills add https://github.com/moltis-org/moltis --skill camsnap-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture frames or clips from configured cameras to enable monitoring, auditing, and archival of events.

Core Features & Use Cases

  • Capture snapshots from RTSP/ONVIF configured cameras to inspect current state.
  • Record clips for incident review or demonstration purposes.
  • Detect motion events and trigger captures for proactive monitoring.

Quick Start

Capture a quick snapshot from a configured camera to verify the setup.

Frequently Asked Questions about camsnap

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

FAQPage Schema
How do I capture RTSP camera snapshots for monitoring?

To capture RTSP camera snapshots for monitoring, you need a local camera config file and ffmpeg. The Skill processes RTSP/ONVIF streams to instantly capture and store frames for current state inspection.

Can I record video clips from ONVIF cameras for incident review?

Yes, you can record video clips from ONVIF cameras for incident review. The Skill captures and stores clips from configured streams, enabling long-term footage review across home or small office setups.

Do I need ffmpeg to capture motion detection events from my cameras?

Yes, ffmpeg is required to process camera streams and capture motion detection events. The Skill uses ffmpeg alongside a local configuration file to trigger proactive monitoring captures.

How does motion detection trigger camera frame captures?

Motion detection triggers camera frame captures by identifying movement events within the configured stream. The Skill then automatically captures and stores frames or clips to enable proactive monitoring and event auditing.

What's the best way to set up archival footage review for a small office?

The best way to set up archival footage review for a small office is configuring RTSP/ONVIF camera sources in a local config file. The Skill uses ffmpeg to process streams and store long-term footage for review.

Where must the camera configuration file be located to enable camera snapshots?

The camera configuration file must be located at ~/.config/camsnap/config.yaml to enable camera snapshots. This local file defines the RTSP/ONVIF sources for ffmpeg to process and capture frames.