Miner Health Companion
矿工健康助手
Track miner work hours, shifts, and occupational health records with pneumoconiosis prevention reminders and emergency contact management.
npx openclaw skills install miner-health-companionFeatures
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
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