nmr-analyze-simulate

nmr-analyze-simulate is a skill for Codex from cyx1874cyx/mnova-mcp. It costs 147 tokens per session (2,596 once invoked), scanned A, original, MIT.

A guide for reading nuclear magnetic resonance (NMR) data, which shows how atoms behave in a magnetic field, and comparing it with a chemical structure.

In plain words
What is it for?
It helps interpret spectra and peak tables, process instrument files, check a ChemDraw structure in MestReNova, create labelled synthetic one-dimensional NMR data, and compare measured and predicted results.
Why use it?
It keeps measured results, calculated predictions, and guesses separate, so synthetic data is not mistaken for laboratory data.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit It helps interpret spectra and peak tables, process instrument files, check a ChemDraw structure in MestReNova, create labelled synthetic one-dimensional NMR data, and compare measured and predicted results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate
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 cyx1874cyx/mnova-mcp --skill nmr-analyze-simulate
Clone the repo
git clone --depth 1 https://github.com/cyx1874cyx/mnova-mcp

Made for: 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 nmr-analyze-simulate

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate/github.svg)](https://agentmods.dev/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate)
Your own site
<a href="https://agentmods.dev/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate"><img src="https://agentmods.dev/badge/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate/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 nmr-analyze-simulate

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate"><img src="https://agentmods.dev/badge/skills/cyx1874cyx/mnova-mcp/nmr-analyze-simulate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,596 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.00147 $0.02596
Opus 5 $0.00073 $0.01298
Sonnet 5 $0.00029 $0.00519
Haiku 4.5 $0.00015 $0.00260

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

Security

Grade A, and why

nmr-analyze-simulate 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/process_1d.py, scripts/simulate_1d.py, scripts/validate_mnova_assignment_plan.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.

skill/nmr-analyze-simulate/SKILL.md · 137 lines

How it starts

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

NMR analysis and simulation

Preserve the distinction between observations, assignments, calculations, and hypotheses. Never present synthetic data as experimental data.

Route the request

  1. Identify the input:
    • For a screenshot or plotted spectrum, perform visual/semiquantitative interpretation only.
    • For CSV/JCAMP/peak tables, analyze the supplied processed values and retain their units.
    • For a directory containing fid + procpar, treat it as Varian/Agilent.
    • For a directory containing fid/ser + acqus, treat it as Bruker.
    • For a molecular structure without measured data, predict plausible regions and label every assignment as predicted.
  2. Choose the task:
    • For interpretation or raw-data processing, follow Interpret a spectrum.
    • For a ChemDraw structure plus measured 1D NMR that must be labeled and checked in MestReNova, follow Assign and verify in MestReNova.
    • For synthetic data, follow Simulate a raw FID.
    • For comparison, process measured and synthetic data independently, then compare peak positions, multiplicities, relative integrals, and missing/extra signals.
  3. Read references/interpretation.md for assignment, quantitation, uncertainty, and reporting rules.
  4. Read references/mnova-structure-verification.md before writing assignments into MestReNova.
  5. Read references/simulation.md before constructing or reviewing a peak-model JSON.

Interpret a spectrum

  1. Work on a copy or write all outputs to a new directory. Do not modify vendor raw data.
  2. Record nucleus, solvent, field strength, temperature, pulse program, scans, acquisition time, relaxation delay, spectral width, and reference when available. Mark missing metadata.
  3. Process 1D raw FIDs with scripts/process_1d.py. Before installing anything, search the current project and the input dataset's ancestors for .venv, venv, or .nmr_env and use its Python when it contains numpy, scipy, matplotlib, and nmrglue. Otherwise use the bundled workspace Python or system Python. Do not install dependencies into the analysis-output directory.
  4. Inspect the full spectrum before zooming into diagnostic regions. Check phase, baseline, truncation/ringing, solvent suppression, clipping, digital-filter artifacts, water/solvent peaks, and signal-to-noise.
  5. Reference against a stated internal standard, residual solvent, or known signal. Do not silently assume a reference.
  6. Build a peak table with chemical shift/range, multiplicity, J values when resolved, integral, tentative assignment, evidence, alternatives, and confidence.
  7. Test assignments against all constraints: proton/carbon count, symmetry, multiplicity, coupling, integration, expected shift, exchange, overlap, isotope labeling, and the proposed structure or reaction.
  8. Separate conclusions into:
    • directly observed;
    • strongly supported assignment;
    • tentative/ambiguous assignment;
    • not assessable from the supplied data.
  9. For quantitative claims, show the normalization signal and formula. Check relaxation delay, saturation, overlap, baseline, and response assumptions before reporting conversion, composition, DP, or purity.
  10. Recommend the smallest decisive follow-up experiment, such as a longer relaxation delay, more scans, COSY, HSQC, HMBC, DEPT/APT, DOSY, variable temperature, spike-in, or an orthogonal method.

Read the full file on GitHub · 137 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 137 lines · 147 tokens per session scan A 8bf1596bf1e4

Subscribe to this mod's changes

nmr-analyze-simulate is a skill published in the GitHub repository cyx1874cyx/mnova-mcp (1 stars, last pushed 8d ago), licensed MIT. It adds 147 tokens to every session and 2,596 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-08-31.

Related

Other skills, from other repositories

nmr-analysis

Process and analyze NMR spectra with nmrglue — FID processing, peak picking, chemical shift referencing, and J-coupling extraction.

xjtulyc/awesome-rosetta-skills · 34 tokens

goutoujunshi

A relationship-advice skill for understanding dating situations, conversations, conflict, breakups, and other personal relationship problems.

shengjidaguai-china/goutoujunshi · 175 tokens

anti-defensive-writing

Reduce defensive writing in drafts and revisions by removing unnecessary caveats, disclaimers, hedges, apology-like framing, negative self-limiting statements, and over-explanations while preserving necessary scope, accuracy, safety, legal, ethical, and methodological limits. Use when drafting or revising academic…

Kiterlin/anti-defensive-writing · 132 tokens

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

writer

SEO-friendly article writing, audit, and humanization workflow for Markdown content. Use when creating, outlining, editing, auditing, rewriting, or quality-checking blog posts, tutorials, comparisons, listicles, explainers, FAQ sections, excerpts, SEO titles, meta descriptions, tags, or Google-friendly content briefs…

flaqai/backlink_skills · 86 tokens

xiaohongshu-conversion-path

A Xiaohongshu conversion-path guide maps how people move from seeing content on Xiaohongshu, a Chinese social-content platform, to taking a next step such as messaging, booking, trying a tool, or buying.

mengke-wang/xiaohongshu-ai-workbench · 168 tokens