From b0ee1b2450ad3bb0aa881b780b0384f647732da0 Mon Sep 17 00:00:00 2001 From: zhi Date: Sat, 21 Mar 2026 11:48:11 +0000 Subject: [PATCH] docs: gate hf skill install behind --install-cli --- plans/harborforge-cli-go-plan.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plans/harborforge-cli-go-plan.md b/plans/harborforge-cli-go-plan.md index dad1357..25159ea 100644 --- a/plans/harborforge-cli-go-plan.md +++ b/plans/harborforge-cli-go-plan.md @@ -155,6 +155,18 @@ Default target location: 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 This means the CLI plan is no longer only about `hf` command syntax.