Claude Agent Skill · by Steipete

Camsnap

Install Camsnap skill for Claude Code from steipete/clawdis.

Works with Paperclip

How Camsnap fits into a Paperclip company.

Camsnap drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md45 lines
Expand
---name: camsnapdescription: Capture frames or clips from RTSP/ONVIF cameras.homepage: https://camsnap.aimetadata:  {    "openclaw":      {        "emoji": "📸",        "requires": { "bins": ["camsnap"] },        "install":          [            {              "id": "brew",              "kind": "brew",              "formula": "steipete/tap/camsnap",              "bins": ["camsnap"],              "label": "Install camsnap (brew)",            },          ],      },  }--- # 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.