mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 23:22:32 +00:00
docs: refresh skills cli stream refs
This commit is contained in:
@@ -776,12 +776,12 @@ Subcommands:
|
||||
- `skills install <slug> --force`: overwrite an existing workspace skill folder.
|
||||
- `skills update <slug|--all>`: update tracked ClawHub skills.
|
||||
- `skills list`: list skills (default when no subcommand).
|
||||
- `skills list --json`: emit machine-readable skill inventory.
|
||||
- `skills list --json`: emit machine-readable skill inventory on stdout.
|
||||
- `skills list --verbose`: include missing requirements in the table.
|
||||
- `skills info <name>`: show details for one skill.
|
||||
- `skills info <name> --json`: emit machine-readable details.
|
||||
- `skills info <name> --json`: emit machine-readable details on stdout.
|
||||
- `skills check`: summary of ready vs missing requirements.
|
||||
- `skills check --json`: emit machine-readable readiness output.
|
||||
- `skills check --json`: emit machine-readable readiness output on stdout.
|
||||
|
||||
Options:
|
||||
|
||||
|
||||
@@ -54,3 +54,6 @@ Notes:
|
||||
slug.
|
||||
- `update --all` only updates tracked ClawHub installs in the active workspace.
|
||||
- `list` is the default action when no subcommand is provided.
|
||||
- `list`, `info`, and `check` write their rendered output to stdout. With
|
||||
`--json`, that means the machine-readable payload stays on stdout for pipes
|
||||
and scripts.
|
||||
|
||||
Reference in New Issue
Block a user