健康管理

矿工健康助手

Miner Health Companion

追踪矿工工作时长、班次信息和职业健康记录,支持尘肺病预防提醒和紧急联系人管理。

矿工健康管理职业病尘肺病工作时长班次管理
安装命令
npx openclaw skills install miner-health-companion
版本
1.0.0
作者
shuzhihui
更新于
Sat Apr 11 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

功能特点

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

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

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

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

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

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

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

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

    适用场景

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

    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