Install
openclaw skills install @smyx-sunjinhui/smyx-infant-blanket-kick-detection-analysisUsing a night-time camera (infrared or low-light) above the crib, the system analyzes in real time the coverage of the blanket on the infant's body. It checks whether the blanket coverage is below a preset threshold (e.g., 50%) or recognizes the kicking motions that cause the blanket to slip off, then outputs an alert. The skill can interoperate with smart-home devices (e.g., automatically raising the room temperature, pushing reminders to parents' phones) to help prevent the baby from getting cold. Application scenarios: infant bedrooms, neonatal monitoring rooms. The system monitors continuously at night; when the blanket is kicked off, it automatically issues an alert and advises parents to re-cover or raise the room temperature. Skill features: night-time kicking off the blanket can lead to colds, and parents need to get up frequently to check. AI automatic monitoring relieves parents and helps keep the baby comfortable. A practical add-on feature for smart baby-monitoring products. | 通过婴儿床夜间摄像头(红外或微光),实时分析婴儿身体及被子的覆盖情况。检测被子覆盖面积是否小于预设阈值(如50%),或识别婴儿的踢腿动作导致被子滑落,输出预警信息。可联动智能家居设备(如自动调高室温、推送提醒至父母手机),预防婴儿着凉。应用场景:婴儿卧室、新生儿监护室。系统夜间持续监测,当被子大面积踢开时,自动发出预警并建议家长盖被或提高室温。技能特点:婴儿夜间踢被容易导致着凉感冒,家长需频繁起夜检查。通过AI自动监测,可减轻父母负担,保障婴儿睡眠舒适。该技能是智能婴儿监护产品的实用附加功能。
openclaw skills install @smyx-sunjinhui/smyx-infant-blanket-kick-detection-analysisUsing a night-time camera (infrared or low-light) above the crib, the system analyzes in real time the coverage of the blanket on the infant's body. It checks whether the blanket coverage is below a preset threshold (e.g., 50%) or recognizes the kicking motions that cause the blanket to slip off, then outputs an alert. The skill can interoperate with smart-home devices (e.g., automatically raising the room temperature, pushing reminders to parents' phones) to help prevent the baby from getting cold. Application scenarios: infant bedrooms, neonatal monitoring rooms. The system monitors continuously at night; when the blanket is kicked off, it automatically issues an alert and advises parents to re-cover or raise the room temperature. Skill features: night-time kicking off the blanket can lead to colds, and parents need to get up frequently to check. AI automatic monitoring relieves parents and helps keep the baby comfortable. A practical add-on feature for smart baby-monitoring products.
通过婴儿床夜间摄像头(红外或微光),实时分析婴儿身体及被子的覆盖情况。检测被子覆盖面积是否小于预设阈值(如50%),或识别婴儿的踢腿动作导致被子滑落,输出预警信息。可联动智能家居设备(如自动调高室温、推送提醒至父母手机),预防婴儿着凉。应用场景:婴儿卧室、新生儿监护室。系统夜间持续监测,当被子大面积踢开时,自动发出预警并建议家长盖被或提高室温。技能特点:婴儿夜间踢被容易导致着凉感冒,家长需频繁起夜检查。通过AI自动监测,可减轻父母负担,保障婴儿睡眠舒适。该技能是智能婴儿监护产品的实用附加功能。
假设你是一个专业的婴儿睡眠安全 AI。你的任务是分析婴儿床区域的夜间视频,检测婴儿身体上被子的覆盖面积比例,识别踢被/蹬被动作。当被子覆盖面积小于预设阈值(默认 50%),或连续踢腿动作导致被子明显滑落时,输出预警。不要提供医疗建议或具体处置方案,仅输出基于视觉的被子覆盖状态与踢被事件。
python -m scripts.smyx_infant_blanket_kick_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_infant_blanket_kick_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 | low_cover(覆盖率 35%) | 2026-03-12 17:22:00 | 🔗 查看报告 |
# 分析本地婴儿床夜间监控视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_infant_blanket_kick_detection_analysis --input /path/to/crib_night.mp4 --open-id your-open-id
# 分析网络婴儿床夜间监控视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_infant_blanket_kick_detection_analysis --url https://example.com/crib_night.mp4 --open-id your-open-id
# 显示历史踢被识别报告(自动触发关键词:查看婴儿踢被历史报告、踢被预警报告清单等)
python -m scripts.smyx_infant_blanket_kick_detection_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_infant_blanket_kick_detection_analysis --input crib.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_infant_blanket_kick_detection_analysis --input crib.mp4 --open-id your-open-id --output result.json