一键导入
energy-report
Generate comprehensive energy analysis report from simulation results. Use when user asks for "energy report", "full results", or "detailed analysis".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate comprehensive energy analysis report from simulation results. Use when user asks for "energy report", "full results", or "detailed analysis".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add custom EMS control or reporting logic (EnergyPlus Python Plugins) — setpoint resets, schedule overrides, supervisory control, custom metrics. Use when no packaged HVAC/schedule tool covers the control logic the user wants.
OpenStudio Analysis Framework (OSAF) workflows, algorithm selection, validation, submission, and result download. Use when the user asks about OSAF, OpenStudio Server analyses, sampling, sweeps, optimization, calibration, or OSA JSON configs.
Create, test, and apply custom OpenStudio measures. Use when user asks to "write a measure", "create a custom measure", "modify the model with Ruby/Python code", or needs logic beyond what existing tools provide.
OpenStudio model object relationships, tool dependencies, and common error patterns. Use when building or modifying models to ensure correct tool ordering.
Run model quality checks before simulation. Use when user asks to "check the model", "validate", "QA/QC", or before running a simulation.
Create a complete building model from scratch — geometry, envelope, loads, HVAC, weather, and simulation. Use when user wants to "create a building", "build a model", or "start a new model".
| name | energy-report |
| description | Generate comprehensive energy analysis report from simulation results. Use when user asks for "energy report", "full results", or "detailed analysis". |
| disable-model-invocation | true |
Extract all result categories from a completed simulation and present a structured report.
Identify the run. If user provides a run_id, use it. Otherwise check for the most recent simulation.
For an HTML report with ~25 sections (fastest):
generate_results_report(run_id=<id>)
Or extract individual categories for custom analysis:
extract_summary_metrics(run_id=<id>)
extract_end_use_breakdown(run_id=<id>)
extract_envelope_summary(run_id=<id>)
extract_hvac_sizing(run_id=<id>)
extract_zone_summary(run_id=<id>)
extract_component_sizing(run_id=<id>)
extract_simulation_errors(run_id=<id>)
For before/after comparison:
compare_runs(baseline_run_id=<id1>, retrofit_run_id=<id2>)
Optionally run QA/QC:
run_qaqc_checks()
Present structured report with these sections:
Overview
End-Use Breakdown
Envelope Performance
HVAC Sizing
Zone Summary
QA/QC Flags (if run)