Skip to content

Feature Request: Add skill deletion functionality to Memory Viewer UI #1392

@Renu-Cybe

Description

@Renu-Cybe

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:

  1. Shows a confirmation dialog
  2. Removes the skill folder from ~/.openclaw/skills-store/
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions