← Back to Skills Marketplace
276
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install recamera
Description
reCamera (RV1126B) device full-stack Web API reference covering authentication, device management, video/audio/image configuration, recording rules & storage...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recamera - After installation, invoke the skill by name or use
/recamera - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is reCameraV2?
reCamera (RV1126B) device full-stack Web API reference covering authentication, device management, video/audio/image configuration, recording rules & storage... It is an AI Agent Skill for Claude Code / OpenClaw, with 276 downloads so far.
How do I install reCameraV2?
Run "/install recamera" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is reCameraV2 free?
Yes, reCameraV2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does reCameraV2 support?
reCameraV2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created reCameraV2?
It is built and maintained by mjq2020 (@mjq2020); the current version is v1.0.0.
More Skills