skills/wechat-sticker-assets-designer/SKILL.md
微信表情包发布配套素材(横幅 Banner、赞赏引导图、致谢图)设计与生成工具。能够精准分析 IP 角色风格并按照官方规格及文案规范生成高清宣传素材。
npx skillsauth add guanyang/super-publisher wechat-sticker-assets-designerInstall 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.
本 Skill 旨在协助 Agent 扮演专业的设计师角色,分析用户已有的表情包 IP 形象,并严格按照微信表情开放平台的规格标准,依次生成横幅 (Banner)、赞赏引导图和赞赏致谢图。
750x400 像素 (宽长比约 1.875:1,Prompt 中设置比例,如 --ar 15:8 或 1.875:1 aspect ratio)。750x560 像素 (宽长比约 1.34:1,Prompt 中设置比例,如 --ar 4:3 或 1.34:1 aspect ratio)。750x750 像素 (1:1 正方形比例,Prompt 中设置比例 --ar 1:1)。无需手动安装依赖,直接运行脚本即可。工具会自动创建虚拟环境 (.venv) 并安装所需依赖。
# 横幅 Banner (目标 750x400,采用居中 center 裁剪)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_BANNER" --width 750 --height 400 --anchor center
# 赞赏引导图 (目标 750x560,采用靠上 top 裁剪以防切掉顶部文字)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_SOLICITATION" --width 750 --height 560 --anchor top
# 赞赏致谢图 (目标 750x750,采用居中 center 缩放)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_ACKNOWLEDGMENT" --width 750 --height 750 --anchor center
如果您希望手动管理环境:
python3 -m venv .venv
source .venv/bin/activate
pip install -r skills/wechat-sticker-assets-designer/requirements.txt
python3 skills/wechat-sticker-assets-designer/scripts/crop_and_resize.py ...
Agent 激活本技能后,需严格按以下四个步骤执行:
generate_image 生成。generate_image 生成。generate_image 生成。run.sh 脚本):
# 横幅 Banner (目标 750x400,采用居中 center 裁剪)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_BANNER" --width 750 --height 400 --anchor center
# 赞赏引导图 (目标 750x560,采用靠上 top 裁剪以防切掉顶部文字)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_SOLICITATION" --width 750 --height 560 --anchor top
# 赞赏致谢图 (目标 750x750,采用居中 center 缩放)
./skills/wechat-sticker-assets-designer/scripts/run.sh "PATH_TO_ACKNOWLEDGMENT" --width 750 --height 750 --anchor center
output/sticker_assets_[theme] 目录),并向用户呈报绝对路径、画幅规格与预览。testing
Publish or prepare articles for Toutiao/头条号, check or restore shared login state, fill Markdown drafts with inline images and covers, and optionally complete final publishing. Use for requests such as 发布到头条、检查头条登录、填充头条草稿、上传图文、人工审核 or explicitly authorized automatic publishing.
tools
Create and revise editable visual drawings directly in the Excalidraw website through the in-app browser. Use when the user asks Codex to draw in Excalidraw or update an Excalidraw canvas, including diagrams, flowcharts, architecture sketches, process maps, infographics, teaching visuals, product explanation graphics, whiteboard layouts, promotional materials, posters, flyers, menu boards, and social media graphics, especially when the output should remain editable as Excalidraw elements or imported clipboard JSON.
development
Create scripted tutorial videos with narration, TTS, aligned subtitles, MP4 rendering, and platform variants. Use when Codex needs to create or revise tutorial, explainer, product walkthrough, course, demo, or short-form videos; generate 16:9 landscape output by default unless the user explicitly asks for 9:16, 1:1, or another format.
tools
Replace with description of the skill and when Claude should use it.