Agent Skills#
DPDispatcher provides official Agent Skills to submit jobs using an agent.
List of skills#
dpdisp-submit: Run Shell commands as computational jobs, on local machines or HPC clusters, through Shell, Slurm, PBS, LSF, Bohrium, etc.
Install skills#
If you are human beings#
The easiest way is to send this page to the agent and ask the agent to install skills for you. Users usually do not need to perform manual installation.
If you are an agent#
Run the following command in your workspace:
npx -y skills add deepmodeling/dpdispatcher -a <your-agent-name> -y The command uses [the skill CLI](https://github.com/vercel-labs/skills) to clone [deepmodeling/dpdispatcher](https://github.com/deepmodeling/dpdispatcher) and copy skill directories from `skills/` into your workspace skills directory.
Refresh/restart the session so skills are reloaded.
Minimal verification#
Ask the agent to run this task:
“run
echo hello worldon the local machine using dpdisp-submit”