Add agent visibility to skills check (#75983)

Merged via squash.

Prepared head SHA: 63bac4340f
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
Mariano
2026-05-02 20:50:38 +02:00
committed by GitHub
parent 91cc1df128
commit 3b347d1c7e
18 changed files with 903 additions and 42 deletions

View File

@@ -188,7 +188,9 @@ instructions to reference the skill folder path.
When `true`, the skill is exposed as a user slash command.
</ParamField>
<ParamField path="disable-model-invocation" type="boolean" default="false">
When `true`, the skill is excluded from the model prompt (still available via user invocation).
When `true`, OpenClaw keeps the skill's instructions out of the agent's normal
prompt. The skill is still installed and can still be run explicitly as a
slash command when `user-invocable` is also `true`.
</ParamField>
<ParamField path="command-dispatch" type='"tool"'>
When set to `tool`, the slash command bypasses the model and dispatches directly to a tool.