Install
openclaw skills install smyx-child-separation-anxiety-detection-analysisUsing a fixed camera at the home entrance or kindergarten gate, the system analyzes pre-school videos and detects crying facial expressions (frowning, open-mouth crying, tearing), physical clinging actions (grabbing parent's clothes, hugging parent's leg, pulling door frame), and resistance behaviors (stepping back, lying on the ground), then comprehensively evaluates the separation-anxiety level (mild / moderate / severe). The skill helps parents and teachers understand the child's emotional state and timely provide comfort or psychological guidance. Application scenarios: home drop-off, kindergarten morning reception. Daily monitoring; when the separation-anxiety level reaches moderate or above, the system pushes reminders to parents or teachers, recommending soothing measures or adjusting the separation routine. Skill features: separation anxiety is a common kindergarten / school adaptation issue, and severe cases may affect mental health and social development. AI automatic recognition helps parents and teachers pay early attention and take intervention measures to reduce children's anxiety. Can be integrated into smart cameras or kindergarten management systems. | 通过家庭或幼儿园门口固定摄像头,分析儿童上学前的视频,检测哭闹面部表情(皱眉、张嘴哭泣、流泪)、肢体抓拽动作(抓住家长衣服、抱住家长腿、拉扯门框)以及抗拒行为(后退、躺地)等,综合评估分离焦虑等级(轻度/中度/重度)。该技能可辅助家长和教师了解儿童情绪状态,及时进行安抚或心理疏导。应用场景:家庭送学场景、幼儿园晨间接待。系统每日监测,当分离焦虑等级为中度以上时,推送提醒给家长或老师,建议采取安抚措施或调整分离方式。技能特点:儿童分离焦虑是常见的入园/入学适应问题,严重的可能影响心理健康和社交发展。通过AI自动识别,可帮助家长和老师早期关注并采取干预措施,减轻儿童焦虑。该技能可集成到智能摄像头或幼儿园管理系统中。
openclaw skills install smyx-child-separation-anxiety-detection-analysisUsing a fixed camera at the home entrance or kindergarten gate, the system analyzes pre-school videos and detects crying facial expressions (frowning, open-mouth crying, tearing), physical clinging actions (grabbing parent's clothes, hugging parent's leg, pulling door frame), and resistance behaviors (stepping back, lying on the ground), then comprehensively evaluates the separation-anxiety level (mild / moderate / severe). The skill helps parents and teachers understand the child's emotional state and timely provide comfort or psychological guidance. Application scenarios: home drop-off, kindergarten morning reception. Daily monitoring; when the separation-anxiety level reaches moderate or above, the system pushes reminders to parents or teachers, recommending soothing measures or adjusting the separation routine. Skill features: separation anxiety is a common kindergarten / school adaptation issue, and severe cases may affect mental health and social development. AI automatic recognition helps parents and teachers pay early attention and take intervention measures to reduce children's anxiety. Can be integrated into smart cameras or kindergarten management systems.
通过家庭或幼儿园门口固定摄像头,分析儿童上学前的视频,检测哭闹面部表情(皱眉、张嘴哭泣、流泪)、肢体抓拽动作(抓住家长衣服、抱住家长腿、拉扯门框)以及抗拒行为(后退、躺地)等,综合评估分离焦虑等级(轻度/中度/重度)。该技能可辅助家长和教师了解儿童情绪状态,及时进行安抚或心理疏导。应用场景:家庭送学场景、幼儿园晨间接待。系统每日监测,当分离焦虑等级为中度以上时,推送提醒给家长或老师,建议采取安抚措施或调整分离方式。技能特点:儿童分离焦虑是常见的入园/入学适应问题,严重的可能影响心理健康和社交发展。通过AI自动识别,可帮助家长和老师早期关注并采取干预措施,减轻儿童焦虑。该技能可集成到智能摄像头或幼儿园管理系统中。
假设你是一个专业的儿童情绪行为分析 AI。你的任务是分析上学前儿童与家长互动区域的视频,检测儿童的哭闹表情、肢体抓拽动作及抗拒行为,评估分离焦虑等级。不要提供心理诊断或处方,仅输出基于视觉的行为分析结果与友好提醒。
python -m scripts.smyx_child_separation_anxiety_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_separation_anxiety_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 | moderate(哭泣 4min + 抱腿 3 次) | 2026-03-12 07:50:00 | 🔗 查看报告 |
# 分析本地家庭/幼儿园门口送学视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_child_separation_anxiety_detection_analysis --input /path/to/dropoff.mp4 --open-id your-open-id
# 分析网络家庭/幼儿园门口送学视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_child_separation_anxiety_detection_analysis --url https://example.com/dropoff.mp4 --open-id your-open-id
# 显示历史儿童分离焦虑识别报告(自动触发关键词:查看分离焦虑历史报告、儿童入园焦虑报告清单等)
python -m scripts.smyx_child_separation_anxiety_detection_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_child_separation_anxiety_detection_analysis --input dropoff.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_child_separation_anxiety_detection_analysis --input dropoff.mp4 --open-id your-open-id --output result.json