neqsim-benchmark-reference-data

neqsim-benchmark-reference-data is a skill for Claude Code, Codex from equinor/neqsim-community-skills. It costs 267 tokens per session (3,767 once invoked), scanned A, original, Apache-2.0.

A registry and checking method for comparing NeqSim simulation results with independent published reference data. NeqSim is software for simulating fluids and processes, while benchmark validation checks whether its results are close enough to trusted values.

In plain words
What is it for?
It is for validating fluid properties, critical constants, and saturation conditions in NeqSim benchmark notebooks and reports.
Why use it?
It prevents benchmark notebooks from using unexplained numbers, missing citations, or arbitrary tolerances. It records where each reference came from, whether it is suitable, and whether the comparison passes.

Skill for Claude CodeCodex

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

Good fit It is for validating fluid properties, critical constants, and saturation conditions in NeqSim benchmark notebooks and reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/equinor/neqsim-community-skills/benchmark-reference-data
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-community-skills --skill benchmark-reference-data
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim-community-skills

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-benchmark-reference-data

README.md
[![agentmods](https://agentmods.dev/badge/skills/equinor/neqsim-community-skills/benchmark-reference-data/github.svg)](https://agentmods.dev/skills/equinor/neqsim-community-skills/benchmark-reference-data)
Your own site
<a href="https://agentmods.dev/skills/equinor/neqsim-community-skills/benchmark-reference-data"><img src="https://agentmods.dev/badge/skills/equinor/neqsim-community-skills/benchmark-reference-data/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-benchmark-reference-data

Your own site · 80×15
<a href="https://agentmods.dev/skills/equinor/neqsim-community-skills/benchmark-reference-data"><img src="https://agentmods.dev/badge/skills/equinor/neqsim-community-skills/benchmark-reference-data.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 267 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,767 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.
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.00267 $0.03767
Opus 5 $0.00133 $0.01884
Sonnet 5 $0.00053 $0.00753
Haiku 4.5 $0.00027 $0.00377

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

Security

Grade A, and why

neqsim-benchmark-reference-data 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 8d ago.

The scan reads SKILL.md. This mod also ships 13 executable files (examples/validate_against_anchor_points.py, examples/validate_with_coolprop.py, src/benchmark_reference_data/__init__.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/pvt/benchmark-reference-data/SKILL.md · 299 lines

How it starts

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

Benchmark Reference Data

Every Standard and Comprehensive NeqSim task must compare its results against independent reference data before the numbers are reported. In practice that step gets rewritten in every benchmark notebook, with the reference values pasted in as bare literals, no citation, an invented tolerance, and no check that the reference is actually independent of the model being tested.

This skill supplies the parts that should not be rewritten: where the reference came from, whether it is allowed to be used as a benchmark here, how far the model may deviate before the comparison fails, and what the result block must look like so the report generator and the CI gate accept it.

It does not compute NeqSim results. It provides the other side of the comparison and the verdict.

When to Use

  • A task is writing its XX_benchmark_validation.ipynb notebook.
  • A benchmark_validation block must be produced for results.json.
  • A property, critical constant, or saturation condition from a NeqSim fluid needs an independent, citable reference value.
  • A number quoted in a report needs a traceable provenance chain from value to citation.
  • An existing benchmark claim must be audited: is the reference independent, is the deviation larger than the reference's own uncertainty, are there enough points?

When Not to Use

  • As a property engine. CoolProp and the anchor table are references, not the model — do not use them to produce the answer the task is asked for.
  • For mixtures outside a reference formulation's validated range. The applicability gate will refuse, and it is right to refuse.
  • As a substitute for measured data on the actual fluid. A reference EOS for a pure component does not validate a characterised reservoir fluid; it validates the pure-component limit of the model.
  • To manufacture a PASS. Loosening the tolerance until a comparison passes is the failure mode this skill exists to make visible.

Inputs

Input Meaning
model_value the number the task computed (NeqSim, or any model under test)
reference a ReferencePoint from the anchor table or the CoolProp backend
tolerance_pct acceptance band in percent; defaults per property when omitted
model_tier authority tier of the model basis, default "correlation"
model_label label used in the output block, default "neqsim"
informational mark a comparison as context only, never graded

Read the full file on GitHub · 299 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. 8d ago First seen · 299 lines · 267 tokens per session scan A fbbe46ce0bf2

Subscribe to this mod's changes

neqsim-benchmark-reference-data is a skill published in the GitHub repository equinor/neqsim-community-skills (2 stars, last pushed 4d ago), licensed Apache-2.0. It adds 267 tokens to every session and 3,767 once invoked, about $0.0013 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-31.

Related

Other skills, from other repositories

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

K-Dense-AI/scientific-agent-skills · 68 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens