Problem
The Memory Viewer web interface (/skills page) does not provide a way to delete skills. The UI only shows three options: Expand, Share, and Download.
This creates confusion for users who want to remove unwanted skills.
Current Workaround
Users must manually delete skill folders from the filesystem:
Remove-Item -Recurse -Force "C:\Users\<username>\.openclaw\skills-store\<skill-name>"
Suggested Solution
Add a "Delete" button to the Skills page that:
- Shows a confirmation dialog
- Removes the skill folder from
~/.openclaw/skills-store/
- Updates the UI to reflect the deletion
Environment
- MemOS Plugin version: 1.0.7
- OpenClaw version: 2026.3.28
- OS: Windows
Related: Users have created workaround documentation for this missing feature, indicating it's a real pain point.