Mine Safety Guardian
矿山安全卫士
Real-time monitoring of mine gas concentration (methane, CO, CO2, H2S), automatic safety alerts, incident reporting and safety checklist management.
npx openclaw skills install mine-safety-guardianFeatures
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
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