neqsim-utility-design

neqsim-utility-design is a skill for Claude Code, Codex from equinor/neqsim. It costs 144 tokens per session (2,156 once invoked), scanned A, original, Apache-2.0.

A screening-level utility design workflow for estimating plant steam, nitrogen, refrigeration, deaeration, boiler, and related utility-system requirements. It combines utility demands into flows, power, emissions, and cost estimates.

In plain words
What is it for?
Use it to size boilers, deaerators, refrigeration, nitrogen generation, and multi-pressure steam networks, and to estimate utility emissions and operating cost.
Why use it?
It turns process heating, cooling, and power demands into an early utility design basis without requiring detailed mechanical design.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to size boilers, deaerators, refrigeration, nitrogen generation, and multi-pressure steam networks, and to estimate utility emissions and operating cost.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/equinor/neqsim/neqsim-utility-design
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add equinor/neqsim --skill neqsim-utility-design
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for neqsim-utility-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/equinor/neqsim/neqsim-utility-design/github.svg)](https://agentmods.dev/skills/equinor/neqsim/neqsim-utility-design)
Your own site
<a href="https://agentmods.dev/skills/equinor/neqsim/neqsim-utility-design"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/neqsim-utility-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for neqsim-utility-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/equinor/neqsim/neqsim-utility-design"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/neqsim-utility-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.02156
Opus 5 $0.00072 $0.01078
Sonnet 5 $0.00029 $0.00431
Haiku 4.5 $0.00014 $0.00216

Measured 5d ago against content hash 2bcb0a493b76, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

neqsim-utility-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/neqsim-utility-design/SKILL.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NeqSim Utility Design Skill

Size and cost the core plant utilities with deterministic NeqSim models in neqsim.process.util.utilitydesign. This skill covers the calculation side (duties → flows → power → CO₂ → cost); use neqsim-utilities-specification to decide which utility levels to provide and neqsim-heat-integration to derive the duties.

When to Use

  • Sizing a fired steam boiler, deaerator, refrigeration package, or N₂ generator
  • Building a multi-pressure steam header balance (HP→MP→LP letdown cascade)
  • Aggregating heating/cooling/shaft-power/instrument-air demands from a flowsheet
  • Estimating utility CO₂ emissions and annual operating cost for ESG/screening
  • Exposing utility sizing through the MCP designUtilities tool

These are screening-level models for early design, not detailed mechanical design.

Classes

All classes live in neqsim.process.util.utilitydesign, expose public static final String SCHEMA_VERSION = "1.0", and provide calculate(), toResultsMap(), and toJson(). Each has a no-arg and a String name constructor.

Class Models Key inputs Key outputs
Boiler Fired steam boiler package steam duties (kW), efficiency, fuel LHV fuel mass, steam generation, feedwater/blowdown, fan power, CO₂, OPEX
Deaerator Feedwater deaerator feedwater flow, inlet T, pressure deaerator T, heat duty, stripping steam, vent rate
RefrigerationCycle Vapour-compression chiller (Carnot × efficiency) duties (kW), evaporator/condenser T COP, compressor power, condenser duty, CO₂, OPEX
NitrogenSystem On-site N₂ generation demand (Nm³/h), purity, method specific energy, power, air feed, CO₂, OPEX
SteamNetwork Multi-pressure header cascade + embedded Boiler/Deaerator levels, demands, local generation per-header balance, boiler generation, totals
UtilitySystemDesigner Plant-wide aggregator run ProcessSystem/ProcessModel total heating/cooling/shaft/air, CW + air-cooler split

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 184 lines · 144 tokens per session scan A 2bcb0a493b76

Subscribe to this mod's changes

neqsim-utility-design is a skill published in the GitHub repository equinor/neqsim (151 stars, last pushed today), licensed Apache-2.0. It adds 144 tokens to every session and 2,156 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

monte-carlo

Use when the user wants Monte Carlo simulation of a PlanExe model — sampling from bounds to produce output distributions (mean/std/percentiles), threshold pass probabilities, and Pearson-correlation sensitivity rankings — given an extract-parameters-from-full JSON, a generate-bounds JSON, a generate-calculations…

PlanExeOrg/PlanExe · 71 tokens

cointegration-analysis

Cointegration testing for pairs trading using Engle-Granger, Johansen, and rolling stability analysis.

agiprolabs/claude-trading-skills · 23 tokens

quant-experiment-runtime

Quant research experiment executor: discover an offline source database under the workdir's code-repo, build a panel, run a Research Artifact's entry point to compute research-object values, and evaluate IC/ICIR/RANKIC/coverage metrics. Runtime = Experiment Executor; it runs a Research Artifact via a Python-native…

CamusGIT/EvoQuant · 179 tokens

fin-paper-figure

Generate academic-quality figures (>=300 DPI) for economics and finance papers.

csmar432/finai-research · 14 tokens

fin-paper-writing

A workflow for turning a research outline and study design into a complete economics or finance paper. It coordinates drafting, figure creation, consistency checks, review rounds, LaTeX compilation, and submission checks.

csmar432/finai-research · 65 tokens

fin-data-acquisition

A data-preparation workflow for financial research. It reads variable definitions from a completed research design and produces data-acquisition work plus executable Python or Stata regression scripts.

csmar432/finai-research · 36 tokens