Health Management

Miner Health Companion

矿工健康助手

Track miner work hours, shifts, and occupational health records with pneumoconiosis prevention reminders and emergency contact management.

矿工健康管理职业病尘肺病工作时长班次管理
Install Command
npx openclaw skills install miner-health-companion
Version
1.0.0
Author
shuzhihui
Updated
Sat Apr 11 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • Work hours and shift tracking per miner
  • Occupational health record management
  • Pneumoconiosis (dust disease) prevention reminders
  • Dust exposure dose calculation
  • Health checkup scheduling and alerts
  • Emergency contact management
  • Fatigue risk assessment
  • Health Metrics Tracked

    | Metric | Normal Range | Alert Threshold |

    |--------|-------------|-----------------|

    | Daily Dust Exposure | < 2 mg/m³ | > 4 mg/m³ |

    | Weekly Work Hours | < 48 hours | > 56 hours |

    | Continuous Shift Days | < 6 days | > 7 days |

    | Annual X-Ray Checks | 1 per year | Overdue |

    | Lung Function Test | FEV1 > 80% | FEV1 < 70% |

    Use Cases

  • **HR Department**: Track attendance and work hours compliance
  • **Safety Department**: Monitor dust exposure doses
  • **Medical Staff**: Schedule and track health checkups
  • **Workers**: View personal health records and alerts
  • Installation

    npx openclaw skills install miner-health-companion

    Configuration

    # Register new miner

    miner-health-companion add --name "李四" --id WORKER-004 --department 采煤一区

    # Set dust monitoring zone

    miner-health-companion config --zone "西三采区" --dust-threshold 4

    # Configure health checkup reminders

    miner-health-companion config --checkup annual --提前30天提醒

    # Link wearable device (dust meter)

    miner-health-companion connect --device dust-meter --worker WORKER-004

    Usage Examples

    # Check in for shift

    miner-health-companion checkin --id WORKER-004 --shift night

    # Check out from shift

    miner-health-companion checkout --id WORKER-004

    # Record dust exposure

    miner-health-companion exposure --id WORKER-004 --zone "西三采区" --dos 2.3 --duration 8

    # Get miner's health summary

    miner-health-companion health --id WORKER-004

    # View fatigue risk assessment

    miner-health-companion fatigue --id WORKER-004

    # Schedule annual health checkup

    miner-health-companion checkup --schedule --worker WORKER-004 --type xray

    # Generate monthly health report

    miner-health-companion report --period monthly --format markdown