# Send Android IP Webcam monitoring and alert to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ipwebcam",
    "name": "Android IP Webcam monitoring and alert",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/AliHmaou/ipwebcam",
    "canonicalUrl": "https://clawhub.ai/AliHmaou/ipwebcam",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ipwebcam",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ipwebcam",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ipwebcam",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T19:56:40.561Z",
      "expiresAt": "2026-05-06T19:56:40.561Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ipwebcam",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ipwebcam",
        "contentDisposition": "attachment; filename=\"ipwebcam-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ipwebcam"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ipwebcam"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ipwebcam",
    "downloadUrl": "https://openagent3.xyz/downloads/ipwebcam",
    "agentUrl": "https://openagent3.xyz/skills/ipwebcam/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ipwebcam/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ipwebcam/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: AliHmaou
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T19:56:40.561Z
- Expires at: 2026-05-06T19:56:40.561Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ipwebcam)
- [Send to Agent page](https://openagent3.xyz/skills/ipwebcam/agent)
- [JSON manifest](https://openagent3.xyz/skills/ipwebcam/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ipwebcam/agent.md)
- [Download page](https://openagent3.xyz/downloads/ipwebcam)