neqsim-document-intelligence-extraction

neqsim-document-intelligence-extraction is a skill for Claude Code, Codex from equinor/neqsim. It costs 72 tokens per session (1,780 once invoked), scanned A, original, Apache-2.0.

A document-processing guide for extracting reliable, traceable facts from engineering files and images. It covers text and table extraction, OCR for scanned pages, visual inspection, confidence, and human review.

In plain words
What is it for?
Use it when inputs include PDFs, Word or Excel files, drawings, charts, scans, photographs, or multiple sources that must be compared and documented.
Why use it?
It reduces the risk of treating unreadable, conflicting, or automatically extracted engineering data as verified facts before using it in simulations or safety work.

Skill for Claude CodeCodex

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 skills/equinor/neqsim/neqsim-document-intelligence-extraction
Any agent
npx skills add equinor/neqsim --skill neqsim-document-intelligence-extraction
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-document-intelligence-extraction

README.md
[![agentmods](https://agentmods.dev/badge/skills/equinor/neqsim/neqsim-document-intelligence-extraction.svg)](https://agentmods.dev/skills/equinor/neqsim/neqsim-document-intelligence-extraction)
Your own site
<a href="https://agentmods.dev/skills/equinor/neqsim/neqsim-document-intelligence-extraction"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/neqsim-document-intelligence-extraction.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,780 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.00072 $0.01780
Opus 5 $0.00036 $0.00890
Sonnet 5 $0.00014 $0.00356
Haiku 4.5 $0.00007 $0.00178

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

Security

Grade A, and why

neqsim-document-intelligence-extraction 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/skills/neqsim-document-intelligence-extraction/SKILL.md · 149 lines

How it starts

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

Document Intelligence Extraction

Use this skill as the intake layer for documents and images supplied to NeqSim tasks. It makes extraction automatic where tools are available without treating OCR or model output as verified engineering data.

When to Use

  • A task receives PDF, DOCX, XLSX, CSV, HTML, XML, presentation, image, scan, drawing, chart, or photograph inputs.
  • A PDF may contain both embedded text and visual engineering content.
  • Multiple sources must be reconciled without silently choosing one value.
  • Extracted values will feed simulation, design, safety, operations, or reporting workflows.

Inputs

  • source_path: source file path; retain the original file unchanged.
  • embedded_text_chars: optional PDF text-layer yield used to trigger OCR.
  • contains_visuals: optional Office-document visual-content hint.
  • Adapter-produced facts with original text, page or locator, extraction method, confidence, and optional normalized value/unit.

Outputs

  • ExtractionPlan: source kind plus ordered native-text, table, OCR, rendering, and vision operations.
  • ExtractionResult: schema-versioned evidence package with facts, quality score, warnings, gaps, and review status.
  • Conflict records for fields whose normalized values differ across sources.

Engineering Method

The skill uses a staged, loss-minimizing method: preserve native structure, add OCR only when the text layer is absent or weak, use vision when spatial meaning matters, and reconcile all methods into evidence rather than free-form prose. Its Python package implements deterministic classification, routing, provenance validation, review gates, quality scoring, and conflict detection. Runtime adapters perform format parsing, OCR, and multimodal inference. This is an engineering-data governance workflow, not a validated physical model or a substitute for document control.

Extraction Workflow

  1. Inventory files recursively and preserve original names, hashes, and relative paths.
  2. Classify by actual format where possible, not filename alone. Reject encrypted, corrupt, unexpectedly executable, or unsupported content for manual triage.
  3. Prefer structured/native extraction first:
    • PDF text layer and table geometry;
    • DOCX paragraphs, tables, headers, footnotes, and embedded media;
    • XLSX sheet names, cells, formulas, merged ranges, hidden rows/columns, and units;
    • CSV/JSON/XML structure without flattening it to prose.
  4. For low-yield/scanned PDFs, render pages and run OCR with word coordinates. Keep OCR text separate from native text.
  5. Use multimodal vision for drawings, P&IDs, charts, photographs, symbols, topology, annotations, and spatial relationships. OCR alone cannot establish these semantics.
  6. Reconcile native text, OCR, tables, and vision. Do not overwrite disagreements; emit a conflict requiring review.
  7. Normalize values and units while preserving the exact original value, text, and unit.
  8. Gate every safety-critical, ambiguous, or confidence-below-0.85 fact as needs_review.
  9. Hand the evidence package to a document-type skill for engineering interpretation, then to the relevant NeqSim model.

Read the full file on GitHub · 149 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 · 149 lines · 72 tokens per session scan A 03a493793007

Subscribe to this mod's changes

neqsim-document-intelligence-extraction is a skill published in the GitHub repository equinor/neqsim (150 stars, last pushed today), licensed Apache-2.0. It adds 72 tokens to every session and 1,780 once invoked, about $0.0004 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 skills, from other repositories

pdf-processing-super-ultimate-edition

This is a comprehensive guide to PDF processing using our advanced PDF tool suite. Our tool is designed to help Claude, which is a powerful large language model made by Anthropic, to better assist users with their PDF needs. Claude is capable of understanding complex document structures and can help with various…

webkong/skill-quality-check · 144 tokens

document-generation

A powerful skill for generating and processing professional documents (Word, PowerPoint, Excel, PDF).

nek1987/auto-agent-harness · 22 tokens

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

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

pdf-verification-cli

Verify PDF page count and content using command-line tools when Python libraries unavailable.

HKUDS/OpenSpace · 19 tokens