← All skills
Tencent SkillHub · Communication & Collaboration

微信表情包制作工具

微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
requirements.txt, README.md, SKILL.md, scripts/run.sh, scripts/make_stickers.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

微信表情包制作工具 (WeChat Sticker Maker)

本 Skill 旨在帮助用户快速将设计好的网格拼图(如六宫格、九宫格、十二宫格)自动裁剪并生成符合微信表情开放平台规范的素材。

核心功能

自动裁剪:支持 2x3, 3x2, 3x3, 3x4, 4x3 等多种网格布局。 智能去底:支持一键自动移除背景(需开启 --remove-bg 参数)。 注意:本 Skill 内置的去底功能基于 rembg (U2Net),对于简单背景效果尚可,但对于复杂边缘(如发丝、半透明区域)处理可能不如 Photoshop 或专业在线修图工具完美。建议优先生成透明背景的原图,或手动精修后再使用本工具切图。 规范转换: 表情主图:统一调整为 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_stickers

2. (可选) 手动安装

如果您希望手动管理环境: 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张)

规范参考

微信表情制作规范

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/make_stickers.py Scripts
  • scripts/run.sh Scripts
  • requirements.txt Files