一键导入
view
Generate 3D visualization of the current model. Use when user says "show me the model", "visualize", or "view".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate 3D visualization of the current model. Use when user says "show me the model", "visualize", or "view".
用 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.
Generate comprehensive energy analysis report from simulation results. Use when user asks for "energy report", "full results", or "detailed analysis".
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.
| name | view |
| description | Generate 3D visualization of the current model. Use when user says "show me the model", "visualize", or "view". |
| disable-model-invocation | true |
| argument-hint | ["format"] |
Generate an interactive 3D HTML viewer of the current model geometry.
Generate the visualization:
view_model()
Report the output file path to the user so they can open it in a browser.
geometry_diagnostics: true — highlights surface normal issues and unmatched surfacesview_simulation_data instead for data overlaid on geometry