Global Rank · of 601 Skills
wechat-sticker-maker AI Agent Skill
View Source: guanyang/super-publisher
MediumInstallation
npx skills add guanyang/super-publisher --skill wechat-sticker-maker 25
Installs
微信表情包制作工具 (WeChat Sticker Maker)
本 Skill 旨在帮助用户快速将设计好的网格拼图(如六宫格、九宫格、十二宫格)自动裁剪并生成符合微信表情开放平台规范的素材。
核心功能
- 自动裁剪:支持 2x3, 3x2, 3x3, 3x4, 4x3 等多种网格布局。
- 智能去底:支持一键自动移除背景(需开启
--remove-bg参数)。- 注意:本 Skill 内置的去底功能基于
rembg(U2Net),对于简单背景效果尚可,但对于复杂边缘(如发丝、半透明区域)处理可能不如 Photoshop 或专业在线修图工具完美。建议优先生成透明背景的原图,或手动精修后再使用本工具切图。
- 注意:本 Skill 内置的去底功能基于
- 规范转换:
- 表情主图:统一调整为 240x240 像素 (PNG)。
- 聊天页图标:统一调整为 50x50 像素 (PNG)。
- 含义词生成:自动生成
meta.txt文件,预留“含义词”填写位置,方便批量管理。 - 信息模板生成:自动生成
info.txt文件,包含【表情名称】、【表情介绍】、【一句话简介】的填写模板及字数限制提示。 - 候选素材生成:自动提取第1张表情,生成符合规范的【头像/封面图候选】(240x240) 和 【聊天页图标候选】(50x50)。
- 自动命名:按照微信规范自动编号 (01, 02, ...)。
使用指南
1. 快速开始 (Quick Start)
无需手动安装依赖,直接运行脚本即可。工具会自动创建虚拟环境 (.venv) 并安装所需依赖。
# 基本用法:自动处理并生成
./skills/wechat-sticker-maker/scripts/run.sh /path/to/your/grid_image.png
# 常用选项:
# - 自动去底 (需要网络下载模型)
./skills/wechat-sticker-maker/scripts/run.sh /path/to/image.png --remove-bg
# - 指定布局 (例如 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_stickers2. (可选) 手动安装
如果您希望手动管理环境:
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 ...3. 输出结果
脚本将在输出目录下生成三个文件夹和更多文件:
main/: 存放 表情主图 (240x240)icon/: 存放 表情缩略图标 (50x50, 这里的icon指每张表情的缩略图,非聊天页单一图标)meta.txt: 含义词配置表 (格式:01.png [请输入表情含义])info.txt: 专辑信息模板 (包含名称、简介模板)cover_candidate.png: 封面图候选 (240x240, 取自第1张)chat_icon_candidate.png: 聊天页图标候选 (50x50, 取自第1张)
规范参考
Installs
Security Audit
View Source
guanyang/super-publisher
More from this source
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
How to use this skill
Install wechat-sticker-maker by running npx skills add guanyang/super-publisher --skill wechat-sticker-maker in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
The skill enhances your agent's understanding of wechat-sticker-maker, helping it follow established patterns, avoid common mistakes, and produce production-ready output.
What you get
Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.
Compatibility
This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.