Camera Capture

v1.0.2

Control the local computer's built-in camera for capturing photos and basic operations.

1· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included scripts and declared requirements: python3 + OpenCV. The scripts implement list, capture, and preview and only require local camera access and a local captures directory.
Instruction Scope
SKILL.md instructs running the provided Python scripts to list, preview, or capture photos; instructions reference only the captures directory and the image tool for local analysis. There are no instructions to read unrelated files, environment variables, or to contact external endpoints.
Install Mechanism
No install spec is provided (instruction-only). Dependencies are limited to opencv-python (pip), and requirements.txt reflects that. There are no external download URLs or archive extracts in the skill.
Credentials
The skill requests no environment variables or credentials. It writes captured images to ~/.openclaw/workspace/captures/ (created if missing), which is reasonable for this purpose but is sensitive data (local images).
Persistence & Privilege
always: false and no system-wide config changes. However, model invocation is allowed (platform default), so an agent with autonomous capability could trigger the camera—this is a privacy consideration rather than a code incoherence.
Assessment
This skill is internally coherent: it runs local Python scripts using OpenCV to access your webcam and saves images under ~/.openclaw/workspace/captures/. It does not request credentials or show any network/exfiltration code in the bundle. Before installing, consider: (1) Install opencv-python in a controlled environment and review the scripts yourself (they are short and readable). (2) Be aware that camera access is privacy-sensitive—only install if you trust the agent and its ability to invoke skills; consider disabling autonomous model invocation if you want explicit prompts before camera use. (3) You can test by running the capture script manually and inspect saved photos; remove the captures directory or uninstall the skill to revoke local artifacts.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fgnq84rc41rrrdg388tf3eh843qhr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📷 Clawdis
Binspython3

Comments