Safety Monitoring⭐ Featured

Mine Safety Guardian

矿山安全卫士

Real-time monitoring of mine gas concentration (methane, CO, CO2, H2S), automatic safety alerts, incident reporting and safety checklist management.

矿山安全气体监测预警隐患排查煤矿
Install Command
npx openclaw skills install mine-safety-guardian
Version
1.0.0
Author
shuzhihui
Updated
Sat Apr 11 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • Real-time gas concentration monitoring (CH4, CO, CO2, H2S)
  • Multi-threshold safety alert system (Warning, Danger, Critical)
  • Incident/hazard reporting with photo attachments
  • Safety inspection checklist management
  • Compliance report generation
  • Shift handover safety notes
  • Supported Gases & Thresholds

    | Gas | Warning | Danger | Critical | Unit |

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

    | Methane (CH4) | 0.5 | 1.0 | 1.5 | % |

    | Carbon Monoxide (CO) | 10 | 20 | 40 | ppm |

    | Carbon Dioxide (CO2) | 0.5 | 1.0 | 1.5 | % |

    | Hydrogen Sulfide (H2S) | 5 | 10 | 20 | ppm |

    | Oxygen (O2) | < 19.5 | < 18 | < 16 | % |

    Use Cases

  • **Safety Department**: 24/7 gas monitoring and alert response
  • **Shift Supervisor**: Pre-shift inspection checklists
  • **Management**: Monthly safety compliance reports
  • **Training**: Safety statistics for worker education
  • Installation

    npx openclaw skills install mine-safety-guardian

    Configuration

    # Configure monitoring thresholds

    mine-safety-guardian config --gas methane --warning 0.5 --danger 1.0

    # Set alert notification channels

    mine-safety-guardian config --notify sms,email --recipients safety@mine.com

    # Connect to sensor hardware (via MQTT)

    mine-safety-guardian connect --broker mqtt://sensors.mine.local:1883

    Usage Examples

    # Check current gas levels

    mine-safety-guardian status

    # Report a hazard

    mine-safety-guardian report --location "西三采区" --type gas --severity high --photo hazard.jpg

    # Generate daily safety report

    mine-safety-guardian report --period daily --format markdown

    # Run pre-shift checklist

    mine-safety-guardian checklist --shift morning --worker "张三"

    # Get safety statistics

    mine-safety-guardian stats --period weekly