mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
1.8 KiB
1.8 KiB
summary, read_when, title
| summary | read_when | title | |||
|---|---|---|---|---|---|
| CLI reference for `openclaw skills` (search/install/update/list/info/check) |
|
skills |
openclaw skills
Inspect local skills and install/update skills from ClawHub.
Related:
- Skills system: Skills
- Skills config: Skills config
- ClawHub installs: ClawHub
Commands
openclaw skills search "calendar"
openclaw skills search --limit 20 --json
openclaw skills install <slug>
openclaw skills install <slug> --version <version>
openclaw skills install <slug> --force
openclaw skills update <slug>
openclaw skills update --all
openclaw skills list
openclaw skills list --eligible
openclaw skills list --json
openclaw skills list --verbose
openclaw skills info <name>
openclaw skills info <name> --json
openclaw skills check
openclaw skills check --json
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.
This CLI install command downloads skill folders from ClawHub. Gateway-backed
skill dependency installs triggered from onboarding or Skills settings use the
separate skills.install request path instead.
Notes:
search [query...]accepts an optional query; omit it to browse the default ClawHub search feed.search --limit <n>caps returned results.install --forceoverwrites an existing workspace skill folder for the same slug.update --allonly updates tracked ClawHub installs in the active workspace.listis the default action when no subcommand is provided.