AI Agent Hub
Back to skills
Contactless Vital Signs Monitoring Analysis icon

Contactless Vital Signs Monitoring Analysis

Life Service Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please install @user_bb47e3e3/contactless-vital-signs-monitoring-analysis according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Conventional vital signs measurement often relies on wristbands, patches, or fingertip sensors, which add wear burden, maintenance, and infection risk, especially in home care and elderly monitoring. A camera-based approach is harder because vital signs are subtle physiological signals: skin color changes, micro-movement, and respiration-related cues are easily disturbed by lighting, pose, and video quality.

How It Works

The skill invokes a cloud API through scripts/contactless_vital_signs_monitoring.py using a local video path or public --url. It supports heart rate, respiration rate, SpO2 estimation, and HRV analysis, extracting hemodynamic cues from subtle facial skin color changes using photoplethysmography-style processing. A typical workflow is: capture a 10-30 second video at 30-50 cm with even lighting; obtain and pass a valid --open-id; run the analysis; and receive a JSON/basic report or a cloud-hosted report list. Historical report lookup is expected to query the cloud interface and render a Markdown table with report name, duration, analysis time, heart rate, and a link to the full report.

Boundaries

Accuracy depends on face orientation, adequate uniform lighting, no mask over the mouth/nose, and acceptable video length and quality. Supported formats include mp4/avi/mov, with a recommended maximum size of 10MB. The output is for health reference only and cannot replace clinical measurement or medical diagnosis; seek timely care if abnormal symptoms occur.

Use Cases

  • Elderly remote care: analyze a 10-second facial video for heart rate and respiration, then list cloud reports.
  • Home health screening: upload an mp4 captured on a phone to extract heart rate, SpO2 estimate, and HRV.
  • Care monitoring: query prior contactless measurements from the cloud API and render a report table with links.
  • Low-contact setup: use a computer-camera video for short vital signs reference analysis and JSON output.

Best For

  • Home caregivers of elderly users who need wearable-free heart rate, respiration, and historical report access.
  • Community health workers conducting remote screening who need phone-video vital signs reports.
  • Algorithm engineers evaluating camera-based PPG-style vital sign estimation via API outputs and errors.
  • Application developers integrating contactless monitoring results into cloud report lookup workflows.