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.
npx agentmods add skills/equinor/neqsim/neqsim-document-intelligence-extractionnpx skills add equinor/neqsim --skill neqsim-document-intelligence-extractiongit clone --depth 1 https://github.com/equinor/neqsimWrote 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.
[](https://agentmods.dev/skills/equinor/neqsim/neqsim-document-intelligence-extraction)<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- neqsim-document-intelligence-extraction — 95% identical, 1 lines differ
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
- Inventory files recursively and preserve original names, hashes, and relative paths.
- Classify by actual format where possible, not filename alone. Reject encrypted, corrupt, unexpectedly executable, or unsupported content for manual triage.
- 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.
- For low-yield/scanned PDFs, render pages and run OCR with word coordinates. Keep OCR text separate from native text.
- Use multimodal vision for drawings, P&IDs, charts, photographs, symbols, topology, annotations, and spatial relationships. OCR alone cannot establish these semantics.
- Reconcile native text, OCR, tables, and vision. Do not overwrite disagreements; emit a conflict requiring review.
- Normalize values and units while preserving the exact original value, text, and unit.
- Gate every safety-critical, ambiguous, or confidence-below-0.85 fact as
needs_review. - Hand the evidence package to a document-type skill for engineering interpretation, then to the relevant NeqSim model.
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.
- 5d ago First seen · 149 lines · 72 tokens per session scan A 03a493793007
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.
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…
document-generation
A powerful skill for generating and processing professional documents (Word, PowerPoint, Excel, PDF).
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…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
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…
pdf-verification-cli
Verify PDF page count and content using command-line tools when Python libraries unavailable.