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 SciMate-AI/HPC-Skills --skill hpc-vaspgit clone --depth 1 https://github.com/SciMate-AI/HPC-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/scimate-ai/hpc-skills/hpc-vasp)<a href="https://agentmods.dev/skills/scimate-ai/hpc-skills/hpc-vasp"><img src="https://agentmods.dev/badge/skills/scimate-ai/hpc-skills/hpc-vasp/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/scimate-ai/hpc-skills/hpc-vasp"><img src="https://agentmods.dev/badge/skills/scimate-ai/hpc-skills/hpc-vasp.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.00117 | $0.01218 |
| Opus 5 | $0.00059 | $0.00609 |
| Sonnet 5 | $0.00023 | $0.00244 |
| Haiku 4.5 | $0.00012 | $0.00122 |
Grade A, and why
hpc-vasp 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HPC VASP
Treat VASP as a staged workflow built around a coherent four-file input set.
Start
- Read
references/input-set-manual.mdbefore creating or editing a VASP run directory. - Read
references/stage-and-parameter-matrix.mdfor complete INCAR snippets per stage (relax, static, DOS, bands). - Read
references/incar-tag-matrix.mdfor concrete parameter value tables (ISMEAR, ALGO, ENCUT, mixing, etc.). - Read
references/pseudopotential-kpoints-and-convergence.mdfor POTCAR variant selection, k-point density, and convergence testing. - Read
references/cluster-execution-playbook.mdwhen staging a VASP workflow for scheduler-backed cluster execution. - Read
references/error-recovery.mdwhen any VASP error occurs (includes decision tree and diagnostic commands).
Scenario Recipes
Load the relevant recipe when the task involves:
references/magnetic-and-soc-recipes.md— spin-polarized calculations, MAGMOM setup, antiferromagnetic ordering, spin-orbit coupling, magnetic anisotropyreferences/hybrid-functional-recipes.md— HSE06, PBE0, band structure with hybrids, AEXX tuningreferences/surface-and-slab-recipes.md— slab construction, selective dynamics, dipole correction, adsorption energy, work functionreferences/dftu-and-advanced-xc.md— DFT+U for transition metal oxides, van der Waals corrections (DFT-D3, vdW-DF), SCAN/r2SCAN meta-GGAreferences/phonon-and-md-recipes.md— phonon finite differences, DFPT, Phonopy interface, ab initio molecular dynamics (NVT/NVE/NPT), elastic constantsreferences/neb-and-transition-state-recipes.md— NEB setup, climbing image, VTST tools, transition state verificationreferences/defect-calculation-recipes.md— vacancy/interstitial/substitutional defects, charged defects, finite-size corrections, formation energyreferences/parallel-and-performance.md— KPAR, NCORE, LREAL, ALGO tuning, GPU acceleration, benchmarking
Additional References
Load these on demand:
references/poscar-species-and-structure.mdfor species ordering, coordinate modes, and cell interpretationreferences/restarts-spin-and-wavefunction-files.mdfor restart logic (ISTART/ICHARG), spin setup, and stage handoff patternsreferences/dos-and-band-workflows.mdfor DOS and band-structure stage sequencingreferences/workflow-handoff-matrix.mdfor stage artifacts and restart-file handoff tablesreferences/error-pattern-dictionary.mdfor structured error signatures with real OUTCAR snippets and fix sequences
What ships with it
34 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.
- agents/openai.yaml 183 B
- assets/templates/INCAR_aimd_nvt.txt 1.2 KB
- assets/templates/INCAR_bands.txt 799 B
- assets/templates/INCAR_dftu.txt 973 B
- assets/templates/INCAR_hse06.txt 932 B
- assets/templates/INCAR_magnetic_relax.txt 1.1 KB
- assets/templates/INCAR_neb.txt 903 B
- assets/templates/INCAR_phonopy_single_point.txt 810 B
- assets/templates/INCAR_relax.txt 1.1 KB
- assets/templates/INCAR_slab_relax.txt 848 B
- assets/templates/INCAR_static.txt 961 B
- assets/templates/KPOINTS_gamma.txt 36 B
- assets/templates/KPOINTS_mp_6x6x6.txt 49 B
- assets/templates/POSCAR_si.txt 106 B
- assets/templates/vasp-standard-slurm.sh 373 B runs code
- references/cluster-execution-playbook.md 3.0 KB
- references/defect-calculation-recipes.md 5.7 KB
- references/dftu-and-advanced-xc.md 5.6 KB
- references/dos-and-band-workflows.md 1.1 KB
- references/error-pattern-dictionary.md 8.8 KB
- references/error-recovery.md 5.9 KB
- references/hybrid-functional-recipes.md 5.4 KB
- references/incar-tag-matrix.md 7.8 KB
- references/input-set-manual.md 962 B
- references/magnetic-and-soc-recipes.md 6.7 KB
- references/neb-and-transition-state-recipes.md 4.7 KB
- references/parallel-and-performance.md 5.7 KB
- references/phonon-and-md-recipes.md 6.4 KB
- references/poscar-species-and-structure.md 1.2 KB
- references/pseudopotential-kpoints-and-convergence.md 5.1 KB
- references/restarts-spin-and-wavefunction-files.md 5.5 KB
- references/stage-and-parameter-matrix.md 5.0 KB
- references/surface-and-slab-recipes.md 5.8 KB
- references/workflow-handoff-matrix.md 1.2 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.
- 12d ago First seen · 85 lines · 117 tokens per session scan A fba67936d132
hpc-vasp is a skill published in the GitHub repository SciMate-AI/HPC-Skills (86 stars, last pushed 5mo ago), licensed MIT. It adds 117 tokens to every session and 1,218 once invoked, about $0.0006 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
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…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…