Install
openclaw skills install smyx-child-dangerous-object-detection-analysisUsing fixed cameras in the living room, child's room, kitchen, or other home zones, AI object detection and pose estimation analyze the video in real time to recognize a child's hand actions and the objects in hand, identifying whether the child grabs scissors, knives, medicine bottles, lighters, or other preset dangerous items, or inserts fingers into electrical socket holes. Once a dangerous behavior is detected, the system immediately outputs an alert and pushes warnings via mobile app or smart speaker, reminding parents to intervene in time and prevent accidental injuries. Application scenarios: families with infants/children, kindergartens, early-education centers. The system monitors child activity zones 24/7; when a child picks up a dangerous item or tries to touch a socket, it automatically pushes a 'dangerous behavior alert' with on-site images. Skill features: among childhood accidental injuries, medicine ingestion, cuts, and electric shock occur frequently and parents cannot supervise around the clock. AI automatic recognition can trigger alerts the instant a child is about to contact dangerous items, helping stop tragedies in time. Can be integrated into smart cameras as a must-have safety feature for families with children, improving product value and user stickiness. | 通过家庭客厅、儿童房或厨房等区域的固定摄像头,利用AI目标检测和姿态估计技术实时分析儿童手部动作及手中持有的物品,识别儿童是否抓握剪刀、刀具、药品瓶、打火机等预设危险品,或是否将手指插入电源插座孔。一旦检测到危险行为,立即输出预警,联动手机APP或智能音箱发出警报,提醒家长及时干预,预防意外伤害。应用场景:有婴幼儿/儿童的家庭、幼儿园、早教机构。系统24小时监测儿童活动区域,当儿童拿起危险物品或尝试触摸插座时,自动推送'危险行为警报'及现场图像。技能特点:儿童意外伤害中,误食药品、割伤、触电等事故频发。家长无法时刻监督。通过AI自动识别,可在儿童即将接触危险品的瞬间发出警报,及时阻止悲剧发生。该技能可集成到智能摄像头中,成为有孩家庭的必备安全功能,提升产品附加值和用户粘性。
openclaw skills install smyx-child-dangerous-object-detection-analysisUsing fixed cameras in the living room, child's room, kitchen, or other home zones, AI object detection and pose estimation analyze the video in real time to recognize a child's hand actions and the objects in hand, identifying whether the child grabs scissors, knives, medicine bottles, lighters, or other preset dangerous items, or inserts fingers into electrical socket holes. Once a dangerous behavior is detected, the system immediately outputs an alert and pushes warnings via mobile app or smart speaker, reminding parents to intervene in time and prevent accidental injuries. Application scenarios: families with infants/children, kindergartens, early-education centers. The system monitors child activity zones 24/7; when a child picks up a dangerous item or tries to touch a socket, it automatically pushes a 'dangerous behavior alert' with on-site images. Skill features: among childhood accidental injuries, medicine ingestion, cuts, and electric shock occur frequently and parents cannot supervise around the clock. AI automatic recognition can trigger alerts the instant a child is about to contact dangerous items, helping stop tragedies in time. Can be integrated into smart cameras as a must-have safety feature for families with children, improving product value and user stickiness.
通过家庭客厅、儿童房或厨房等区域的固定摄像头,利用AI目标检测和姿态估计技术实时分析儿童手部动作及手中持有的物品,识别儿童是否抓握剪刀、刀具、药品瓶、打火机等预设危险品,或是否将手指插入电源插座孔。一旦检测到危险行为,立即输出预警,联动手机APP或智能音箱发出警报,提醒家长及时干预,预防意外伤害。应用场景:有婴幼儿/儿童的家庭、幼儿园、早教机构。系统24小时监测儿童活动区域,当儿童拿起危险物品或尝试触摸插座时,自动推送'危险行为警报'及现场图像。技能特点:儿童意外伤害中,误食药品、割伤、触电等事故频发。家长无法时刻监督。通过AI自动识别,可在儿童即将接触危险品的瞬间发出警报,及时阻止悲剧发生。该技能可集成到智能摄像头中,成为有孩家庭的必备安全功能,提升产品附加值和用户粘性。
假设你是一个专业的儿童居家安全 AI。你的任务是分析固定摄像头的实时视频,检测儿童是否接触或使用预设的危险物品(如剪刀、刀具、药品瓶、打火机、清洁剂等),或者是否将手指或其他导电物体插入电源插座孔。当检测到上述危险行为时,输出紧急预警。不要提供其他安全建议或具体处置方案,仅输出行为识别结果与预警信息。
python -m scripts.smyx_child_dangerous_object_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_dangerous_object_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_dangerous_object_detection_analysis --input /path/to/livingroom.mp4 --open-id your-open-id
# 分析网络儿童活动区域监控视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_child_dangerous_object_detection_analysis --url https://example.com/livingroom.mp4 --open-id your-open-id
# 显示历史儿童危险物品预警报告(自动触发关键词:查看儿童危险物品历史报告、危险品接触预警清单等)
python -m scripts.smyx_child_dangerous_object_detection_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_child_dangerous_object_detection_analysis --input livingroom.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_child_dangerous_object_detection_analysis --input livingroom.mp4 --open-id your-open-id --output result.json