Acryl Remove Extension

Use when the user asks to remove, delete, disable or undo an extension or UI element you or they installed.

acryldev Updated

File contents

Remove an extension

Call acryl_list_plugins to find the exact package name (never guess it). Call acryl_remove_plugin with that name: it unmounts the plugin live and removes it from the profile. Client plugins vanish after a page or window reload: tell the user. The source folder under .acryl-extensions// is left in place so the user can reinstall it; delete it only if they ask. Confirm with acryl_list_plugins that it is gone before saying so. If the user only wants it hidden for now, say that removal keeps the sources.

acryldev/acryl/tree/main/plugins/acryl-extension-context/skills/acryl-remove-extension commit 7c8a3b2b3d

Frequently asked questions

npx skillmds@latest add acryldev/acryl-remove-extension