Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployer/skill_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions skills/desktop-organizer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}}
---

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion skills/desktop-organizer/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ownerId": "kn73vp5rarc3b14rc7wjcw8f8580t5d1",
"slug": "desktop-organizer",
"version": "1.0.0",
"version": "1.3.0",
"publishedAt": 1744329600000
}
Loading