AI Agent Hub
Back to skills
WeChat Sticker Generator icon

WeChat Sticker Generator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_cc9b65f0/wechat-sticker-generator.

About this skill

Problem it solves

A WeChat sticker album usually needs 24 character-consistent, expressive, transparent-background assets. Manually prompting an image model can produce inconsistent characters, flat facial actions, misaligned grid crops, and leftover backgrounds. This skill turns the workflow into an executable pipeline: collect character, style, scene, mode, and grid parameters, prepare a reference image, then generate album-ready assets.

How it works

The main flow is: detect API keycreate a sandbox directoryproduce or convert base_reference.pngwrite params.jsonbuild promptsbatch drawremove background and slicegenerate WeChat banner, cover, icon, and upload_info.txt. It supports static and animated modes: static mode cuts independent PNGs, while animated mode composes a GIF from 9 or 16 frames. Action prompts should use exaggerated body pose + facial change + optional prop, avoiding weak labels like “smile.” Background removal can use dual, opencv, or rembg, depending on foreground color and text protection. Without an API key, the skill switches to a manual path: it handles parameters, prompts, receiving user-supplied images, and slicing outputs.

Limits

It is best for personal WeChat sticker albums where character consistency and batch delivery matter. Note that animated mode generates one GIF per run, so 24 stickers require 24 iterations. 16-grid mode is smoother but slower. API failures require filling missing subdirectories. The placeholder banner/cover in wechat_export must be redrawn before use.

Use Cases

  • For a community campaign, an operations manager creates 24 WeChat stickers for one IP and exports upload-ready banner, cover, and icon assets.
  • A designer supplies a reference image and expression list, then batch-generates a 9-grid image, slices it, removes background, and outputs PNG stickers.
  • A product team processes an existing 16-grid sticker grid into transparent assets plus WeChat cover and icon without calling a generation API.
  • A content team produces animated GIF stickers where each sticker has 9 frames and generates a 240x240 cover and upload_info.txt.

Best For

  • Operations managers who need IP WeChat stickers and album-ready upload assets for communities or product launches.
  • Designers who want to turn reference images, action prompts, and grids into transparent PNG/GIF stickers.
  • Content editors who need existing sticker grids converted into cover, icon, and upload_info.txt.
  • Independent developers who batch-generate and post-process stickers via Gemini or Qwen APIs.