skills/create-sticker/SKILL.md
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.
npx skillsauth add stvlynn/skills create-stickerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
tools
小红书搜索、发布、获取帖子详情。使用本地 MCP 服务器访问小红书内容,需要先登录。适用于搜索旅游攻略、美食推荐、获取帖子详情等场景。
tools
Manage Telegram sticker packs via tsticker CLI. Init, push, sync, download, and trace sticker packs. Use when user wants to create/update Telegram sticker packs, push stickers to Telegram, sync packs, or manage sticker collections. Integrates with create-sticker for end-to-end sticker generation → publish workflow.
tools
Reuse local Youtu-Tip GUI capabilities through a safe adapter CLI so OpenClaw/Codex-style agents can inspect desktop GUI state and perform guarded single-step actions on macOS.
development
Privacy-respecting web search powered by a local SearXNG instance. Use when searching the web, looking up information, researching topics, or needing quick answers. Supports multiple categories including general, images, videos, news, and more. Aggregates results from 70+ search engines without tracking.