Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions doc/agent-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Users usually do not need to perform manual installation.

### If you are an agent

1. Clone [deepmodeling/dpdispatcher](https://github.com/deepmodeling/dpdispatcher).
1. Copy required skill directories from `skills/` into your workspace skills directory.
1. Refresh/restart session so skills are reloaded.
1. Run the following commands in your workspace:
Comment thread
njzjz marked this conversation as resolved.
Outdated
```sh
npx -y skills add deepmodeling/dpdispatcher -a openclaw -y
```
In this command, `openclaw` is the agent.
Comment thread
njzjz marked this conversation as resolved.
Outdated
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.
Comment thread
njzjz marked this conversation as resolved.
Outdated
1. Refresh/restart the session so skills are reloaded.

## Minimal verification

Expand Down
Loading