Stats
Actions
Tags
From background-removal
Use when the user wants right-click "Remove background" in KDE Dolphin file manager.
How this skill is triggered — by the user, by Claude, or both
Slash command
/background-removal:install-dolphin-actionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Installs the `quick-rmbg.desktop` service menu so users can right-click on images in Dolphin and remove backgrounds directly.
Installs the quick-rmbg.desktop service menu so users can right-click on images in Dolphin and remove backgrounds directly.
.desktop file.quick-rmbg is on PATH (the .desktop will fail if the CLI is missing)..desktop file from: ${CLAUDE_PLUGIN_ROOT}/assets/dolphin/quick-rmbg.desktop.~/.local/share/kio/servicemenus/quick-rmbg.desktop. Create the directory if missing: mkdir -p ~/.local/share/kio/servicemenus.cp "${CLAUDE_PLUGIN_ROOT}/assets/dolphin/quick-rmbg.desktop" ~/.local/share/kio/servicemenus/.chmod +x ~/.local/share/kio/servicemenus/quick-rmbg.desktop.kbuildsycoca6 2>/dev/null || kbuildsycoca5 (one or both may not be present)..desktop file depends on quick-rmbg being on PATH; warn if not found.npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.