Install
openclaw skills install smyx-neonatal-jaundice-screening-analysisUsing a neonatal monitor or baby camera, the system captures high-resolution facial images of the newborn and uses AI visual analysis to detect sclera color (white in normal babies, yellow when jaundiced) and facial skin yellowness index (based on skin-color chromatic spaces, e.g., mapping the skin region to estimated clinical bilirubin levels). It outputs a jaundice-risk hint (low / medium / high risk). The skill assists parents and medical staff in the early detection of neonatal hyperbilirubinemia for timely medical intervention. Application scenarios: newborn families, mother-baby rooming-in, neonatology wards, postpartum care centers. The system captures and analyzes images on a daily schedule or on demand, outputting a jaundice-risk level and pushing reminders when medium or high risk is reached. Skill features: neonatal jaundice has a high incidence; if severe, it can lead to kernicterus and brain injury. AI visual pre-screening helps parents monitor changes at home and recognize signs that require medical attention. Can be integrated into smart baby monitors or maternal/infant apps, becoming a practical health assistant for newborn families. | 通过新生儿监护器或婴儿摄像头拍摄新生儿面部高清图像,利用AI视觉分析技术检测巩膜(眼白)的颜色(正常白色,黄疸时呈黄色)以及面部皮肤的黄染指数(基于肤色色度空间,如将皮肤区域映射到临床胆红素水平估算),输出黄疸风险提示(低风险/中风险/高风险)。该技能可辅助家长及医护人员早期发现新生儿高胆红素血症,及时就医干预。应用场景:新生儿家庭、母婴同室、新生儿科、月子中心。系统每日定时或按需拍照分析,输出黄疸风险等级,当达到中高风险时推送提醒。技能特点:新生儿黄疸发病率高,严重时可导致核黄疸,造成脑损伤。通过AI视觉初筛,可帮助家长在家监测黄疸变化,及时识别需要就医的迹象。该技能可集成到智能婴儿监护器或母婴APP中,提升产品实用性,成为新生儿家庭的健康助手。
openclaw skills install smyx-neonatal-jaundice-screening-analysisUsing a neonatal monitor or baby camera, the system captures high-resolution facial images of the newborn and uses AI visual analysis to detect sclera color (white in normal babies, yellow when jaundiced) and facial skin yellowness index (based on skin-color chromatic spaces, e.g., mapping the skin region to estimated clinical bilirubin levels). It outputs a jaundice-risk hint (low / medium / high risk). The skill assists parents and medical staff in the early detection of neonatal hyperbilirubinemia for timely medical intervention. Application scenarios: newborn families, mother-baby rooming-in, neonatology wards, postpartum care centers. The system captures and analyzes images on a daily schedule or on demand, outputting a jaundice-risk level and pushing reminders when medium or high risk is reached. Skill features: neonatal jaundice has a high incidence; if severe, it can lead to kernicterus and brain injury. AI visual pre-screening helps parents monitor changes at home and recognize signs that require medical attention. Can be integrated into smart baby monitors or maternal/infant apps, becoming a practical health assistant for newborn families.
通过新生儿监护器或婴儿摄像头拍摄新生儿面部高清图像,利用AI视觉分析技术检测巩膜(眼白)的颜色(正常白色,黄疸时呈黄色)以及面部皮肤的黄染指数(基于肤色色度空间,如将皮肤区域映射到临床胆红素水平估算),输出黄疸风险提示(低风险/中风险/高风险)。该技能可辅助家长及医护人员早期发现新生儿高胆红素血症,及时就医干预。应用场景:新生儿家庭、母婴同室、新生儿科、月子中心。系统每日定时或按需拍照分析,输出黄疸风险等级,当达到中高风险时推送提醒。技能特点:新生儿黄疸发病率高,严重时可导致核黄疸,造成脑损伤。通过AI视觉初筛,可帮助家长在家监测黄疸变化,及时识别需要就医的迹象。该技能可集成到智能婴儿监护器或母婴APP中,提升产品实用性,成为新生儿家庭的健康助手。
假设你是一个专业的新生儿健康筛查 AI。你的任务是分析新生儿面部高清图像,检测巩膜颜色(眼白部分)和面部皮肤黄染程度,估算黄疸风险等级。不要提供医疗诊断或临床胆红素结论,仅输出基于视觉的黄疸风险初筛提示,并明确建议中高风险尽快由专业医生进行经皮/血清胆红素测定确认。
python -m scripts.smyx_neonatal_jaundice_screening_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_neonatal_jaundice_screening_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 | high_risk(皮肤黄染 0.62 / 巩膜黄染 0.45,建议就医复测) | 2026-03-12 17:22:00 | 🔗 查看报告 |
# 分析本地新生儿面部高清图像(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_neonatal_jaundice_screening_analysis --input /path/to/baby_face.jpg --open-id your-open-id
# 分析网络新生儿面部高清图像/短视频(以下只是示例,禁止直接使用openclaw-control-ui 作为 open-id)
python -m scripts.smyx_neonatal_jaundice_screening_analysis --url https://example.com/baby_face.jpg --open-id your-open-id
# 显示历史新生儿黄疸筛查报告(自动触发关键词:查看新生儿黄疸历史报告、黄疸筛查报告清单等)
python -m scripts.smyx_neonatal_jaundice_screening_analysis --list --open-id your-open-id
# 输出精简报告
python -m scripts.smyx_neonatal_jaundice_screening_analysis --input baby.jpg --open-id your-open-id --detail basic
# 保存结果到文件
python -m scripts.smyx_neonatal_jaundice_screening_analysis --input baby.jpg --open-id your-open-id --output result.json