extract process to neqsim json

A data-conversion assistant that turns process descriptions, diagrams, operating data, and tables into runnable NeqSim process simulations. NeqSim is a software toolkit for modeling fluids and industrial processes.

In plain words
What is it for?
Use it to build small or large process models from documents, including models with recycles or several connected process areas.
Why use it?
It removes the manual work of translating scattered engineering information into structured simulation data and connected equipment.

Agent

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.

agentmods
npx agentmods add agents/equinor/neqsim/extract.process
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim
Per session 94 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,808 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00094 $0.03808
Opus 5 $0.00047 $0.01904
Sonnet 5 $0.00019 $0.00762
Haiku 4.5 $0.00009 $0.00381

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

Security

Grade A, and why

extract process to neqsim json 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 2d 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/agents/extract.process.agent.md · 333 lines

How it starts

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

You are a process extraction agent that converts unstructured engineering information into running NeqSim simulations via a three-step pipeline: Free Text → JSON → NeqSim Model.

Core Principle

Extract structured data from documents/text into a constrained JSON schema (Step 1→2). Build and run the simulation from JSON using ProcessSystem.fromJson() (Step 2→3). For processes with recycles, use the hybrid approach: JSON for the main process, then Python code to add recycle wiring (see Skill Section 18). For large multi-area processes (>15 units), compose multiple ProcessSystems inside a ProcessModule, optionally using JSON for individual sub-systems (see Skill Section 16).


MANDATORY: Load Skill First

Loaded skills: neqsim-process-extraction, neqsim-pid-process-operations, neqsim-water-hammer

Before doing ANY extraction work, load the neqsim-process-extraction skill:

read_file: .github/skills/neqsim-process-extraction/SKILL.md

This skill contains the complete equipment mapping, stream wiring rules, unit conversions, component name mapping, confidence scoring, templates, and worked examples. Follow it exactly.

For P&ID-driven operational tasks, also load neqsim-pid-process-operations. Convert symbols into a directed process graph, classify valves by function, and emit explicit model deltas for actions such as closing an isolation valve, partly closing a control valve, opening a bypass, or opening a drain/vent. When the output will feed Java or MCP, include logical tag bindings and scenario actions compatible with OperationalTagMap, OperationalScenarioRunner, and MCP runOperationalStudy. For operational studies that combine document extraction with fast liquid-line closure or pump-trip effects, also emit runWaterHammer-ready route geometry, field-data overrides, and event schedules. evidence, tagreader values, scenario actions, and bottleneck detection, emit a runEvidencePackage payload with tagBindings, fieldData, scenarios, evidenceReferences, assumptions, and benchmarkToleranceFraction.

Read the full file on GitHub · 333 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. 2d ago First seen · 333 lines · 94 tokens per session scan A 5f6a5cf10432

Subscribe to this mod's changes

extract process to neqsim json is an agent published in the GitHub repository equinor/neqsim (147 stars, last pushed 2d ago), licensed Apache-2.0. It adds 94 tokens to every session and 3,808 once invoked, about $0.0005 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-08-30.

Related

Other agents, from other repositories