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 }