← 返回 Skills 市场
276
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install recamera
功能描述
reCamera (RV1126B) device full-stack Web API reference covering authentication, device management, video/audio/image configuration, recording rules & storage...
安全使用建议
This skill is a coherent API reference and appears to be what it claims, but review these precautions before installing:
- Network scanning: The playbooks explicitly instruct subnet scans (ARP/ping/nmap). Only run these on networks and devices you own or have explicit permission to scan — scanning other networks can be intrusive or illegal.
- Token persistence: The skill directs capturing the JWT token from Set-Cookie and persisting it in the agent session. Understand that the agent will hold that token in memory/context until cleared; if you share agent logs or contexts it could expose device session credentials.
- Destructive operations: Endpoints include reboot, factory-reset, firmware-upgrade and config upload. Ensure playbooks require explicit user confirmation before executing these actions to avoid accidental downtime or data loss.
- Firmware URLs: The device firmware upgrade flow can fetch a release URL you provide. Never point devices to untrusted or attacker-controlled firmware URLs; this can brick or compromise the device.
- Source provenance: The skill has no homepage and an unknown source. While content appears internally consistent, prefer skills from known/trusted authors or verify the skill content against vendor documentation if you require high assurance.
If you plan to use this skill in production or on third-party networks, require explicit explicit user consent for any scanning/auth actions and consider limiting the agent's ability to persist or export captured tokens. If you want higher confidence, provide the original vendor docs or the skill author's provenance for verification.
功能分析
Type: OpenClaw Skill
Name: recamera
Version: 1.0.0
The skill bundle provides instructions for high-risk behaviors including automated subnet scanning for device discovery (Playbook A in SKILL.md) and direct access to a system terminal via WebSockets (/ws/system/terminal in API_REFERENCE.md). While these capabilities are plausibly aligned with the stated purpose of debugging and managing reCamera hardware, they grant the AI agent significant network and shell access. The bundle also details sensitive operations such as firmware upgrades and credential persistence, which lack sufficient safeguards against misuse if the agent is prompted with malicious intent.
能力评估
Purpose & Capability
The name/description (reCamera Web API reference) matches the SKILL.md contents: authentication flows, device management, video/audio/image configuration, recording/storage and firmware APIs are documented. Required resources (no env vars, no binaries, no installs) are proportionate for a documentation-only skill.
Instruction Scope
The playbooks instruct network discovery (ARP/ping sweeps/nmap), active login flows that require capturing and persisting the device 'token' cookie, and read-before-write configuration updates. Those behaviors align with device management use-cases but involve potentially intrusive network scanning and persistent session tokens; the instructions do not ask the agent to read unrelated local files or exfiltrate data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill itself, minimizing install-time risk.
Credentials
The skill requests no environment variables or credentials. The only sensitive material it instructs to capture is the device JWT token (from Set-Cookie) which is necessary for authenticated device API calls; no unrelated secrets are requested.
Persistence & Privilege
always:false and no install-level persistence. The runtime guidance tells agents to persist the device 'token' in session context for subsequent calls — appropriate for maintaining an authenticated session but means tokens will be stored in agent context until cleared; agent autonomous invocation is allowed (platform default) but not exceptional here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recamera - 安装完成后,直接呼叫该 Skill 的名称或使用
/recamera触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
reCamera Web API initial release.
- Provides a complete HTTP/WebSocket API reference for reCamera (RV1126B), including authentication, device management, configuration, recording, AI inference, and cloud integration.
- Describes mandatory authentication flow—token extraction and persistence is required for all sessions.
- Includes two agent playbooks: device discovery in subnet and authenticated session handling.
- Documents configuration update “read-before-write” pattern to avoid misconfiguration.
- Lists field/subfield naming conventions and error code ranges for consistent integration.
- Offers quick reference tables for all major API endpoints across authentication, device info, network, video, audio, and more.
元数据
常见问题
reCameraV2 是什么?
reCamera (RV1126B) device full-stack Web API reference covering authentication, device management, video/audio/image configuration, recording rules & storage... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。
如何安装 reCameraV2?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recamera」即可一键安装,无需额外配置。
reCameraV2 是免费的吗?
是的,reCameraV2 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
reCameraV2 支持哪些平台?
reCameraV2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 reCameraV2?
由 mjq2020(@mjq2020)开发并维护,当前版本 v1.0.0。
推荐 Skills