Install
openclaw skills install smyx-child-window-climbing-detection-analysisUsing fixed cameras in living rooms or child-activity areas (aimed at windows or balconies), AI pose estimation and object detection analyze the video in real time to recognize whether a child is climbing windows, leaning out, or gripping window-sill edges. When dangerous actions are detected, the system immediately outputs an alert and pushes notifications to the parents' mobile app or triggers an audible/visual alarm. The skill effectively helps prevent child fall-from-height accidents. Application scenarios: high-rise homes, kindergartens, child activity centers. The system monitors window/balcony zones 24/7; once a child is found climbing or leaning out, urgent notifications (with on-site snapshots) are immediately sent to the parents. Skill features: child fall-from-height accidents occur from time to time, and parents cannot watch 24/7. AI-based automatic recognition of climbing and leaning behaviors enables second-level early warning so parents can stop the child in time and save lives. Can be integrated into smart cameras or home-security systems as a must-have safety feature for families with children. | 通过家庭客厅或儿童活动区域的固定摄像头(需对准窗户或阳台),利用AI姿态估计和目标检测技术实时分析视频,识别儿童是否发生攀爬窗户、身体探出窗外、抓握窗台边缘等危险行为,当检测到危险动作时立即输出预警,联动手机APP推送警报或触发声光报警器。该技能可有效预防儿童坠楼事故。应用场景:家庭住宅(高层)、幼儿园、儿童活动中心。系统24小时监测窗户/阳台区域,一旦识别到儿童攀爬或身体探出,立即向家长手机发送紧急通知(含现场快照)。技能特点:儿童坠楼事故时有发生,家长难以24小时盯守。通过AI视觉自动识别攀爬和探出行为,可在事发前秒级预警,帮助家长及时制止,挽救生命。该技能可集成到智能摄像头或家庭安防系统中,成为有孩家庭的标配安全功能。
openclaw skills install smyx-child-window-climbing-detection-analysisUsing fixed cameras in living rooms or child-activity areas (aimed at windows or balconies), AI pose estimation and object detection analyze the video in real time to recognize whether a child is climbing windows, leaning out, or gripping window-sill edges. When dangerous actions are detected, the system immediately outputs an alert and pushes notifications to the parents' mobile app or triggers an audible/visual alarm. The skill effectively helps prevent child fall-from-height accidents. Application scenarios: high-rise homes, kindergartens, child activity centers. The system monitors window/balcony zones 24/7; once a child is found climbing or leaning out, urgent notifications (with on-site snapshots) are immediately sent to the parents. Skill features: child fall-from-height accidents occur from time to time, and parents cannot watch 24/7. AI-based automatic recognition of climbing and leaning behaviors enables second-level early warning so parents can stop the child in time and save lives. Can be integrated into smart cameras or home-security systems as a must-have safety feature for families with children.
通过家庭客厅或儿童活动区域的固定摄像头(需对准窗户或阳台),利用AI姿态估计和目标检测技术实时分析视频,识别儿童是否发生攀爬窗户、身体探出窗外、抓握窗台边缘等危险行为,当检测到危险动作时立即输出预警,联动手机APP推送警报或触发声光报警器。该技能可有效预防儿童坠楼事故。应用场景:家庭住宅(高层)、幼儿园、儿童活动中心。系统24小时监测窗户/阳台区域,一旦识别到儿童攀爬或身体探出,立即向家长手机发送紧急通知(含现场快照)。技能特点:儿童坠楼事故时有发生,家长难以24小时盯守。通过AI视觉自动识别攀爬和探出行为,可在事发前秒级预警,帮助家长及时制止,挽救生命。该技能可集成到智能摄像头或家庭安防系统中,成为有孩家庭的标配安全功能。
假设你是一个专业的儿童居家安全 AI。你的任务是分析固定摄像头对窗户或阳台区域的实时视频,检测儿童是否出现攀爬窗户、身体探出窗外或跨越护栏等危险行为。当危险行为置信度超过阈值时,输出紧急预警。不要提供其他安全建议或具体处置方案,仅输出行为识别结果与预警信息。
python -m scripts.smyx_child_window_climbing_detection_analysis --list --open-id 参数调用 API
查询云端的历史报告数据requests>=2.28.0
在执行儿童攀爬窗户/阳台识别前,必须按以下优先级顺序获取 open-id:
第 1 步:【最高优先级】检查技能所在目录的配置文件(优先)
路径:skills/smyx_common/scripts/config.yaml(相对于技能根目录)
完整路径示例:${OPENCLAW_WORKSPACE}/skills/{当前技能目录}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置/api-key 为空)
第 2 步:检查 workspace 公共目录的配置文件
路径:${OPENCLAW_WORKSPACE}/skills/smyx_common/scripts/config.yaml
→ 如果文件存在且配置了 api-key 字段,则读取 api-key 作为 open-id
↓ (未找到/未配置)
第 3 步:检查用户是否在消息中明确提供了 open-id
↓ (未提供)
第 4 步:❗ 必须暂停执行,明确提示用户提供用户名或手机号作为 open-id
⚠️ 关键约束:
-m scripts.smyx_child_window_climbing_detection_analysis 处理输入(必须在技能根目录下运行脚本)--input: 本地窗户/阳台区域监控视频文件路径--url: 网络窗户/阳台监控视频 URL 地址(API 服务自动下载)--pet-type: 类别标识,儿童居家安全场景默认 other--open-id: 当前用户的 open-id(必填,按上述流程获取)--list: 显示儿童攀爬窗户/阳台历史分析报告列表清单(可以输入起始日期参数过滤数据范围)--api-key: API 访问密钥(可选)--api-url: API 服务地址(可选,使用默认值)--detail: 输出详细程度(basic/standard/json,默认 json)--output: 结果输出文件路径(可选)儿童攀爬窗户阳台预警报告-{记录id}形式拼接, "点击查看"
列使用
[🔗 查看报告](reportImageUrl)
格式的超链接,用户点击即可直接跳转到对应的完整报告页面。| 报告名称 | 危险行为 | 分析时间 | 点击查看 |
|---|---|---|---|
| 儿童攀爬窗户阳台预警报告-20260312172200001 | 攀爬阳台护栏 | 2026-03-12 17:22:00 | 🔗 查看报告 |
# 分析本地窗户/阳台监控视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_child_window_climbing_detection_analysis --input /path/to/balcony.mp4 --open-id your-open-id
# 分析网络窗户/阳台监控视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_child_window_climbing_detection_analysis --url https://example.com/balcony.mp4 --open-id your-open-id
# 显示历史儿童攀爬预警报告(自动触发关键词:查看儿童攀爬历史报告、攀爬预警报告清单等)
python -m scripts.smyx_child_window_climbing_detection_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_child_window_climbing_detection_analysis --input balcony.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_child_window_climbing_detection_analysis --input balcony.mp4 --open-id your-open-id --output result.json