Install
openclaw skills install smyx-autism-stereotyped-behavior-detect-analysisUsing a fixed camera in rehabilitation centers or homes, the system analyzes children's behavior videos with pose estimation and temporal action detection to recognize repetitive stereotyped behaviors, including spinning (body rotation ≥ 360°), hand flapping (non-functional repetitive arm movement), body rocking (rhythmic forward-backward or side-to-side trunk motion), etc. It counts the frequency (events per hour) and duration of each behavior and generates a behavior report. The skill helps therapists and parents objectively record behavior changes and evaluate intervention effects. Application scenarios: autism rehabilitation institutions, special-education schools, home interventions. Real-time monitoring; the system automatically generates daily / weekly stereotyped-behavior statistics to support rehabilitation planning. Skill features: stereotyped behaviors are a core symptom of autism, and changes in frequency / duration are important indicators of intervention effectiveness. Automatic AI recording reduces therapists' workload, enables long-term continuous monitoring, and provides data support for individualized intervention. Can be integrated into rehabilitation-center management systems or home-rehabilitation apps. | 通过康复机构或家庭固定摄像头,分析儿童行为视频,利用姿态估计和时序动作检测技术识别重复性刻板动作,包括转圈(身体旋转360°以上)、摆手(手臂非功能性重复摆动)、摇晃(躯干前后或左右有节律摆动)等。统计每种刻板行为的频次(次/小时)和单次持续时间,生成行为报告。该技能可辅助康复师和家长客观记录行为变化,评估干预效果。应用场景:自闭症康复机构、特殊教育学校、家庭干预。系统实时监测,自动生成每日/每周刻板行为统计报告,为康复计划提供数据支持。技能特点:刻板行为是自闭症的核心症状之一,其频率和持续时间变化是评估干预效果的重要依据。通过AI自动监测记录,可减轻康复师负担,实现长时间连续监测,为个性化干预提供数据支持。该技能可集成到康复机构管理系统或家庭康复APP中。
openclaw skills install smyx-autism-stereotyped-behavior-detect-analysisUsing a fixed camera in rehabilitation centers or homes, the system analyzes children's behavior videos with pose estimation and temporal action detection to recognize repetitive stereotyped behaviors, including spinning (body rotation ≥ 360°), hand flapping (non-functional repetitive arm movement), body rocking (rhythmic forward-backward or side-to-side trunk motion), etc. It counts the frequency (events per hour) and duration of each behavior and generates a behavior report. The skill helps therapists and parents objectively record behavior changes and evaluate intervention effects. Application scenarios: autism rehabilitation institutions, special-education schools, home interventions. Real-time monitoring; the system automatically generates daily / weekly stereotyped-behavior statistics to support rehabilitation planning. Skill features: stereotyped behaviors are a core symptom of autism, and changes in frequency / duration are important indicators of intervention effectiveness. Automatic AI recording reduces therapists' workload, enables long-term continuous monitoring, and provides data support for individualized intervention. Can be integrated into rehabilitation-center management systems or home-rehabilitation apps.
通过康复机构或家庭固定摄像头,分析儿童行为视频,利用姿态估计和时序动作检测技术识别重复性刻板动作,包括转圈(身体旋转360°以上)、摆手(手臂非功能性重复摆动)、摇晃(躯干前后或左右有节律摆动)等。统计每种刻板行为的频次(次/小时)和单次持续时间,生成行为报告。该技能可辅助康复师和家长客观记录行为变化,评估干预效果。应用场景:自闭症康复机构、特殊教育学校、家庭干预。系统实时监测,自动生成每日/每周刻板行为统计报告,为康复计划提供数据支持。技能特点:刻板行为是自闭症的核心症状之一,其频率和持续时间变化是评估干预效果的重要依据。通过AI自动监测记录,可减轻康复师负担,实现长时间连续监测,为个性化干预提供数据支持。该技能可集成到康复机构管理系统或家庭康复APP中。
假设你是一个专业的自闭症儿童行为分析 AI。你的任务是分析固定摄像头拍摄的儿童行为视频,检测重复性刻板动作,包括转圈、摆手、摇晃等。统计每种行为的频次和持续时间,输出行为报告。不要提供自闭症诊断、量表打分或康复处方,仅输出基于视觉的客观行为统计,供专业康复师和家长参考。
python -m scripts.smyx_autism_stereotyped_behavior_detect_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_autism_stereotyped_behavior_detect_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 | hand_flapping 23 次 / 较基线 ↓30% | 2026-03-12 17:22:00 | 🔗 查看报告 |
# 分析本地康复/家庭儿童行为视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_autism_stereotyped_behavior_detect_analysis --input /path/to/rehab.mp4 --open-id your-open-id
# 分析网络康复/家庭儿童行为视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_autism_stereotyped_behavior_detect_analysis --url https://example.com/rehab.mp4 --open-id your-open-id
# 显示历史自闭症儿童刻板行为识别报告(自动触发关键词:查看刻板行为历史报告、自闭症儿童行为报告清单等)
python -m scripts.smyx_autism_stereotyped_behavior_detect_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_autism_stereotyped_behavior_detect_analysis --input rehab.mp4 --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_autism_stereotyped_behavior_detect_analysis --input rehab.mp4 --open-id your-open-id --output result.json