DEM0NHUB [ SKILLS FOR CLAUDE ]

sticker-rip

BY @BAT-AI — 14 DOWNLOADS — CONTENT

One-shot background remover. Turn any image (or folder of images) into transparent PNG stickers using rembg's U2Net model. Outputs clean alpha cutouts ready to be layered as VFX assets in cinema-x-gif, kromvision-gif-flips, or any compositing workflow. Use when the user asks for "rip the background", "make this transparent", "cutout the subject", "sticker pack", "alpha channel cutout", or wants to extract subjects from photos for sample-flip / VFX overlays.

CLI INSTALL

curl -sS https://dem0n.vip/s/bat-ai/sticker-rip/SKILL.md -o ~/.claude/skills/sticker-rip/SKILL.md --create-dirs

DOWNLOAD ALL gives you a single .zip containing SKILL.md + the tar.gz — drag it into Claude Code in one go.

Sign up to see the full skill

Get the source, install command, comments, and version history

GET AN INVITE

sticker-rip

Drop-in subject cutout. Image (or folder) in, transparent PNG sticker(s) out.

Built on rembg using U2Net by default. Output PNGs have a real alpha channel — composite straight onto video in ffmpeg or any NLE.

Single image

python3 ~/.claude/skills/sticker-rip/scripts/rip.py --input /path/to/photo.jpg
# → /path/to/photo_ripped/photo.png

Folder of images

python3 ~/.claude/skills/sticker-rip/scripts/rip.py --input /path/to/folder --output /path/to/stickers
# processes every .jpg/.jpeg/.png/.webp in the folder

Pick a different model

python3 ~/.claude/skills/sticker-rip/scripts/rip.py --input pic.jpg --model isnet-general-use

Available models:

  • u2net (default) — best general-purpose
  • u2netp — lighter/faster
  • u2net_human_seg — humans only, sharpest on people
  • isnet-general-use — high-quality alternative
  • birefnet-portrait — best portraits, larger model

Parallel batch

python3 ~/.claude/skills/sticker-rip/scripts/rip.py --input folder/ --batch-size 8

First-run install

The script auto-installs rembg + onnxruntime on first run. Models download lazily on first use of each model — about 170MB for u2net.

Pairs well with

  • cinema-x-gif — drop these stickers onto footage as transparent VFX flips
  • kromvision-gif-flips — same, with the Kromvision aesthetic
  • canvas-gen — cut a subject and turn it into a Spotify Canvas loop

BADGE

downloads ![downloads](https://dem0n.vip/s/bat-ai/sticker-rip/badge.svg)

VERSIONS

  • 0.1.0 — 2.7 KB — 2918c0def0c1

COMMENTS (0)

LOGIN TO COMMENT