# Send 微信表情包制作工具 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wechat-sticker-maker",
    "name": "微信表情包制作工具",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/guanyang/wechat-sticker-maker",
    "canonicalUrl": "https://clawhub.ai/guanyang/wechat-sticker-maker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wechat-sticker-maker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-sticker-maker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "requirements.txt",
      "README.md",
      "SKILL.md",
      "scripts/run.sh",
      "scripts/make_stickers.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wechat-sticker-maker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T05:59:23.963Z",
      "expiresAt": "2026-05-09T05:59:23.963Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-sticker-maker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-sticker-maker",
        "contentDisposition": "attachment; filename=\"wechat-sticker-maker-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wechat-sticker-maker"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wechat-sticker-maker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wechat-sticker-maker",
    "downloadUrl": "https://openagent3.xyz/downloads/wechat-sticker-maker",
    "agentUrl": "https://openagent3.xyz/skills/wechat-sticker-maker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-sticker-maker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-sticker-maker/agent.md"
  }
}
```
## Documentation

### 微信表情包制作工具 (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张)

### 规范参考

微信表情制作规范
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: guanyang
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T05:59:23.963Z
- Expires at: 2026-05-09T05:59:23.963Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wechat-sticker-maker)
- [Send to Agent page](https://openagent3.xyz/skills/wechat-sticker-maker/agent)
- [JSON manifest](https://openagent3.xyz/skills/wechat-sticker-maker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wechat-sticker-maker/agent.md)
- [Download page](https://openagent3.xyz/downloads/wechat-sticker-maker)