cafe3310/wx-emoji-maker
处理 PNG 图片目录,将其转换为适合微信使用的表情包
npx skills add https://github.com/cafe3310/public-agent-skills --skill wx-emoji-maker
此技能可将一个目录中的 PNG 图片批量处理,使其适合用作微信表情包。它通过一个包含背景处理、裁剪、标准化和调整大小的自动化工作流,确保最终生成的表情包拥有一致的外观和尺寸。
关键词: 微信表情, 表情包, 图片处理, PNG, ImageMagick
要执行此任务,请遵循以下步骤:
ImageMagick。run.sh 脚本,并将包含 PNG 图片的目录路径作为参数。 /bin/bash <path_to_skill>/scripts/run.sh <图片目录路径>
mid3-border 目录中的中间成果。这是一个手动微调的好机会。检查完毕后按回车键继续。res 子目录中。mid3-border 目录中的图片,确保裁剪和边框效果符合预期。ImageMagick 会导致脚本执行失败。> 一个典型的例子,可以参考 https://cafe3310.github.io/chocho-miemie-album/posts/chocho-stickers.html 。
Take cafe3310/wx-emoji-maker from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.