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/jihe520/mathmodelagent/mathmodel-figure-templatesnpx skills add jihe520/MathModelAgent --skill mathmodel-figure-templatesgit clone --depth 1 https://github.com/jihe520/MathModelAgentWhat 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.00149 | $0.00682 |
| Opus 5 | $0.00075 | $0.00341 |
| Sonnet 5 | $0.00030 | $0.00136 |
| Haiku 4.5 | $0.00015 | $0.00068 |
Grade A, and why
mathmodel-figure-templates 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 yesterday.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
25 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.
- assets/previews/correlation_pairgrid_replica.png 1092 KB
- assets/previews/cv_roc_ci_replica.png 294 KB
- assets/previews/grouped_circular_heatmap_replica.png 1686 KB
- assets/previews/grouped_corr_split_violin_replica.png 402 KB
- assets/previews/multiclass_shap_combo_replica.png 1309 KB
- assets/previews/nature_chord_diagram_replica.png 1271 KB
- assets/previews/paired_raincloud_replica.png 429 KB
- assets/previews/prediction_marginal_grid_replica.png 1059 KB
- assets/previews/rf_tpe_surface_replica.png 1282 KB
- assets/previews/taylor_diagram_replica.png 472 KB
- assets/previews/urban_park_cooling_combo_replica.png 854 KB
- references/figure-catalog.md 1.4 KB
- references/plot-recipes.md 1.4 KB
- scripts/render_template.py 5.5 KB runs code
- scripts/templates/make_correlation_pairgrid.py 6.9 KB runs code
- scripts/templates/make_cv_roc_ci.py 7.8 KB runs code
- scripts/templates/make_grouped_circular_heatmap.py 10.0 KB runs code
- scripts/templates/make_grouped_corr_split_violin.py 9.8 KB runs code
- scripts/templates/make_multiclass_shap_combo.py 9.8 KB runs code
- scripts/templates/make_nature_chord_diagram.py 9.9 KB runs code
- scripts/templates/make_paired_raincloud.py 10 KB runs code
- scripts/templates/make_prediction_marginal_grid.py 8.4 KB runs code
- scripts/templates/make_rf_tpe_surface.py 6.0 KB runs code
- scripts/templates/make_taylor_diagram.py 7.4 KB runs code
- scripts/templates/make_urban_park_cooling_combo.py 16 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.
- yesterday First seen · 62 lines · 149 tokens per session scan A 884663b43310
mathmodel-figure-templates is a skill published in the GitHub repository jihe520/MathModelAgent (3,944 stars, last pushed 5d ago), with no licence file. It adds 149 tokens to every session and 682 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-30.
Other skills, from other repositories
k12-chemistry-learning
面向 K12 化学的方程式、现象与条件、实验安全边界、守恒或物质的量计算和错因分析。用户询问化学题目、实验题、错题或复习时使用;不用于未知反应预测或危险实验指导。.
k12-physics-learning
面向 K12 物理的题目条件抽取、物理量和单位校验、模型步骤、实验变量和错因分析。用户询问物理概念、计算题、实验题、错题或示意时使用。.
protein-design-qc
Protein design quality control, filtering thresholds, and ranking guidance. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating…
rfdiffusion
Generate protein backbones using RFdiffusion, a diffusion-based generative model for de novo protein structure generation. Use this skill when: (1) Designing binder scaffolds for a target protein, (2) Generating novel protein backbones from scratch, (3) Scaffolding functional motifs into new proteins, (4) Specifying…
boltzgen
All-atom protein design using BoltzGen diffusion model. Use this skill when: (1) Need side-chain aware design from the start, (2) Designing around small molecules or ligands, (3) Want all-atom diffusion (not just backbone), (4) Require precise binding geometries, (5) Using YAML-based configuration. For backbone-only…
proteinmpnn
Design protein sequences using ProteinMPNN inverse folding. Use this skill when: (1) Designing sequences for RFdiffusion backbones, (2) Redesigning existing protein sequences, (3) Fixing specific residues while designing others, (4) Optimizing sequences for expression or stability, (5) Multi-state or negative design.…