← All skills
Tencent SkillHub Β· AI

Android IP Webcam monitoring and alert

Transform an Android phone with IP Webcam into an intelligent Edge AI security system with OpenClaw.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Transform an Android phone with IP Webcam into an intelligent Edge AI security system with OpenClaw.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Security monitoring over IP Camera Android app

Use the Clawd Sentinel pattern to turn any old Android smartphone into a sovereign, frugal, and intelligent motion detection system.

Setup

Android Side: Install "IP Webcam" (by Pavel Khlebovich) and start the server. Connectivity: Note the local IP (e.g., 192.168.1.100:8080). OpenClaw Workspace: bin/sentinel_ultra_frugal.sh: The core logic for pixel comparison. bin/sentinel_runner.sh: The background loop runner.

Detailed API Interaction

The IP Webcam server provides a REST-like API for full remote control. Base URL: http://<IP>:8080/

Visual Captures

Standard Snapshot: /shot.jpg (Fastest, current frame) Autofocus Snapshot: /photoaf.jpg (Triggers autofocus before capture, highest quality) Video Recording: Start: /startvideo?name=alert_123 Stop: /stopvideo List recordings: /list_videos (returns JSON/HTML) Download: /v/<filename>.mp4

Camera Control & Settings

Focus Distance: /settings/focus_distance?set=<0.0-10.0> (0.0 is often Infinity) Torch (Flash): /enabletorch | /disabletorch Focus Mode: /settings/focusmode?set=<on|off|macro|infinity|fixed> Scene Mode: /settings/scenemode?set=<auto|night|action|party...> White Balance: /settings/whitebalance?set=<auto|daylight|cloudy...>

Device Telemetry

Sensors Data: /sensors.json (Battery, light level, proximity, accelerometer) System Status: /status.json (Camera state, recording status, uptime)

Audio

Audio Feed: /audio.wav or /audio.opus (Live audio stream)

Integration Examples (curl)

# Get battery level via jq curl -s http://<IP>:8080/sensors.json | jq '.battery_level[0][1][0]' # Toggle flash remotely curl http://<IP>:8080/enabletorch

Recommended Thresholds

Daytime (Haze/Clouds): 2500 Nighttime (ISO noise): 1500

Notes

Frugality: No tokens are consumed unless the pixel differential exceeds the threshold. Privacy: Raw frames remain local. Only alert-triggered frames are sent to the AI. Maintenance: Periodically check phone battery and Wi-Fi stability. Lens flare: Long rainbow flares in night mode usually indicate static lights, not vehicles.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc