← 返回 Skills 市场
zlmoment

Ring Doorbell & Camera

作者 Leo Li · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
170
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ring-doorbell
功能描述
Control and monitor Ring doorbells and cameras. List devices, capture snapshots, view events. Use when user asks about their Ring cameras, doorbell activity,...
安全使用建议
This skill appears to do what it says: it will ask you for your Ring email, password, and 2FA code and save a refreshable token to ~/.openclaw/ring_token.json and images to ~/.openclaw/media/ring/. Before installing: 1) verify you trust the skill/source (owner/homepage are not provided here); 2) install the ring-doorbell package from a trusted PyPI source and ensure ffmpeg is from your package manager; 3) understand that providing credentials grants the skill access to your Ring account via the saved token — revoke/delete ~/.openclaw/ring_token.json if you want to remove that access; 4) review the included ring_tool.py code (visible) if you have further concerns. If you do not trust the unknown publisher, avoid entering credentials or run the tool in an isolated environment.
功能分析
Type: OpenClaw Skill Name: ring-doorbell Version: 1.0.1 The ring-doorbell skill provides legitimate functionality for monitoring and controlling Ring devices using the 'ring-doorbell' Python library. It handles authentication (including 2FA), device listing, and snapshot capture via ffmpeg. While it manages sensitive credentials and stores authentication tokens locally in ~/.openclaw/ring_token.json, there is no evidence of data exfiltration, malicious command execution, or prompt injection in ring_tool.py or SKILL.md.
能力评估
Purpose & Capability
Name/description request Ring device access and the skill requires python3, the ring-doorbell Python library, and ffmpeg — all expected for listing devices, snapshots, and extracting frames from recordings. Required binaries and library are proportional to the stated purpose.
Instruction Scope
SKILL.md and ring_tool.py restrict actions to: prompting for Ring credentials/2FA, saving a token to ~/.openclaw/ring_token.json, listing devices, fetching snapshots, and reading event history. The instructions do not access unrelated system paths or external endpoints beyond the Ring APIs/CDN used by the ring-doorbell library.
Install Mechanism
No automated install script is included (instruction-only). It instructs the user to pip install the public ring-doorbell package and to have ffmpeg available — a standard, low-risk approach. No downloads from untrusted URLs or archive extraction occur in the skill itself.
Credentials
The skill requests no environment variables and instead prompts interactively for the Ring email/password and 2FA code, then stores an auth token locally at ~/.openclaw/ring_token.json. That behavior is expected and proportionate for a client that needs user credentials; no unrelated secrets or services are requested.
Persistence & Privilege
always is false and the skill does not request elevated system privileges. It persists only its own token and media under ~/.openclaw and does not modify other skills or system-wide configurations. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ring-doorbell
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ring-doorbell 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed: added auth command, declared ffmpeg dependency, fixed metadata format
v1.0.0
- Initial release: Control and monitor Ring doorbells and cameras from your assistant. - List all devices with name, type, battery, and online status. - Capture snapshots from any Ring camera or doorbell. - View recent doorbell and motion events. - Setup includes authentication with 2FA and token auto-refresh. - Images saved locally; partial/fuzzy device name matching supported.
元数据
Slug ring-doorbell
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Ring Doorbell & Camera 是什么?

Control and monitor Ring doorbells and cameras. List devices, capture snapshots, view events. Use when user asks about their Ring cameras, doorbell activity,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 Ring Doorbell & Camera?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ring-doorbell」即可一键安装,无需额外配置。

Ring Doorbell & Camera 是免费的吗?

是的,Ring Doorbell & Camera 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ring Doorbell & Camera 支持哪些平台?

Ring Doorbell & Camera 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ring Doorbell & Camera?

由 Leo Li(@zlmoment)开发并维护,当前版本 v1.0.1。

💬 留言讨论