Mace
Skill jinzhezenggroup/computational-chemistry-agent-skills/atomistic-workflows/ase/ase-calculators/mace
Agent skills to run computational-chemistry tasks, used in OpenClaw
npx -y skills add jinzhezenggroup/computational-chemistry-agent-skills --skill maceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Configure ASE MACE calculator adapter settings for ASE workflows. Use when ASE workflow tasks require MACE backend setup including model path/version, device/precision, stress availability, and inference controls.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, as published. Nobody here has run it
ASE MACE Adapter (Subskill)
Scope
This adapter configures MACE backend parameters for ASE workflows.
It should return calculator configuration, not workflow logic.
Must provide
- model checkpoint/path
- device policy (
cpu/cuda) - precision policy
- stress/force capability requirements
Usually should be explicit
- batch/inference tuning
- model domain applicability note
- restart/checkpoint policy
Expected output
- calculator configuration payload
- backend assumptions and prerequisites
- unresolved backend choices