home / skills / a5c-ai / babysitter / energy-auditor
This skill analyzes energy use, benchmarks performance, and identifies efficiency opportunities to reduce costs and improve process sustainability.
npx playbooks add skill a5c-ai/babysitter --skill energy-auditorReview the files below or copy the command above to add this skill to your agents.
---
name: energy-auditor
description: Process energy audit skill for consumption analysis, benchmarking, and efficiency improvement identification
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: chemical-engineering
domain: science
category: Sustainability
skill-id: CE-SK-026
---
# Energy Auditor Skill
## Purpose
The Energy Auditor Skill performs process energy audits to analyze consumption patterns, benchmark performance, and identify energy efficiency improvement opportunities.
## Capabilities
- Energy consumption mapping
- Energy balance analysis
- Utility system analysis
- Benchmarking against best practice
- Heat integration opportunities
- Equipment efficiency assessment
- Steam system optimization
- Compressed air system analysis
- Improvement prioritization
## Usage Guidelines
### When to Use
- Conducting energy audits
- Identifying efficiency opportunities
- Benchmarking energy performance
- Prioritizing improvements
### Prerequisites
- Energy data available
- Process flows documented
- Equipment specifications known
- Utility costs defined
### Best Practices
- Use consistent boundaries
- Normalize for production
- Verify data quality
- Prioritize by payback
## Process Integration
This skill integrates with:
- Energy Efficiency Optimization
- Heat Integration Analysis
- Process Sustainability Assessment
## Configuration
```yaml
energy-auditor:
audit-levels:
- walk-through
- standard
- detailed
systems:
- steam
- electricity
- fuel
- compressed-air
- cooling-water
```
## Output Artifacts
- Energy audit reports
- Sankey diagrams
- Benchmark comparisons
- Improvement recommendations
- Payback analyses
This skill performs process energy audits to map consumption, benchmark performance, and surface efficiency improvements. It produces actionable outputs such as energy balance analyses, Sankey diagrams, and prioritized improvement recommendations. The skill supports multiple audit depths from walk-through to detailed studies and targets steam, electricity, fuel, compressed air, and cooling systems.
The skill ingests energy data, process flow information, and equipment specs to build an energy consumption map and balance. It runs system-specific analyses (steam, compressed air, heat, electrical) and compares results to best-practice benchmarks. Outputs include visualizations, payback calculations, and ranked opportunity lists to guide implementation.
What inputs does the skill require?
Energy consumption data, process flow documentation, equipment specifications, and utility cost rates.
How are improvement opportunities prioritized?
Opportunities are ranked by estimated energy savings, simple payback, implementation complexity, and alignment with operational constraints.