Photo Webcam

PassAudited by ClawScan on May 9, 2026.

Overview

This skill appears to fetch public webcam snapshots as advertised, but users should notice that it sends media through a Telegram/OpenClaw command and has some under-declared setup/provenance details.

This looks reasonable for a webcam snapshot helper. Before installing, confirm you want the agent to send images via your OpenClaw/Telegram setup, use only trusted webcam URLs, and be aware that local Python/OpenClaw requirements are not fully declared in the registry metadata.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked for the wrong chat or too broadly, the agent could send webcam images or repeated messages to an unintended Telegram conversation.

Why it was flagged

The skill tells the agent to send downloaded media through the OpenClaw Telegram messaging CLI. This is purpose-aligned, but it is a side-effecting external message action.

Skill content
openclaw message send --channel telegram --target <CHAT_ID> --message “Webcam N Name” --media /tmp/webcamN.jpg
Recommendation

Use the skill only for explicit webcam/list requests, verify the target chat, and keep the documented maximum of 6 images per request.

What this means

Installation may depend on local Python/request libraries and OpenClaw CLI availability that are not declared up front, and the package source cannot be independently checked from the metadata.

Why it was flagged

The skill includes runnable helper code, but provenance is limited and runtime dependencies are not declared in the install metadata. The helper source is visible and simple, so this is a review note rather than a concern.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill. Code file presence: scripts/foto_webcam_snapshot.py
Recommendation

Review the included script before use, ensure python3/requests/openclaw are available from trusted sources, and prefer packages with consistent registry and package metadata.