Judges agree — score is reliable. The "spread" is the standard deviation between the 3 judges' average scores — small spread means they agree, large spread means take the score with a grain of salt.
Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install camsnapgit clone https://github.com/openclaw/openclaw.gitcp openclaw/skills/camsnap/SKILL.md ~/.claude/skills/camsnap/SKILL.md“Output is a filename stub with zero actual cleaned data, no transformation logic, and no CSV rows. This is a restatement-adjacent failure (RULE B: produces meta-reference instead of deliverable) combined with severe incompleteness (RULE A: <50 chars of substantive content). A real developer cannot use this to clean records.”
“Output follows the schema but lacks edge case handling and metadata, reducing completeness and usefulness.”
“The agent failed to follow the required output format (returned only a filename) and provided no cleaned data, normalization rules, or validation, so the result is incorrect, incomplete, and not useful; it is nevertheless not unsafe.”
---
name: camsnap
description: Capture frames or clips from RTSP/ONVIF cameras.
homepage: https://camsnap.ai
metadata:
{
"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.