← 返回 Skills 市场
371
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-sticker-maker
功能描述
微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。
安全使用建议
This skill appears to do what it claims, but take the following precautions before running: (1) Review requirements.txt (Pillow, rembg, onnxruntime) and consider installing in an isolated environment or container—run.sh creates a local .venv but pip will fetch packages from the internet. (2) If you enable --remove-bg, the rembg component may download ML model weights on first use; ensure you are comfortable with that network activity and have sufficient disk space. (3) The tool processes files you give it and writes output files to the chosen output directory—avoid passing sensitive images unless you intend to process them locally. (4) If you need stricter supply-chain guarantees, inspect the upstream PyPI packages or install dependencies from vetted sources. (5) There is no evidence of data exfiltration or secret access in the code, but if you are unsure, run the script in a sandbox or review the code yourself before use.
功能分析
Type: OpenClaw Skill
Name: wechat-sticker-maker
Version: 1.0.0
The skill is designed to process images into WeChat stickers, including optional AI background removal using `rembg`. All code and documentation align with this stated purpose. The `run.sh` script safely sets up a virtual environment and installs dependencies from `requirements.txt`. The `make_stickers.py` script uses standard image processing and file system operations. While `rembg` downloads AI models, this is an expected and transparent behavior for its functionality, explicitly mentioned in `SKILL.md`. There is no evidence of malicious intent such as data exfiltration, backdoors, or prompt injection attempts against the agent to perform unauthorized actions. The dependencies listed in `requirements.txt` are legitimate libraries.
能力评估
Purpose & Capability
The name/description (WeChat sticker maker) match the included files and behavior. Required dependencies (Pillow, rembg, onnxruntime) are appropriate for image resizing and optional AI background removal. No extraneous credentials, binaries, or config paths are declared.
Instruction Scope
SKILL.md instructs the agent to create a virtual environment, install Python packages, and run the provided script on a user-supplied image. The runtime instructions and code operate only on the supplied image and write output files (main/, icon/, meta.txt, info.txt, candidate images). There are no instructions to read unrelated system files, environment variables, or to send data to external endpoints. The docs correctly call out that --remove-bg needs network access to obtain models.
Install Mechanism
There is no platform install spec; run.sh creates a local virtualenv and runs pip install -r requirements.txt. This is expected for a Python skill but implies network activity: pip will fetch packages from PyPI, and rembg may download model weights at first use. No downloads from arbitrary URLs or use of URL shorteners are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access secrets or unrelated services. The only external resources are Python packages and optional ML model downloads tied to the stated remove-bg feature.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or global agent settings. It writes outputs to a user-designated output directory and creates a local .venv within the skill directory when run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-sticker-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-sticker-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of WeChat Sticker Maker.
- Supports automatic cropping of 2x3, 3x2, 3x3, 3x4, 4x3 grid images into individual stickers.
- Optional one-click background removal using rembg (U2Net).
- Converts images to WeChat specifications: main sticker (240x240 PNG) and chat icon (50x50 PNG).
- Generates meta.txt and info.txt templates for efficient sticker pack management.
- Automatically numbers and names output files according to WeChat requirements.
- Provides candidate cover and chat icon images based on the first sticker.
元数据
常见问题
微信表情包制作工具 是什么?
微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。
如何安装 微信表情包制作工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-sticker-maker」即可一键安装,无需额外配置。
微信表情包制作工具 是免费的吗?
是的,微信表情包制作工具 完全免费(开源免费),可自由下载、安装和使用。
微信表情包制作工具 支持哪些平台?
微信表情包制作工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信表情包制作工具?
由 guanyang(@guanyang)开发并维护,当前版本 v1.0.0。
推荐 Skills