Energy Audit — Commercial Building Assessment
Run a full energy audit for commercial or industrial facilities. Identifies waste, models savings, and generates a prioritized retrofit roadmap with ROI timelines.
About this skill
The Energy Audit skill conducts a detailed assessment of energy consumption in commercial or industrial buildings. It systematically gathers and analyzes utility data (electric, gas, water, steam) over a 12-month period, benchmarking it against industry standards like ASHRAE and ENERGY STAR to highlight inefficiencies. The skill identifies the top ten Energy Conservation Measures (ECMs), calculating their simple payback, Internal Rate of Return (IRR), and lifecycle costs. It then compiles an ASHRAE Level II audit report, complete with an executive summary, and flags opportunities for utility rate optimization, such as demand response or Time-of-Use shifting. Users can leverage this skill to create a actionable retrofit roadmap, complete with available rebates and incentive programs, allowing for data-driven decisions on energy efficiency investments.
Best use case
This skill is primarily for facility managers, property owners, and sustainability officers of commercial or industrial buildings who need to understand their energy consumption, identify cost-saving opportunities, and develop a strategic plan for energy efficiency upgrades. It helps in making informed investment decisions to reduce operational costs and environmental impact.
Run a full energy audit for commercial or industrial facilities. Identifies waste, models savings, and generates a prioritized retrofit roadmap with ROI timelines.
Users will receive an ASHRAE Level II audit report, a list of top ECMs with financial analyses, and a prioritized retrofit roadmap including utility rate optimization and incentive programs.
Practical example
Example input
Run an energy audit for our 60,000 sq ft manufacturing plant in Phoenix, Arizona. We operate 2 shifts, 5 days a week. Here are 12 months of utility bills. Our HVAC is 15 years old, and we have significant process loads from machinery.
Example output
ASHRAE Level II Energy Audit Report generated. EUI benchmarked at 120 kBtu/sq ft (below ENERGY STAR target). Top 3 ECMs: 1) LED Lighting Retrofit (45% lighting savings, 2.5-year payback), 2) VFDs on Process Pumps (20% motor savings, 1.8-year payback), 3) HVAC Controls Upgrade (18% HVAC savings, 3.2-year payback). Full retrofit roadmap and rebate information detailed in attached report.
When to use this skill
- To identify significant energy waste and inefficiencies in a commercial or industrial building.
- To develop a prioritized roadmap for energy retrofits with clear financial projections (ROI, payback).
- To benchmark a building's energy performance against industry standards and identify areas for improvement.
- To uncover utility rate optimization opportunities and access available energy incentives.
When not to use this skill
- For residential properties or very small commercial spaces.
- When only a quick, superficial energy estimate is needed without detailed data.
- If the facility lacks access to at least 12 months of utility data.
- When immediate, ad-hoc maintenance is required instead of a strategic audit.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/afrexai-energy-audit/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Energy Audit — Commercial Building Assessment Compares
| Feature / Agent | Energy Audit — Commercial Building Assessment | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
Run a full energy audit for commercial or industrial facilities. Identifies waste, models savings, and generates a prioritized retrofit roadmap with ROI timelines.
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
SKILL.md Source
# Energy Audit — Commercial Building Assessment Run a full energy audit for commercial or industrial facilities. Identifies waste, models savings, and generates a prioritized retrofit roadmap with ROI timelines. ## What It Does - Collects utility data (electric, gas, water, steam) across 12+ months - Benchmarks consumption against ASHRAE and ENERGY STAR baselines - Identifies the top 10 energy conservation measures (ECMs) ranked by payback period - Calculates simple payback, IRR, and lifecycle cost for each measure - Generates an ASHRAE Level II audit report with executive summary - Flags utility rate optimization opportunities (demand response, TOU shifting) - Maps available rebates and incentive programs by state/region ## How to Use Tell your agent: - "Run an energy audit for our 45,000 sq ft office building" - "Analyze our utility bills and find savings opportunities" - "Create a retrofit roadmap for our warehouse — budget is $200K" Provide: 1. **Building type** — office, retail, warehouse, manufacturing, healthcare, education 2. **Square footage** and location (climate zone matters) 3. **12 months of utility bills** (or monthly kWh/therms if summarized) 4. **Operating hours** — shifts, weekend usage, seasonal patterns 5. **Major equipment** — HVAC age/type, lighting, compressed air, process loads ## Audit Framework ### Benchmarking - EUI (Energy Use Intensity) = total kBtu ÷ sq ft - Compare against CBECS median by building type - ENERGY STAR score target: 75+ (top quartile) ### Energy Conservation Measures (ECMs) | Category | Typical Savings | Payback | |----------|----------------|---------| | LED retrofit | 40-60% lighting | 1-3 years | | HVAC controls/BMS | 15-25% HVAC | 2-4 years | | VFDs on motors/fans | 20-50% motor | 1-3 years | | Envelope (insulation, air sealing) | 10-20% heating/cooling | 3-7 years | | Demand response enrollment | 5-15% peak demand | Immediate | | Solar PV | 30-70% electric | 5-8 years (with ITC) | | Heat recovery | 10-30% thermal | 2-5 years | ### Financial Analysis For each ECM: - **Simple payback** = cost ÷ annual savings - **IRR** = internal rate of return over equipment life - **Lifecycle cost** = install + maintenance - savings - rebates over useful life - **Avoided cost** = include utility escalation rate (typically 2-4%/year) ### Rebate & Incentive Check - Federal: ITC (30% solar), 179D deduction ($0.50-$5.00/sq ft) - State: DSIRE database lookup by ZIP code - Utility: custom incentive programs ($/kWh saved, $/kW reduced) ## Output Format ``` ENERGY AUDIT REPORT Building: [name] | Type: [type] | Size: [sq ft] | Location: [city, state] CURRENT PERFORMANCE Annual Energy Cost: $XXX,XXX EUI: XX.X kBtu/sq ft (benchmark: XX.X — [above/below] median) ENERGY STAR Score: XX/100 TOP RECOMMENDATIONS (ranked by payback) #1: [ECM] — $XX,XXX savings/yr | $XX,XXX cost | X.X yr payback | XX% IRR #2: [ECM] — ... TOTAL OPPORTUNITY Combined Savings: $XXX,XXX/yr (XX% reduction) Total Investment: $XXX,XXX Blended Payback: X.X years Available Rebates: $XX,XXX IMPLEMENTATION ROADMAP Phase 1 (0-6 mo): [quick wins — LED, controls, demand response] Phase 2 (6-18 mo): [HVAC, VFDs, envelope] Phase 3 (18-36 mo): [renewables, major retrofits] ``` ## Why This Matters Commercial buildings waste 30% of the energy they consume (DOE). A $500K/year energy bill typically has $150K+ in recoverable savings. Most measures pay for themselves in 2-4 years, then it's pure margin. --- Built by [AfrexAI](https://afrexai-cto.github.io/context-packs/) — AI context packs for real business operations. Explore more tools: - [AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/) — find where your business leaks money - [Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/) — deploy AI agents in minutes - [Context Packs](https://afrexai-cto.github.io/context-packs/) — $47 industry-specific agent configs for Manufacturing, Professional Services, and more
Related Skills
Payroll Compliance Auditor
Run a full payroll audit in under 10 minutes. Catches the errors that cost companies $845 per violation.
Commercial Lease Analyzer
Analyze commercial leases (office, retail, industrial, warehouse) for hidden costs, unfavorable terms, and negotiation leverage. Use when reviewing a new lease, renegotiating a renewal, or comparing multiple lease options.
Cybersecurity Risk Assessment
You are a cybersecurity risk assessment specialist. When the user needs a security audit, threat assessment, or compliance review, follow this framework.
Compliance & Audit Readiness Engine
Your AI compliance officer. Guides startups and scale-ups through SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS — from zero to audit-ready. No consultants needed.
Compliance Audit Generator
Run internal compliance audits against major frameworks without hiring a consultant.
Cloud Cost Optimization Audit
Analyze cloud infrastructure spend across AWS, Azure, and GCP. Identify waste, rightsizing opportunities, and reserved instance savings.
Building Permit & Construction Permitting Agent
You are a construction permitting specialist. Help contractors, developers, and property owners navigate the building permit process from application through final inspection.
AI Spend Audit
Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
AI Safety Audit
Comprehensive AI safety and alignment audit framework for businesses deploying AI agents. Built around the UK AI Security Institute Alignment Project standards (2026), EU AI Act requirements, and NIST AI RMF.
AI Readiness Assessment
Run a structured AI readiness audit for any organization. Scores 8 dimensions, identifies gaps, produces a prioritized 90-day action plan with budget ranges.
china-renewable-energy-sourcing
Comprehensive renewable energy industry sourcing guide for international buyers – provides detailed information about China's solar PV, wind power, energy storage, and hydrogen manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).
SX-security-audit
全方位安全审计技能。检查文件权限、环境变量、依赖漏洞、配置文件、网络端口、Git 安全、Shell 安全、macOS 安全、密钥检测等。支持 CLI 参数、JSON 输出、配置文件。当用户要求"安全检查"、"漏洞扫描"、"权限检查"、"安全审计"时使用此技能。