From super-publisher
Crops grid images (2x3, 3x3, 3x4, etc.) into individual WeChat sticker frames, resizes them to 240x240 and 50x50, and generates metadata files (meta.txt, info.txt) with auto-populated placeholders.
How this skill is triggered — by the user, by Claude, or both
Slash command
/super-publisher:wechat-sticker-makerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本 Skill 旨在帮助用户快速将设计好的网格拼图(如六宫格、九宫格、十二宫格)自动裁剪并生成符合微信表情开放平台规范的素材。
本 Skill 旨在帮助用户快速将设计好的网格拼图(如六宫格、九宫格、十二宫格)自动裁剪并生成符合微信表情开放平台规范的素材。
meta.txt 文件,预留“含义词”填写位置,方便批量管理。info.txt 文件,包含【表情名称】、【表情介绍】、【一句话简介】的填写模板及字数限制提示。无需手动安装依赖,直接运行脚本即可。工具会自动创建虚拟环境 (.venv) 并安装所需依赖。
# 基本用法:自动处理并生成
./skills/wechat-sticker-maker/scripts/run.sh /path/to/your/grid_image.png
# 常用选项:
# - 指定布局 (例如 3x3)
./skills/wechat-sticker-maker/scripts/run.sh /path/to/image.png --layout 3x3
# - 指定输出目录
./skills/wechat-sticker-maker/scripts/run.sh /path/to/image.png --output ./my_stickers
如果您希望手动管理环境:
python3 -m venv .venv
source .venv/bin/activate
pip install -r skills/wechat-sticker-maker/requirements.txt
python3 skills/wechat-sticker-maker/scripts/make_stickers.py ...
脚本将在指定的输出目录下生成两个子文件夹和多个文件。
output/stickers_[theme] 目录(其中 [theme] 根据该表情包的具体主题进行替换,如 output/stickers_cat)。--output 指定自定义输出目录。main/: 存放 表情主图 (240x240)icon/: 存放 表情缩略图标 (50x50, 这里的icon指每张表情的缩略图,非聊天页单一图标)meta.txt: 含义词配置表 (格式:01.png [请输入表情含义])info.txt: 专辑信息模板 (包含名称、简介模板)cover_candidate.png: 封面图候选 (240x240, 取自第1张)chat_icon_candidate.png: 聊天页图标候选 (50x50, 取自第1张)输出目录自定义: Agent 在调用脚本时应传入 --output 参数:如果用户指定了路径,则使用用户指定的路径;如果未指定,则默认使用 output/stickers_[theme] 格式的路径。生成完毕后,向用户呈报生成在该目录下的具体文件路径与文件预览。
重要:自动完善元数据 (Meta-Data Auto-Population)
当运行完本脚本后,Agent 必须根据所生成的表情包主题、画面内容或所使用的模板,自动修改并填充 info.txt 与 meta.txt 中的占位符:
info.txt:
meta.txt:
[请输入表情含义] 替换为该表情图对应的具体动作或情绪含义(如:01.png 收到、02.png 摸鱼等,通常为 2-4 个字)。npx claudepluginhub guanyang/super-publisher --plugin super-publisherOrchestrates AI-generated sticker grid creation and packages them for WeChat using the wechat-sticker-maker tool. Activates on requests for complete custom sticker packs.
Generates 4 animated GIF stickers from photos in Funko Pop/Pop Mart style using MiniMax APIs, Python scripts, and ffmpeg. For sticker packs, emoji, avatars; auto-triggers on GIF/cartoon requests.
Generates Slack-optimized animated GIFs and emojis with size/dimension validators and composable primitives like shake, bounce. For GIF creation requests.