矿工健康助手
Miner Health Companion
追踪矿工工作时长、班次信息和职业健康记录,支持尘肺病预防提醒和紧急联系人管理。
npx openclaw skills install miner-health-companion功能特点
追踪的健康指标
| 指标 | 正常范围 | 预警阈值 |
|------|---------|---------|
| 日粉尘接触浓度 | < 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