Help us improve
Share bugs, ideas, or general feedback.
From super-publisher
Orchestrates AI-generated sticker grid creation and packages them for WeChat using the wechat-sticker-maker tool. Activates on requests for complete custom sticker packs.
npx claudepluginhub guanyang/super-publisher --plugin super-publisherHow this skill is triggered — by the user, by Claude, or both
Slash command
/super-publisher:sticker-factoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill serves as an **Automated Production Line** that orchestrates the entire lifecycle of sticker creation: from AI generation to WeChat-compliant asset packaging.
Generates 4x4 grid sticker sheets with strict visual guidelines (no text, transparent background, vector style). Supports loading theme templates from references for varied sticker sets.
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.
Share bugs, ideas, or general feedback.
This skill serves as an Automated Production Line that orchestrates the entire lifecycle of sticker creation: from AI generation to WeChat-compliant asset packaging.
Adhere to the Universal Grid Logic defined in skills/grid-sticker-generator/SKILL.md.
Prompt Construction:
grid-sticker-generator (4x4 Grid, No Text, Flat Vector).references/office_worker_template.md) from the generator skill to fill slots with office memes.Action:
generate_image with the constructed prompt.Once the image is successfully generated, immediately trigger the packaging robot.
Command:
./skills/wechat-sticker-maker/scripts/run.sh "PATH_TO_GENERATED_IMAGE" --output "OUTPUT_DIR" --layout 4x4
generate_image tool.output/stickers_[theme].Metadata Auto-Population (CRITICAL): Before moving to the next step, the Agent must:
info.txt and meta.txt with actual names, descriptions, and sticker meaning words, replacing the template placeholders, based on the theme generated.source.png or grid_image.png).Orchestrate the design of matching promotional materials based on the generated IP character using skills/wechat-sticker-assets-designer/SKILL.md.
750x400 target). Rich story-rich scene, no text, no white/transparent background.750x560 target). Begging pose, including text "您的赞赏是我们最大的动力!", non-white background.750x750 target). Celebratory pose, including text "感谢您的慷慨赞赏!", non-white background../skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_BANNER" --width 750 --height 400 --anchor center
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_SOLICITATION" --width 750 --height 560 --anchor top
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_ACKNOWLEDGMENT" --width 750 --height 750 --anchor center
assets/ 子目录中(即 OUTPUT_DIR/assets/),严禁零散放置在外部。Report the complete production results to the user:
OUTPUT_DIR (Stickers inside the root folder, and Banner/Solicitation/Acknowledgment assets inside the assets/ subfolder)."Generate a set of generic 'Cute Robot' stickers and assets under a single folder." "Production line: Make me an office worker set and matching assets for a 'Tired T-Rex'."