docs: refresh skills cli stream refs

This commit is contained in:
Peter Steinberger
2026-04-04 16:19:34 +01:00
parent bcaff8c208
commit a7b1a3140f
2 changed files with 6 additions and 3 deletions

View File

@@ -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:

View File

@@ -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.