A command-line utility for converting and manipulating over 50 atomic simulation data formats, including outputs from DFT and MD software (VASP, LAMMPS, Gaussian, QE, CP2K, ABACUS, etc.). USE WHEN you need to convert structural or trajectory files between different computational chemistry formats, or when parsing raw simulation outputs into structured training datasets (e.g., deepmd/raw, deepmd/npy, deepmd/hdf5) for DeePMD-kit.
Please install the OpenClaw skill "dpdata-cli" on the OpenClaw host.
Steps:
- Download: https://skills.computchem.cn/skill-zips/dpdata-cli.zip
- Unzip it to get dpdata-cli/
- Copy dpdata-cli/ 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 dpdata-cli
Prerequisites: Requires uvx (uv) for running dpdata
If you have shell access on the OpenClaw host, run the commands below.
·Direct download
# Download
wget -O dpdata-cli.zip https://skills.computchem.cn/skill-zips/dpdata-cli.zip
# Unzip. You will get a folder like:
# dpdata-cli/
unzip dpdata-cli.zip
# Copy into a loaded skills root:
# <workspace>/skills/dpdata-cli/SKILL.md
mkdir -p <workspace>/skills
cp -r dpdata-cli <workspace>/skills/
# Start a NEW OpenClaw session so the skill is loaded
# Verify:
openclaw skills list --eligible
openclaw skills info dpdata-cli
Prerequisites: Requires uvx (uv) for running dpdata
dpdata CLI
dpdata is a tool for manipulating multiple atomic simulation data formats. This skill enables format conversion between various DFT/MD software outputs via command line.