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

  • 矿工个人工作时长和班次追踪
  • 职业健康档案管理
  • 尘肺病(煤工尘肺、矽肺)预防提醒
  • 粉尘接触剂量计算
  • 年度体检安排与逾期提醒
  • 紧急联系人管理
  • 疲劳风险评估
  • 追踪的健康指标

    | 指标 | 正常范围 | 预警阈值 |

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

    | 日粉尘接触浓度 | < 2 mg/m³ | > 4 mg/m³ |

    | 周工作时长 | < 48 小时 | > 56 小时 |

    | 连续上班天数 | < 6 天 | > 7 天 |

    | 年度X光检查 | 每年1次 | 已逾期 |

    | 肺功能检测 | FEV1 > 80% | FEV1 < 70% |

    Use Cases

  • **人力资源部**:考勤与工时合规追踪
  • **安全管理部门**:监控员工粉尘接触剂量
  • **矿医/医务室**:安排和追踪健康体检
  • **矿工个人**:查看个人健康记录和提醒
  • Installation

    npx openclaw skills install miner-health-companion

    配置示例

    # 登记新矿工

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

    # 设置粉尘监测区域

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

    # 配置体检提醒

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

    # 连接可穿戴设备(粉尘监测仪)

    miner-health-companion connect --device 粉尘仪 --worker WORKER-004

    使用示例

    # 班前签到

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

    # 班后签退

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

    # 记录粉尘接触

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

    # 查看矿工健康摘要

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

    # 查看疲劳风险评估

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

    # 安排年度体检

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

    # 生成月度健康报告

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