steipete/clawdis2.6k installs
camsnap
Capture frames or clips from RTSP/ONVIF cameras.
How do I install this agent skill?
npx skills add https://github.com/steipete/clawdis --skill camsnapIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The 'camsnap' skill provides an interface to manage RTSP and ONVIF cameras. It includes tools for discovering cameras, capturing snapshots, and recording video clips.
- Socketpass
No alerts
- Snykfail
Risk: HIGH · 1 issue
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
camsnap
Use camsnap to grab snapshots, clips, or motion events from configured cameras.
Setup
- Config file:
~/.config/camsnap/config.yaml - Add camera:
camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass
Common commands
- Discover:
camsnap discover --info - Snapshot:
camsnap snap kitchen --out shot.jpg - Clip:
camsnap clip kitchen --dur 5s --out clip.mp4 - Motion watch:
camsnap watch kitchen --threshold 0.2 --action '...' - Doctor:
camsnap doctor --probe
Notes
- Requires
ffmpegon PATH. - Prefer a short test capture before longer clips.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/steipete/clawdis/camsnap">View camsnap on skillZs</a>