{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ipwebcam",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ipwebcam",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ipwebcam",
    "agentPageUrl": "https://openagent3.xyz/skills/ipwebcam/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ipwebcam/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ipwebcam/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Security monitoring over IP Camera Android app",
        "body": "Use the Clawd Sentinel pattern to turn any old Android smartphone into a sovereign, frugal, and intelligent motion detection system."
      },
      {
        "title": "Setup",
        "body": "Android Side: Install \"IP Webcam\" (by Pavel Khlebovich) and start the server.\nConnectivity: Note the local IP (e.g., 192.168.1.100:8080).\nOpenClaw Workspace:\n\nbin/sentinel_ultra_frugal.sh: The core logic for pixel comparison.\nbin/sentinel_runner.sh: The background loop runner."
      },
      {
        "title": "Detailed API Interaction",
        "body": "The IP Webcam server provides a REST-like API for full remote control. Base URL: http://<IP>:8080/"
      },
      {
        "title": "Visual Captures",
        "body": "Standard Snapshot: /shot.jpg (Fastest, current frame)\nAutofocus Snapshot: /photoaf.jpg (Triggers autofocus before capture, highest quality)\nVideo Recording:\n\nStart: /startvideo?name=alert_123\nStop: /stopvideo\nList recordings: /list_videos (returns JSON/HTML)\nDownload: /v/<filename>.mp4"
      },
      {
        "title": "Camera Control & Settings",
        "body": "Focus Distance: /settings/focus_distance?set=<0.0-10.0> (0.0 is often Infinity)\nTorch (Flash): /enabletorch | /disabletorch\nFocus Mode: /settings/focusmode?set=<on|off|macro|infinity|fixed>\nScene Mode: /settings/scenemode?set=<auto|night|action|party...>\nWhite Balance: /settings/whitebalance?set=<auto|daylight|cloudy...>"
      },
      {
        "title": "Device Telemetry",
        "body": "Sensors Data: /sensors.json (Battery, light level, proximity, accelerometer)\nSystem Status: /status.json (Camera state, recording status, uptime)"
      },
      {
        "title": "Audio",
        "body": "Audio Feed: /audio.wav or /audio.opus (Live audio stream)"
      },
      {
        "title": "Integration Examples (curl)",
        "body": "# Get battery level via jq\ncurl -s http://<IP>:8080/sensors.json | jq '.battery_level[0][1][0]'\n\n# Toggle flash remotely\ncurl http://<IP>:8080/enabletorch"
      },
      {
        "title": "Recommended Thresholds",
        "body": "Daytime (Haze/Clouds): 2500\nNighttime (ISO noise): 1500"
      },
      {
        "title": "Notes",
        "body": "Frugality: No tokens are consumed unless the pixel differential exceeds the threshold.\nPrivacy: Raw frames remain local. Only alert-triggered frames are sent to the AI.\nMaintenance: Periodically check phone battery and Wi-Fi stability.\nLens flare: Long rainbow flares in night mode usually indicate static lights, not vehicles."
      }
    ],
    "body": "Security monitoring over IP Camera Android app\n\nUse the Clawd Sentinel pattern to turn any old Android smartphone into a sovereign, frugal, and intelligent motion detection system.\n\nSetup\nAndroid Side: Install \"IP Webcam\" (by Pavel Khlebovich) and start the server.\nConnectivity: Note the local IP (e.g., 192.168.1.100:8080).\nOpenClaw Workspace:\nbin/sentinel_ultra_frugal.sh: The core logic for pixel comparison.\nbin/sentinel_runner.sh: The background loop runner.\nDetailed API Interaction\n\nThe IP Webcam server provides a REST-like API for full remote control. Base URL: http://<IP>:8080/\n\nVisual Captures\nStandard Snapshot: /shot.jpg (Fastest, current frame)\nAutofocus Snapshot: /photoaf.jpg (Triggers autofocus before capture, highest quality)\nVideo Recording:\nStart: /startvideo?name=alert_123\nStop: /stopvideo\nList recordings: /list_videos (returns JSON/HTML)\nDownload: /v/<filename>.mp4\nCamera Control & Settings\nFocus Distance: /settings/focus_distance?set=<0.0-10.0> (0.0 is often Infinity)\nTorch (Flash): /enabletorch | /disabletorch\nFocus Mode: /settings/focusmode?set=<on|off|macro|infinity|fixed>\nScene Mode: /settings/scenemode?set=<auto|night|action|party...>\nWhite Balance: /settings/whitebalance?set=<auto|daylight|cloudy...>\nDevice Telemetry\nSensors Data: /sensors.json (Battery, light level, proximity, accelerometer)\nSystem Status: /status.json (Camera state, recording status, uptime)\nAudio\nAudio Feed: /audio.wav or /audio.opus (Live audio stream)\nIntegration Examples (curl)\n# Get battery level via jq\ncurl -s http://<IP>:8080/sensors.json | jq '.battery_level[0][1][0]'\n\n# Toggle flash remotely\ncurl http://<IP>:8080/enabletorch\n\nRecommended Thresholds\nDaytime (Haze/Clouds): 2500\nNighttime (ISO noise): 1500\nNotes\nFrugality: No tokens are consumed unless the pixel differential exceeds the threshold.\nPrivacy: Raw frames remain local. Only alert-triggered frames are sent to the AI.\nMaintenance: Periodically check phone battery and Wi-Fi stability.\nLens flare: Long rainbow flares in night mode usually indicate static lights, not vehicles."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AliHmaou/ipwebcam",
    "publisherUrl": "https://clawhub.ai/AliHmaou/ipwebcam",
    "owner": "AliHmaou",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}