mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 16:32:29 +00:00
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
---
|
|
summary: "CLI reference for `openclaw skills` (search/install/update/list/info/check)"
|
|
read_when:
|
|
- You want to see which skills are available and ready to run
|
|
- You want to search, install, or update skills from ClawHub
|
|
- You want to debug missing binaries/env/config for skills
|
|
title: "skills"
|
|
---
|
|
|
|
# `openclaw skills`
|
|
|
|
Inspect local skills and install/update skills from ClawHub.
|
|
|
|
Related:
|
|
|
|
- Skills system: [Skills](/tools/skills)
|
|
- Skills config: [Skills config](/tools/skills-config)
|
|
- ClawHub installs: [ClawHub](/tools/clawhub)
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
openclaw skills search "calendar"
|
|
openclaw skills install <slug>
|
|
openclaw skills install <slug> --version <version>
|
|
openclaw skills update <slug>
|
|
openclaw skills update --all
|
|
openclaw skills list
|
|
openclaw skills list --eligible
|
|
openclaw skills info <name>
|
|
openclaw skills check
|
|
```
|
|
|
|
`search`/`install`/`update` use ClawHub directly and install into the active
|
|
workspace `skills/` directory. `list`/`info`/`check` still inspect the local
|
|
skills visible to the current workspace and config.
|