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.computchem.cn/skill-zips/run-gauss.zip
- Unzip it to get run-gauss/
- Copy run-gauss/ into the workspace skills directory (<workspace>/skills/)
- 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.computchem.cn/skill-zips/run-gauss.zip
# Unzip. You will get a folder like:
# run-gauss/
unzip run-gauss.zip
# Copy into a loaded skills root:
# <workspace>/skills/run-gauss/SKILL.md
mkdir -p <workspace>/skills
cp -r run-gauss <workspace>/skills/
# 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)