docs: gate hf skill install behind --install-cli

This commit is contained in:
zhi
2026-03-21 11:48:11 +00:00
parent a1cbfd3053
commit b0ee1b2450

View File

@@ -155,6 +155,18 @@ Default target location:
The implementation should be profile-aware, but default to the standard OpenClaw profile path above. The implementation should be profile-aware, but default to the standard OpenClaw profile path above.
#### Special rule for `skills/hf/`
The plugin `skills/` directory should include an `hf/` subfolder.
However:
- if installer is run **without** `--install-cli`, do **not** copy `skills/hf/` into the OpenClaw profile skills directory
- if installer is run **with** `--install-cli`, then `skills/hf/` should be copied together with the CLI installation flow
In other words:
- normal plugin install copies regular plugin skills
- `hf` skill content is gated behind `--install-cli`
### 8. Implication for implementation planning ### 8. Implication for implementation planning
This means the CLI plan is no longer only about `hf` command syntax. This means the CLI plan is no longer only about `hf` command syntax.