← 返回 Skills 市场
275
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install reefbeat
功能描述
Control and monitor Red Sea ReefBeat aquarium equipment directly over the local HTTP API — no cloud required. Supports ALL actions on ALL devices — ReefLED G...
安全使用建议
This skill is internally consistent with its purpose, but be aware of what it does: it will scan your local subnet and send HTTP requests to devices it finds. That is necessary to discover and control ReefBeat hardware, but could trigger network monitoring or affect devices you do not own. Before installing/running: 1) run discovery with an explicit subnet instead of letting it infer your interface if you are on a multi-network host; 2) avoid issuing commands like POST /firmware, POST /reset, or POST /resume unless you intend the change (these endpoints can reset or update devices); 3) use the tool only on trusted private networks and target only devices you control; 4) if you need additional assurance, inspect the script locally (scripts/reefbeat.py) — it performs only local HTTP probes and does not exfiltrate data to external services.
功能分析
Type: OpenClaw Skill
Name: reefbeat
Version: 1.0.3
The skill provides a CLI for local control of Red Sea ReefBeat aquarium hardware. The script `scripts/reefbeat.py` implements a network discovery feature that performs multi-threaded HTTP probing across the local subnet, which is a risky capability. Additionally, the script allows for arbitrary HTTP requests (GET/POST/PUT/DELETE) to be sent to any endpoint on a target IP, creating a potential for SSRF or unauthorized device manipulation if the agent is misdirected. While these functions are aligned with the stated purpose of device management, they constitute high-risk network behaviors according to the analysis criteria.
能力评估
Purpose & Capability
Name/description match the included files. The CLI and API reference only require local HTTP access to ReefBeat devices and the provided script implements discovery and control of those devices. No unrelated credentials, cloud access, or extra system access are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to discover hosts on the local subnet and issue GET/POST/PUT/DELETE to device endpoints (e.g., /device-info, /dashboard, /manual). This stays within the stated purpose, but the documented endpoints include powerful actions (firmware update, factory reset, cloud enable/disable). Use caution: these are destructive device operations if run against devices you do not own or without intent.
Install Mechanism
No install spec; it's instruction-only with a bundled CLI script. Nothing is downloaded or written by an installer, so install risk is low.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The network access it uses (local HTTP and a UDP socket to infer local IP) is proportional to the discovery/control functionality and is documented in SKILL.md.
Persistence & Privilege
Skill does not request always:true or persistent elevated privileges and will not modify other skills or system settings. It runs as an on-demand CLI with normal network sockets.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reefbeat - 安装完成后,直接呼叫该 Skill 的名称或使用
/reefbeat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Fix scan findings: remove undocumented cloud credential references (code never used them), clarify description to not claim cloud API support, document UDP/8.8.8.8 interface-detection behaviour in discovery.
v1.0.2
Clean release — control Red Sea ReefBeat aquarium devices via local HTTP API. Auto-discovers all devices on your network. Supports ReefLED G1/G2, ReefDose, ReefMat, ReefRun, ReefATO+, ReefWave. Zero dependencies.
v1.0.1
Remove user credentials and personal device IPs from published files
v1.0.0
Initial release — full local HTTP API control for Red Sea ReefBeat aquarium devices. Auto-discovers all devices on your network and identifies their type. Supports ReefLED G1/G2 (lighting, schedules, acclimation, moonphase), ReefDose (dosing, calibration, supplements), ReefMat (filter roll, new-roll), ReefRun (return pump + skimmer), ReefATO+ (auto top-off, resume), ReefWave (wave modes, preview). Zero dependencies — pure Python stdlib.
元数据
常见问题
ReefBeat 是什么?
Control and monitor Red Sea ReefBeat aquarium equipment directly over the local HTTP API — no cloud required. Supports ALL actions on ALL devices — ReefLED G... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 ReefBeat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reefbeat」即可一键安装,无需额外配置。
ReefBeat 是免费的吗?
是的,ReefBeat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ReefBeat 支持哪些平台?
ReefBeat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ReefBeat?
由 piwi3910(@piwi3910)开发并维护,当前版本 v1.0.3。
推荐 Skills