From 8b1f8a391d03f8c076e6b1dd33c99e6ece7f2c29 Mon Sep 17 00:00:00 2001 From: Xiaoming Leng Date: Mon, 13 Jul 2026 15:49:11 +0800 Subject: [PATCH] fix: correct skill metadata typos and outdated comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Align desktop-organizer version in _meta.json to match SKILL.md (1.3.0) - Remove leading space in desktop-organizer description - Fix grammar: "if it fail again" → "if it fails again" - Update bundled skill count comment from 52 to 23 Co-authored-by: Xiaoming Leng Co-authored-by: Xiaoming Leng --- deployer/skill_catalog.py | 2 +- skills/desktop-organizer/SKILL.md | 4 ++-- skills/desktop-organizer/_meta.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployer/skill_catalog.py b/deployer/skill_catalog.py index 34eb302..8699b9d 100644 --- a/deployer/skill_catalog.py +++ b/deployer/skill_catalog.py @@ -20,7 +20,7 @@ class SkillInfo(TypedDict): platform: list[str] # e.g. ["windows"], ["macos"], ["windows", "macos", "linux"] -# Complete catalog of the 52 bundled skills shipped with OpenClaw. +# Complete catalog of the 23 bundled skills shipped with OpenClaw. # Keep alphabetically sorted by key. # # Hand-aligned reference table where every row's description and platform diff --git a/skills/desktop-organizer/SKILL.md b/skills/desktop-organizer/SKILL.md index 58dbc46..aa97f36 100644 --- a/skills/desktop-organizer/SKILL.md +++ b/skills/desktop-organizer/SKILL.md @@ -2,7 +2,7 @@ name: Desktop Organizer slug: desktop-organizer version: 1.3.0 -description: " Scan a Windows desktop, show a plan, then STOP and wait for user go-ahead before organizing." +description: "Scan a Windows desktop, show a plan, then STOP and wait for user go-ahead before organizing." metadata: {"clawdbot":{"emoji":"","requires":{"bins":[]},"os":["win32"]}} --- @@ -145,7 +145,7 @@ Verify access to the desktop path before doing anything else. "Get-ChildItem -LiteralPath 'C:\Users\Administrator\Desktop' -Force | Out-Null" ``` -If this fails → retry this probe, if it fail again, report the error to the user and go to the next step. +If this fails → retry this probe, if it fails again, report the error to the user and go to the next step. ### Step 2 — Scan diff --git a/skills/desktop-organizer/_meta.json b/skills/desktop-organizer/_meta.json index df8a8fe..0773113 100644 --- a/skills/desktop-organizer/_meta.json +++ b/skills/desktop-organizer/_meta.json @@ -1,6 +1,6 @@ { "ownerId": "kn73vp5rarc3b14rc7wjcw8f8580t5d1", "slug": "desktop-organizer", - "version": "1.0.0", + "version": "1.3.0", "publishedAt": 1744329600000 }