← Back to Skills Marketplace
371
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-sticker-maker
Description
微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-sticker-maker - After installation, invoke the skill by name or use
/wechat-sticker-maker - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 微信表情包制作工具?
微信表情包制作工具。自动将六宫格、九宫格、十二宫格的原图裁剪并转换为符合微信表情包规范的格式(表情主图 240x240,聊天页图标 50x50)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 371 downloads so far.
How do I install 微信表情包制作工具?
Run "/install wechat-sticker-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信表情包制作工具 free?
Yes, 微信表情包制作工具 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 微信表情包制作工具 support?
微信表情包制作工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信表情包制作工具?
It is built and maintained by guanyang (@guanyang); the current version is v1.0.0.
More Skills