Generate LINE-style stickers of a character with background removal. Creates creative, unique poses with consistent character design via Google Gemini, removes solid background to transparent PNG. Use when user asks for sticker, 贴纸, LINE sticker.
Generate LINE-style character stickers. Each sticker has a creative, unique pose with consistent character appearance. Generates on light gray background, then auto-removes background to produce transparent PNG ready for messaging platforms.
google-genai (Google Gemini native SDK)gemini-3-pro-image-preview (default, configurable via --model)GEMINI_API_KEY environment variableassets/example-character.jpegexport GEMINI_API_KEY="your-api-key-here"
Get your API key at: https://aistudio.google.com/apikey
python3 scripts/create_sticker.py "pose and expression description"
python3 scripts/create_sticker.py --ideas
python3 scripts/create_sticker.py "pose" --no-remove-bg
python3 scripts/create_sticker.py "pose" --model gemini-3.1-flash-image-preview
python3 scripts/create_sticker.py "pose" --aspect 1:1 --size 2K
$STICKER_OUTPUT_DIR/raw/{name}.png (default: ~/stickers/raw/)$STICKER_OUTPUT_DIR/{name}.png (default: ~/stickers/)~/Pictures/lynn-stickers/~/Pictures/lynn-stickers/lynn_stickers_by_lynn_ai_bot/cd ~/Pictures/lynn-stickers/lynn_stickers_by_lynn_ai_bot && tsticker push⚠️ 以下角色设定为示例。 这是一个示例,需要向用户获取真实角色设定提示词后填入此 SKILL.md 以持久化。实际使用时请替换为你自己的角色设定。
Chibi sticker of the character in the reference image.
Keep the shading and rendering style of the reference (NOT flat coloring), but in chibi proportions (large head, small body, 2.5 head ratio).
MUST include the character's dark beret (exactly as shown in reference image) AND round thin gold-framed glasses. These two accessories are essential.
Upper body framing. Thin delicate outlines.
Solid flat light gray background RGB(240,240,240). No extra decorations, no border.
⚠️
assets/example-character.jpeg是示例资产。请替换为你自己的角色参考图。
Raw image (gray bg)
→ Flood fill gray to transparent
→ Add 12px white outline
→ Find content bounding box
→ Center & scale up to fill canvas (4px margin)
→ Save final PNG
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
Extract frames or short clips from videos using ffmpeg.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Category:media-generate