skill-sticker-helper

Generate static LINE stickers and animated APNGs via the Gemini API.

5|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/FWcloud916/skill-sticker-helper --skill skill-sticker-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sticker-helper
Source: https://github.com/FWcloud916/skill-sticker-helper/tree/main
Command: npx skills add https://github.com/FWcloud916/skill-sticker-helper --skill skill-sticker-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, pillow, and includes scripts (resource) components.

What problem does it solve?

Sticker design and production involves generating artwork with Gemini, then post-processing for LINE compatibility or assembling animated APNGs. This flow can be error-prone and time-consuming without automation.

Core Features & Use Cases

  • Generate sticker images from concepts via Gemini API for static LINE stickers.
  • Format outputs for LINE (resize, background removal, and size validations) and produce LINE-compliant static stickers.
  • Create animated APNG stickers for LINE, with frame sequencing, alignment, and size constraints.

Quick Start

Describe your sticker concept and choose a workflow; I will generate the sticker with Gemini, optionally format for LINE, or assemble an animated APNG.

Frequently Asked Questions about skill-sticker-helper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate LINE stickers from text concepts using the Gemini API?

To generate LINE stickers from text concepts, you describe your idea and the workflow uses the Gemini API to produce artwork. The script then automatically resizes the image, removes the background, and validates the size constraints to ensure the output is fully LINE-compliant.

Can I create animated APNG stickers for LINE with Python and Pillow?

Yes, you can create animated APNG stickers for LINE with Python and Pillow. The workflow handles frame sequencing, alignment, and size constraints automatically, assembling the generated frames into a compliant APNG animation ready for upload.

What are the requirements to automate sticker image generation and formatting?

Automating sticker image generation requires Python 3.10 or higher, a valid GEMINI_API_KEY, and the project scripts. You also need to set up a resource layout containing scripts, references, and assets folders as detailed in the project documentation.

Why does my generated sticker fail LINE size validation after image generation?

Sticker size validation fails when images do not meet LINE's specific dimension limits. The workflow uses Pillow to automatically resize and format the Gemini-generated artwork, applying background removal and strict size validations to ensure your static stickers pass LINE's compliance checks.

Is there a way to batch process static sticker creation from multiple concepts?

Static sticker creation from multiple concepts can be batch processed by running the project scripts with different text inputs. The Gemini API generates each individual image, while the Python scripts handle the repetitive post-processing and LINE formatting tasks automatically.