agentsclimarketplace

Ase calculators

Skill jinzhezenggroup/computational-chemistry-agent-skills/atomistic-workflows/ase/ase-calculators

Agent skills to run computational-chemistry tasks, used in OpenClaw

Install
npx -y skills add jinzhezenggroup/computational-chemistry-agent-skills --skill ase-calculators

Assembled 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

Route ASE calculator-backend requests to adapter subskills based on backend choice. Use when ASE workflows need backend-specific calculator setup (for example GPAW or MACE) while keeping workflow logic backend-agnostic.

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.4 KB, as published. Nobody here has run it

ASE Calculators Router

Use this skill as the top-level ASE calculator adapter layer.

Purpose

This skill routes backend selection to one adapter subskill path:

  • ase/ase-calculators/gpaw
  • ase/ase-calculators/mace

Scope

This router skill should:

  • identify backend requested by user or workflow
  • verify minimum backend prerequisites
  • delegate backend-specific calculator configuration
  • return adapter configuration summary to workflow layer

This router skill should not:

  • own workflow-level logic (relax, md, neb controls)
  • execute calculations directly

Routing rules

  1. GPAW backend requested -> ase/ase-calculators/gpaw
  2. MACE backend requested -> ase/ase-calculators/mace
  3. if backend unspecified, propose options and ask one focused question

Shared output contract

Return:

  1. selected adapter path
  2. backend configuration summary
  3. unresolved backend prerequisites

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.