# Acryl Remove Extension

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

- Skill: `acryldev/acryl-remove-extension` (Agent Skill)
- Install (CLI): `npx skillmds@latest add acryldev/acryl-remove-extension`
- Raw SKILL.md: https://api.skillmd.com/api/skills/acryldev/acryl-remove-extension/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: acryldev (https://skillmd.com/u/acryldev)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/acryldev/acryl-remove-extension

---

# 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/<name>/ 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.

