Acts as a knowledge base providing environment checklists, directory/scratch management, and bash command templates. USE WHEN you need to guide the execution of Gaussian computational chemistry jobs (.gjf) on local or remote/HPC environments.
Please install the OpenClaw skill "run-gauss" on the OpenClaw host.
Steps:
- Download: https://skills.jinzhezeng.group/skill-zips/run-gauss.zip
- Unzip it to get run-gauss/
- Run: npx -y skills add ./run-gauss -a openclaw -y
- Start a NEW OpenClaw session so the skill is loaded
Then verify:
openclaw skills list --eligible
openclaw skills info run-gauss
Prerequisites: -
If you have shell access on the OpenClaw host, run the commands below.
·Direct download
# Download
wget -O run-gauss.zip https://skills.jinzhezeng.group/skill-zips/run-gauss.zip
# Unzip. You will get a folder like:
# run-gauss/
unzip run-gauss.zip
# Install into the current OpenClaw workspace's ./skills/ directory
npx -y skills add ./run-gauss -a openclaw -y
# Start a NEW OpenClaw session so the skill is loaded
# Verify:
openclaw skills list --eligible
openclaw skills info run-gauss
Prerequisites: -
Ask the user for these details
Run location: <local> or <remote/HPC> (and scheduler if any)