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 skills add hamzabellouch/agent-skills --skill academic-nature-nature-figuregit clone --depth 1 https://github.com/hamzabellouch/agent-skillsWrote 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/hamzabellouch/agent-skills/academic-nature-nature-figure)<a href="https://agentmods.dev/skills/hamzabellouch/agent-skills/academic-nature-nature-figure"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/academic-nature-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/hamzabellouch/agent-skills/academic-nature-nature-figure"><img src="https://agentmods.dev/badge/skills/hamzabellouch/agent-skills/academic-nature-nature-figure.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00235 | $0.01565 |
| Opus 5 | $0.00118 | $0.00783 |
| Sonnet 5 | $0.00047 | $0.00313 |
| Haiku 4.5 | $0.00023 | $0.00156 |
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 9d 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.
This is a copy
88% identical to nature-figure — 102 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 79 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 the OpenRouter AI-schematic route
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/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.
Only continue to the Python/R backend gate for plotting, charting, data visualization, or manuscript figure assembly tasks that are not explicit OpenRouter AI image-generation requests.
1. Load the manifest and the core layer
Read manifest.yaml. It declares the backend axis, the allowed values, and the file paths each value maps to.
Also read every file listed under always_load (static/core/contract.md and static/core/stance.md). These hold the figure contract, the backend gate, the missing-runtime rule, the privacy rule, and the default operating stance that apply to every figure job.
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
- 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
- assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png 273 KB
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.
- 9d ago First seen · 79 lines · 235 tokens per session scan A fbc78556785f
nature-figure is a skill published in the GitHub repository hamzabellouch/agent-skills (4 stars, last pushed 1mo ago), licensed MIT. It adds 235 tokens to every session and 1,565 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to nature-figure, differing in 102 lines, and is treated as a copy.
Other skills, from other repositories
nsfc-budget
A tool that creates an editable LaTeX budget justification and renders it as a PDF for an NSFC research-funding application. NSFC is China’s National Natural Science Foundation, and a budget justification explains why proposed costs are needed.
nsfc-ref-alignment
A read-only checker for references in NSFC LaTeX proposals. It compares citations with the bibliography and flags missing entries, field errors, and possible mismatches between claims and papers.
read
Read PDF page by page with structured output — key arguments, terms glossary, thesis connections. Use when reading academic papers, books, or articles.
release-governance
Use when preparing, auditing, releasing, PDF-hardening, or rebuttal-hardening academic manuscripts, datasets, artifacts, reviewer packets, or claim registers involving multiple refs, local assets, human labels, agent-assisted drafts, wide tables, figure provenance, submission PDFs, or evidence-boundary checks.
taxonomy-vto
A reference guide for diagnosing visual problems in LaTeX research papers. It defines categories such as wasted page space, misplaced figures, inconsistent formatting, overflow, alignment, and template-migration issues.
infrastructure-validation
Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.