← 返回 Skills 市场
104
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install xxx
功能描述
Capture frames or clips from RTSP/ONVIF cameras.
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xxx - 安装完成后,直接呼叫该 Skill 的名称或使用
/xxx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
xxx 是什么?
Capture frames or clips from RTSP/ONVIF cameras. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 xxx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xxx」即可一键安装,无需额外配置。
xxx 是免费的吗?
是的,xxx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
xxx 支持哪些平台?
xxx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xxx?
由 Cosrider(@cosrider)开发并维护,当前版本 v1.0.0。
推荐 Skills