Nature Skills is a collection of reusable skills that help AI agents handle academic writing and scientific visualization. Researchers and AI-assisted scholars use it to turn research tasks into repeatable workflows and usable outputs. The catalogue entries are skills from this collection.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Yuan1z0825/nature-skillsnpx agentmods add skills/yuan1z0825/nature-skills/nature-figureWrote 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/yuan1z0825/nature-skills/nature-figure)<a href="https://agentmods.dev/skills/yuan1z0825/nature-skills/nature-figure"><img src="https://agentmods.dev/badge/skills/yuan1z0825/nature-skills/nature-figure/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.
<a href="https://agentmods.dev/skills/yuan1z0825/nature-skills/nature-figure"><img src="https://agentmods.dev/badge/skills/yuan1z0825/nature-skills/nature-figure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector pass
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.1 | $0.00235 | $0.02870 |
| Opus 5 | $0.00118 | $0.01435 |
| Sonnet 5 | $0.00047 | $0.00574 |
| Haiku 4.5 | $0.00023 | $0.00287 |
Grade A, and why
nature-figure 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 6d 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:
- nature-figure — 88% identical, 102 lines differ
How it starts
The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nature Figure Making — Router
This skill is split into two layers:
- A static layer under
static/that holds versioned, reusable content fragments (the figure contract and default stance, plus a per-backend quick-start for Python and R). - A dynamic layer (this file plus
manifest.yaml) that detects the plotting backend and loads only the fragment needed for the current job. The large design, API, pattern, and QA material lives in on-demand references.
Do not try to apply the figure logic from memory or from this router. Always load fragments from disk as described below.
Routing protocol
Follow these steps every time the skill is invoked.
0. Check for graphical-abstract and AI-schematic routes
For every graphical-abstract planning, generation, revision, or audit task that uses AI, read references/ai-graphical-abstract-workflow.md first. It owns the message/audience brief, composition and palette workflow, policy gate, human scientific review, disclosure boundary, and provenance requirements. A Nature Careers article is practitioner advice, not submission clearance; verify the current official policy for the exact target journal.
If the request is planning or auditing only, do not ask for Python or R unless the user also asks to render or revise a data-driven figure.
If the user explicitly asks to generate a manuscript schematic, graphical abstract, mechanism diagram, concept illustration, or paper schematic with OpenRouter, GPT Image 2, an image-generation API, or similar wording, do not ask "Python or R?". This is a non-plotting AI-schematic route.
For this route:
- Read manifest.yaml and the
always_loadfiles. - Read references/ai-graphical-abstract-workflow.md.
- Read references/openrouter-image-generation.md.
- Use scripts/generate_openrouter_schematic.py when the user wants a real API call or a reproducible payload.
- Treat output as a draft schematic / graphical abstract, not as a quantitative data panel. Do not invent experimental values, author logos, institutional marks, or unsupported mechanisms. Keep internal usefulness separate from submission eligibility.
What ships with it
60 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.
- .gitignore 10 B
- agents/openai.yaml 232 B
- assets/chart-atlas/atlas-01-bar-charts.png 122 KB
- assets/chart-atlas/atlas-02-line-trends.png 414 KB
- assets/chart-atlas/atlas-03-heatmaps.png 156 KB
- assets/chart-atlas/atlas-04-scatter-bubble.png 474 KB
- assets/chart-atlas/atlas-05-radar-polar.png 615 KB
- assets/chart-atlas/atlas-06-distributions.png 228 KB
- assets/chart-atlas/atlas-07-forest-interval.png 264 KB
- assets/chart-atlas/atlas-08-area-stacked.png 327 KB
- assets/chart-atlas/atlas-09-image-plates.png 351 KB
- assets/chart-atlas/atlas-10-network-matrix.png 305 KB
- assets/figures4papers/assets/Dispersion_motivation.png 818 KB
- assets/figures4papers/assets/Dispersion_observation_distillation.png 602 KB
- assets/figures4papers/assets/Dispersion_observation.png 790 KB
- assets/figures4papers/assets/ImmunoStruct_contrastive.png 490 KB
- assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png 1252 KB
- assets/figures4papers/assets/ImmunoStruct_results_IEDB.png 934 KB
- assets/figures4papers/assets/ImmunoStruct_schematic.png 950 KB
- assets/figures4papers/assets/RNAGenScape_schematic.png 977 KB
- assets/figures4papers/figure_brainteaser/figures/brute_force.png 1712 KB
- assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png 640 KB
- assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png 1075 KB
- assets/figures4papers/figure_brainteaser/figures/rewriting.png 400 KB
- assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png 597 KB
- assets/figures4papers/figure_brainteaser/plot_brute_force.py 9.9 KB runs code
- assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py 6.3 KB runs code
- assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py 6.4 KB runs code
- assets/figures4papers/figure_brainteaser/plot_rewriting.py 3.6 KB runs code
- assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py 3.9 KB runs code
- assets/figures4papers/figure_CellSpliceNet/figures/ablation.png 347 KB
- assets/figures4papers/figure_CellSpliceNet/figures/comparison_human.png 860 KB
- assets/figures4papers/figure_CellSpliceNet/figures/comparison_worm.png 904 KB
- assets/figures4papers/figure_CellSpliceNet/figures/comparison.png 794 KB
- assets/figures4papers/figure_CellSpliceNet/plot_ablation.py 2.9 KB runs code
- assets/figures4papers/figure_CellSpliceNet/plot_comparison_cross_species.py 6.4 KB runs code
- assets/figures4papers/figure_CellSpliceNet/plot_comparison.py 3.8 KB runs code
- assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py 3.5 KB runs code
- assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png 1753 KB
- assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf 24 KB
- assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png 281 KB
- assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf 19 KB
- assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png 379 KB
- assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf 19 KB
- assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png 321 KB
- assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py 2.4 KB runs code
- assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py 3.0 KB runs code
- assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py 2.9 KB runs code
- assets/figures4papers/figure_Dispersion/figures/idea.png 376 KB
- assets/figures4papers/figure_Dispersion/figures/illustration.png 745 KB
- assets/figures4papers/figure_Dispersion/plot_idea.py 2.4 KB runs code
- assets/figures4papers/figure_Dispersion/plot_illustration.py 15 KB runs code
- assets/figures4papers/figure_FPGM/figures/freq_prior.png 626 KB
- assets/figures4papers/figure_FPGM/plot_freq_prior.py 6.4 KB runs code
- assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png 798 KB
- assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png 1133 KB
- assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png 781 KB
- assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png 740 KB
- assets/figures4papers/figure_ImmunoStruct/plot_bars.py 7.5 KB runs code
- assets/figures4papers/figure_ImmunoStruct/raw_data.py 4.4 KB runs code
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.
- 6d ago Changed · +2 lines cf441e634da4
- 13d ago First seen · 153 lines · 235 tokens per session scan A 456bec937a97
nature-figure is a skill published in the GitHub repository Yuan1z0825/nature-skills (40,913 stars, last pushed 2d ago), licensed Apache-2.0. It adds 235 tokens to every session and 2,870 once invoked, about $0.0012 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
literature-searcher
Search CrossRef, OpenAlex, PubMed, Semantic Scholar, and optional Scopus; deduplicate results, download open-access PDFs by DOI, classify papers, monitor new results, and analyze coverage. Use when asked to search literature, monitor a topic, download an open-access paper, classify papers, or analyze literature gaps.
academic-research
Search academic papers, scholarly articles, and research publications through SandBase. Use when asked for literature review, academic citations, scholarly research, paper discovery, or scientific evidence gathering.
academic-trend-research
Research emerging academic trends by combining scholarly databases, web sources, and news to identify rising research areas, breakthrough papers, and shifting scientific consensus. Ideal for R&D teams tracking frontier science.
using-cesiumjs-skills
Use when starting any conversation involving CesiumJS development - provides orientation on available domain skills and how they activate.
latex-empirical-tables
Set up, format, fix, and clean up LaTeX regression and estimation tables in empirical economics or finance papers. Use when (a) creating a .tex, results.tex, main.tex, or preamble to display regression or estimation output from Python (pyfixest), Stata, or R — including any mention of estout, esttab, estauto, estwide…
cite-placement
Place pre-screened literature citations into a LaTeX or Word manuscript, or restyle the citations already in one. Three modes: (1) inline placement — inline \cite{}/\citet{}/\citep{} with a compiled references.bib, for author-date journals (APA, MLA, Harvard, Chicago author-date, IEEE, Vancouver); (2) footnote…