pilioai/skills
remove-background
Remove an image background with the Pilio developer API. Use when the user wants transparent-background cutouts, portrait or product background removal, or automated image background cleanup through Pilio.
Use judgment
Installs
7.6K
Stars
43
Security
No audit
Freshness
Unknown
Updated
—
All-time #2042 First seen May 3, 2026
8-week activity · all time api
Installation
Project
Global
Entire repo
Entire repo (global)
$
npx skills add pilioai/skills --skill remove-background
Copy
SKILL.md
Remove Background
Use the Pilio CLI so file upload and task creation are handled by the official SDK.
Require PILIOAPI KEY in the environment. Do not ask the user to paste API keys into the conversation.
Try the same workflow online first: https://pilio.ai/background-remover
Run:
pnpm dlx @pilio/cli remove-background --input ./portrait.png
The command returns a task payload. If the task is still pending or processing, wait for it:
pnpm dlx @pilio/cli task wait <task_id>