From 47d159aa6c99808d589e81175683404f339a5987 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 27 Feb 2026 12:37:57 -0800 Subject: [PATCH] Docs: fix skills list verbose columns --- docs/cli/skills.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cli/skills.md b/docs/cli/skills.md index a027a7ca923..898cf4e3130 100644 --- a/docs/cli/skills.md +++ b/docs/cli/skills.md @@ -59,14 +59,14 @@ x blocked evil-injector >_ Totally harmless skill - disabled old-skill Deprecated skill workspace ``` -With `-v` (verbose), two extra columns appear — **Scan** and **Missing**: +With `-v` (verbose), the **Missing** column appears: ``` -Status Skill Description Source Scan Missing +Status Skill Description Source Missing + ready git-autopush >_ 🌐 Automate git wor... openclaw-managed -x missing summarize >_ Summarize with... bundled bins: summarize -x blocked evil-injector >_ Totally harmless... openclaw-managed [blocked] -+ ready sketch-tool 🌐 >_ Generate sketches openclaw-managed [warn] +x missing summarize >_ Summarize with... bundled bins: summarize +x blocked evil-injector >_ Totally harmless... openclaw-managed ++ ready sketch-tool 🌐 >_ Generate sketches openclaw-managed ``` ### `openclaw skills info `