vasp-skills

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent VASP workflow helper with a user-directed Slurm job template that should be reviewed before running on an HPC cluster.

This skill appears safe to use for VASP input and workflow guidance. Before running anything derived from it, especially the Slurm template, confirm the cluster resource settings, executable/module setup, working directory, and output filenames, and separately review any companion orchestration skill it suggests using.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Submitting this template could spend HPC allocation and produce or overwrite run output in the job directory.

Why it was flagged

The template launches VASP through Slurm and redirects output; this is central to the skill's HPC purpose, but it is still an operational action that can consume cluster resources and overwrite the local `vasp.out` log if used.

Skill content
srun -n "${SLURM_NTASKS}" vasp_std > vasp.out 2>&1
Recommendation

Review and adjust the executable path, module setup, task count, walltime, and output paths before submitting any generated or copied Slurm script.

What this means

If you rely on the companion skill, its behavior and permissions are outside this artifact's review.

Why it was flagged

The skill references a companion orchestration skill for scheduler, environment, transfer, and monitoring scaffolds, but that companion is not included in the provided artifacts.

Skill content
Use this together with `hpc-orchestration`.
Recommendation

Review and approve any companion `hpc-orchestration` skill separately before using it for cluster transfers, monitoring, or job control.