infant-suffocation-warning-analysis

Analyze infant sleep-monitoring video to detect prone sleeping, head covering, and mouth/nose occlusion.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill infant-suffocation-warning-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infant-suffocation-warning-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/infant-suffocation-warning-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill infant-suffocation-warning-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pydash, SQLAlchemy, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It reduces the risk of infant sleep asphyxiation by detecting prone sleeping, head covering, and occlusion of the mouth/nose from sleep-monitoring video and issuing immediate high-risk warnings.

Core Features & Use Cases

  • Real-time high-risk detection: Identifies prone (趴睡) positions, full head covering (蒙头), and mouth/nose blockage by bedding or clothing.
  • Actionable alerts for caregivers: Triggers a real-time alarm pathway (sound/push-notification in the product context) so parents can intervene quickly.
  • History query mode: Supports querying historical warning records and presenting them as a Markdown table with report links, using cloud APIs rather than local memory.

Example: A parent uploads a baby sleep video showing the infant repeatedly rolling into a prone position and the face being partially covered; the skill flags the specific high-risk factors and outputs a structured report so the caregiver can adjust the sleeping setup immediately.

Quick Start

Ask the system to analyze the uploaded baby sleep video for suffocation-risk warnings and generate the standard risk report.

Frequently Asked Questions about infant-suffocation-warning-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect infant sleep suffocation risks from video footage?

To detect infant sleep suffocation risks from video footage, the system analyzes sleep-monitoring video to identify prone sleeping, head covering, and mouth/nose occlusion. It then outputs a structured risk report so caregivers can intervene.

What sleep-monitoring scenarios trigger real-time asphyxia risk alerts?

Real-time asphyxia risk alerts trigger when the video analysis detects an infant in a prone sleeping position, fully covered head, or mouth and nose blockage by bedding or clothing.

How do I retrieve historical infant sleep warning records from the cloud?

To retrieve historical infant sleep warning records, you query the cloud-based APIs using a valid open-id. The system returns historical warning records in a list mode, presented as a Markdown table with report links.

Do I need a valid open-id to run infant sleep safety analysis scripts?

Yes, you need a valid open-id to execute the bundled scripts for infant sleep safety analysis. The open-id enforces API calls and ensures secure cloud-only access to historical warning records.

Can I get structured Markdown output for baby sleep video risk analysis?

Yes, you can get structured Markdown output for baby sleep video risk analysis. The system formats high-risk detection results and historical warning records into structured or tabular Markdown reports as specified.

What are the limitations of using cloud APIs for infant sleep safety monitoring?

A limitation of using cloud APIs for infant sleep safety monitoring is that historical warning access is strictly cloud-only, requiring a valid open-id for execution and lacking local memory storage for past records.