mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 05:54:13 +00:00
30 lines
590 B
Plaintext
30 lines
590 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zeroclaw skills
|
|
|
|
> Manage user-defined skills for ZeroClaw.
|
|
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
|
|
|
|
- List installed skills:
|
|
|
|
`zeroclaw skills list`
|
|
|
|
- Install a skill from a GitHub URL:
|
|
|
|
`zeroclaw skills install https://github.com/{{user}}/{{repo}}`
|
|
|
|
- Install a skill from a local path:
|
|
|
|
`zeroclaw skills install {{path/to/skill}}`
|
|
|
|
- Remove an installed skill:
|
|
|
|
`zeroclaw skills remove {{skill_name}}`
|
|
|
|
- Display help:
|
|
|
|
`zeroclaw skills {{[-h|--help]}}`
|