camsnap

Capture images and video clips from RTSP and ONVIF cameras with configurable motion detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of capturing images and video clips from IP cameras, making surveillance and monitoring more accessible.

Core Features & Use Cases

  • Snapshot Capture: Easily take still images from your cameras.
  • Clip Recording: Record short video clips of specific durations.
  • Motion Detection: Set up alerts and actions based on detected motion.
  • Use Case: Monitor your home security by capturing a snapshot every hour or recording a clip when motion is detected.

Quick Start

Use the camsnap skill to take a snapshot of the kitchen camera and save it as kitchen_snapshot.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 and video clips from RTSP and ONVIF cameras?

You can capture snapshots and video clips from RTSP and ONVIF cameras by configuring a camera setup file. The skill uses ffmpeg for video processing to record specific durations or take still images.

Can I set up motion detection alerts for my IP surveillance cameras?

Yes, you can set up motion detection for IP surveillance cameras using configurable thresholds. When motion is detected, the skill triggers custom actions like recording a short video clip.

Do I need ffmpeg to record video clips from ONVIF compliant cameras?

Yes, ffmpeg is required to record video clips from ONVIF compliant cameras. The skill depends on ffmpeg to handle the underlying video processing and clip extraction.

What is the best way to automate home security monitoring with IP cameras?

The best way to automate home security monitoring is by scheduling regular snapshot captures or triggering video clips upon motion detection. This allows continuous surveillance without manual intervention.

Does this approach support custom actions when camera motion is detected?

Yes, it supports custom actions when motion is detected. You can configure specific thresholds for motion detection and define custom actions to execute automatically when triggered.

Why do I need a configuration file for IP camera setup?

A configuration file is needed for IP camera setup to define connection parameters and camera specifics. It allows the system to correctly interface with your RTSP and ONVIF compliant cameras.