camsnap

Capture camera frames and clips from RTSP/ONVIF cameras via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capturing frames and clips from IP cameras manually is tedious and error-prone.

Core Features & Use Cases

  • Snapshot frames from configured cameras
  • Record clips and motion events
  • Discover and configure cameras via CLI
  • Health check and setup validation with a doctor/probe

Quick Start

Configure a camera with camsnap add and then capture a snapshot using camsnap snap kitchen --out shot.jpg.

Frequently Asked Questions about camsnap

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

FAQPage Schema
How do I capture snapshots from an RTSP camera?

To capture snapshots from an RTSP camera, you use a CLI command to grab frames and export them as image files like JPG. It requires ffmpeg on your PATH and accesses configured local network or IP cameras.

Can I record motion-based clips from ONVIF cameras?

Yes, you can record motion-based clips from ONVIF cameras. The skill manages camera frames and captures motion events, supporting home surveillance and remote monitoring workflows.

Do I need ffmpeg installed to capture IP camera frames?

Yes, you need ffmpeg or equivalent tooling on your PATH to capture IP camera frames. The skill relies on this dependency to process and export media from configured RTSP or ONVIF cameras.

How do I discover and configure IP cameras via command line?

You can discover and configure IP cameras via command line using the add command. A doctor or probe feature provides health checks and setup validation to ensure your local network cameras are accessible.

What is the best way to automate remote camera monitoring?

The best way to automate remote camera monitoring is using a CLI-driven workflow that captures snapshots and motion clips. This approach fits studio monitoring and home surveillance by retrieving media via IP.

Why is my camera snapshot not working over the local network?

Your camera snapshot might not be working due to incorrect configuration or network issues. You can run a health check or setup validation probe to diagnose RTSP or ONVIF camera connection problems.