用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danielrosehill/Claude-Background-Removal-Plugin --skill install-rembg命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when the user wants to change default model, output naming, or GPU acceleration settings.
Use when the user wants right-click "Remove background" in KDE Dolphin file manager.
Use when the user wants to know which rembg models are available and which to pick for their use case.
基于 SOC 职业分类
正在显示 SKILL.md
| name | install-rembg |
| description | Use when quick-rmbg is not found on PATH and needs to be installed or upgraded. |
Installs or upgrades the quick-rmbg CLI via pipx or uv tool, pulling the latest version from the upstream GitHub repository along with rembg and onnxruntime dependencies.
quick-rmbg is not on PATHpipx, fall back to uv tool).quick-rmbg already exists: command -v quick-rmbg. If found, ask user if they want to upgrade; skip if no.pipx is available: pipx install git+https://github.com/danielrosehill/Quick-RMBG.git.uv tool is available: uv tool install git+https://github.com/danielrosehill/Quick-RMBG.git.rembg, onnxruntime).quick-rmbg --help. Exit code 0 = success.configure-rmbg if needed.quick-rmbg to pipx/uv's bin directory (usually on PATH).pipx or uv already installed.