CtrlK
BlogDocsLog inGet started
Tessl Logo

camsnap

Capture frames or clips from RTSP/ONVIF cameras.

Install with Tessl CLI

npx tessl i github:attilaczudor/Test --skill camsnap
What are skills?

74

4.00x

Does it follow best practices?

Evaluation100%

4.00x

Agent success when using this skill

Validation for skill structure

SKILL.md
Review
Evals

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 ffmpeg on PATH.
  • Prefer a short test capture before longer clips.
Repository
attilaczudor/Test
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.