← Back to Skills Marketplace
104
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xxx
Description
Capture frames or clips from RTSP/ONVIF cameras.
Usage Guidance
This skill appears to do what it says, but take these precautions before installing:
- Verify the brew tap (steipete/tap) and the camsnap project (https://camsnap.ai) — third-party taps should be checked for trustworthiness.
- Expect camsnap to create and store camera credentials in ~/.config/camsnap/config.yaml; treat that file as sensitive and review its contents/permissions. Avoid using admin/cloud credentials — use camera-specific accounts.
- Ensure ffmpeg is installed separately (SKILL.md requires it) — the skill metadata didn't declare ffmpeg as a required binary.
- Be careful with the 'watch' --action option: it can execute arbitrary commands on motion events. Do not configure actions that run untrusted shell commands.
- If you need stronger isolation, consider running camsnap in a confined environment or VM before granting it access to your local network/cameras.
- Note: the package metadata ownerId in _meta.json differs from the registry owner metadata; that mismatch could indicate packaging errors or provenance issues — verify the source before trusting.
Capability Assessment
Purpose & Capability
The skill is an instruction-only wrapper that expects the camsnap binary (installed via brew steipete/tap/camsnap) which is coherent with the stated purpose. However, SKILL.md also requires ffmpeg on PATH for actual operation but ffmpeg is not listed in the skill's required binaries. Also the SKILL.md references a per-user config (~/.config/camsnap/config.yaml) even though 'required config paths' was left empty in the metadata.
Instruction Scope
Instructions tell the agent to add cameras with plaintext credentials (e.g., --user/--pass) which implies writing sensitive credentials to ~/.config/camsnap/config.yaml. The 'watch' command uses --action '...' which typically allows arbitrary commands to run on motion events — that can be abused to execute arbitrary code. The SKILL.md does not limit or sanitize these actions and does not declare reading/writing the config path in metadata.
Install Mechanism
Install is via a Homebrew formula (steipete/tap/camsnap). Homebrew is common, but this uses a third-party tap (steipete) rather than the main/homebrew-core repository. Third-party taps are legitimate but require extra trust review; the install will create a camsnap binary as expected.
Credentials
No environment variables or credentials are declared, which is reasonable for a local camera tool. However, SKILL.md clearly expects credentials to be provided interactively or stored in the config file, and the omission of ffmpeg from declared binaries is a mismatch. No unrelated cloud credentials are requested.
Persistence & Privilege
The skill does not request always:true and does not claim elevated platform privileges. It will read/write its own per-user config (~/.config/camsnap/config.yaml) which is normal for an app of this type; nothing in the metadata indicates it modifies other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xxx - After installation, invoke the skill by name or use
/xxx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of camsnap.
- Capture snapshots or video clips from RTSP/ONVIF cameras via command line.
- Supports camera discovery, motion event watching, and diagnostic tools.
- Requires a YAML config file for camera setup.
- Installable via Homebrew.
- Depends on ffmpeg for media handling.
Metadata
Frequently Asked Questions
What is xxx?
Capture frames or clips from RTSP/ONVIF cameras. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install xxx?
Run "/install xxx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xxx free?
Yes, xxx is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xxx support?
xxx is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created xxx?
It is built and maintained by Cosrider (@cosrider); the current version is v1.0.0.
More Skills