camsnap

Capture snapshots, clips, and motion events from RTSP and ONVIF cameras.

5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kcns008/clusterclaw --skill camsnap-kcns008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: camsnap
Source: https://github.com/kcns008/clusterclaw/tree/main/skills/camsnap
Command: npx skills add https://github.com/kcns008/clusterclaw --skill camsnap-kcns008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually checking network cameras by letting you capture snapshots, short clips, and motion events from configured RTSP or ONVIF devices.

Core Features & Use Cases

  • Snapshot Capture: Grab a still image from a camera for quick verification or incident review.
  • Clip Recording: Record a short video segment when you need evidence or a closer look at an event.
  • Motion Monitoring: Watch a camera for movement and trigger actions when activity is detected.
  • Use Case: A security operator can quickly confirm whether a doorway camera is working, save a short clip of an event, or validate a motion alert without leaving the command line.

Quick Start

Ask the Skill to capture a snapshot or short clip from the configured camera named kitchen.

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?

To capture an RTSP camera snapshot, you request a still image from a configured network camera for quick verification. This requires the camsnap binary, a YAML configuration file, and ffmpeg on the PATH to process the capture task.

Can I record a short video clip from an ONVIF camera for incident review?

Yes, you can record a short video clip from an ONVIF camera for incident review. By requesting a clip recording through the command line, the tool saves a video segment from the configured device for evidence or closer inspection.

What do I need to set up live motion monitoring for network cameras?

Setting up live motion monitoring requires the camsnap binary, a YAML configuration file defining your RTSP or ONVIF cameras, and ffmpeg installed on your system PATH. These components work together to watch feeds and trigger actions when movement is detected.

Does this approach work with both RTSP and ONVIF protocols for camera monitoring?

Yes, this approach supports both RTSP and ONVIF protocols for camera monitoring. It can capture snapshots, record video clips, and validate motion events from configured network devices using either protocol standard.

What's the best way to verify a security camera alert without checking a full video feed?

The best way to verify a security camera alert is to capture a quick snapshot or short clip directly from the command line. This allows a security operator to confirm if a camera is working or validate a motion alert without viewing a full video feed.

Why do I need ffmpeg on the PATH to perform camera capture tasks?

You need ffmpeg on the PATH because the underlying capture mechanism relies on it to process and save video clips and snapshots from RTSP and ONVIF cameras. Without it, the tool cannot handle the media encoding required to perform camera capture tasks.